Skip to content

Commit 8c5428e

Browse files
committed
Update changelog
1 parent a3d4e4d commit 8c5428e

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## 0.3.21
2+
3+
### New features
4+
5+
- Switch to using `subcaption` for LaTeX subfigures
6+
7+
`subfig` is reportedly deprecated and has some issues (e.g.
8+
[#182](https://github.com/lierdakil/pandoc-crossref/issues/182))
9+
10+
This isn't as straightforward as one would like, there may be side effects.
11+
Please report any issues you encounter.
12+
13+
- Add subfigColumns option
14+
15+
See <http://lierdakil.github.io/pandoc-crossref/#subfigure-columns> for more
16+
info
17+
18+
### Fixes
19+
20+
- Ensure automatic reference keys are unique
21+
22+
Fixes edge case issues with list-of-stuff
23+
24+
- Properly render citations in list-of-stuff
25+
26+
### Maintenance
27+
28+
- Support Pandoc 3.8
29+
30+
- Minimal supported Pandoc version is 3.8
31+
32+
- Relax upper bounds on some dependencies:
33+
34+
- containers
35+
- data-default
36+
- open-browser
37+
- optparse-applicative
38+
39+
- Large internal refactor to avoid explicit two-pass parse
40+
41+
This isn't tested exhaustively, some edge case issues may or may not be
42+
present. As always, please report any issues you encounter, including
43+
non-termination and/or abnormal RAM consumption.
44+
145
## 0.3.20
246

347
- Support Pandoc 3.7

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pandoc-crossref
2-
version: '0.3.20'
2+
version: '0.3.21'
33
language: GHC2021
44
default-extensions:
55
- OverloadedStrings

pandoc-crossref.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: pandoc-crossref
8-
version: 0.3.20
8+
version: 0.3.21
99
synopsis: Pandoc filter for cross-references
1010
description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.
1111
category: Text

0 commit comments

Comments
 (0)