Skip to content

Commit fd6eda3

Browse files
committed
update changelog
1 parent d054514 commit fd6eda3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.3.1 (2025-04-12)
2+
Support specifying the numbering offset of any type of numbering.
3+
4+
Some minor bug fixes and improvements:
5+
- Remove the `\listoffigures` and `\listoftables` command searching process, such that the feature of customizable lot/lof location is no longer supported. This is because: to enable latex command searching, we need to a `raw_tex` input, which in many cases will lead much more errors.
6+
- Remove some typing for the backward compatibility consideration.
7+
18
# 1.3.0 (2025-03-26)
29
Support various custom numbering styles in a more clear and flexible way:
310
- support various and auto-extend numbering symbols: arabic numbers, roman numbers, latin/greek/cyrillic letters (both upper and lower case), Chinese numbers, etc.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/pandoc_tex_numbering"]
77

88
[project]
99
name = "pandoc-tex-numbering"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111
dependencies = ["pylatexenc", "panflute"]
1212
requires-python = ">=3.8"
1313
authors = [{ name = "Chao Kong", email = "kongchao1998@gmail.com" }]

0 commit comments

Comments
 (0)