Releases: lierdakil/pandoc-crossref
v0.3.12.0
Linux: pandoc-crossref v0.3.12.0 git commit d063be9 (HEAD) built with Pandoc v2.14.0.2, pandoc-types v1.22 and GHC 8.10.5
Windows: pandoc-crossref v0.3.12.0 git commit d063be9 (HEAD) built with Pandoc v2.14.0.2, pandoc-types v1.22 and GHC 8.10.5
macOS: pandoc-crossref v0.3.12.0 git commit d063be9 (HEAD) built with Pandoc v2.14.0.2, pandoc-types v1.22 and GHC 8.10.4
This release shouldn't have any visible end-user changes from v0.3.11. The version bump is mostly due to idiosyncrasies of Haskell. Some internal switcheroo happened to facilitate future migration to GHC 9.
MacOS build hangs with GHC 8.10.5, so it's still on GHC 8.10.4.
Changelog
- Switch from data-accessor to microlens
v0.3.11.0a
Linux: pandoc-crossref v0.3.11.0 git commit 7fa21d8 (HEAD) built with Pandoc v2.14.0.1, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.11.0 git commit 7fa21d8 (HEAD) built with Pandoc v2.14.0.1, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.11.0 git commit 7fa21d8 (HEAD) built with Pandoc v2.14.0.1, pandoc-types v1.22 and GHC 8.10.4
Note
Please note that stack.yaml is not updated to use the newer Pandoc release because at the moment of writing, stack fails to find pandoc-2.14.0.1. If you're going to build with stack, update stack.yaml manually (you should only need to update pandoc version). Master branch will be updated at some point in the near future.
Changelog
v0.3.11.0
Linux: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4
Changelog
- Add equationNumberTeX option
- Add title variable to refIndexTemplate; make refIndexTemplate per-prefix
- Update to pandoc 2.14
- Docs updates for --citeproc
v0.3.10.0a
Linux: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4
Changelog
v0.3.10.0
Linux: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4
Changelog
-
[Fix] Avoid expensive set difference, use filter
-
[Tweak] For div-wrapped listings merge attributes and classes
Previously, classes and attributes on the wrapping div were ignored. Now, those are merged with classes and attributes on the listing.
-
[Feat] Add option to set label attributes to actual numbering used
New option
setLabelAttribute
which setslabel
attribute on sections, figures, etc to actual number used for referencing. This can be useful for post-processing. -
[Fix] Omit empty section/item labels
Objects (sections, figures) can have empty labels (i.e. no number). Previously, if those labels were referenced (particularly with chapters enabled) this would create references like
fig 1..2
. Now these labels are omitted. It can lead to duplicate numbers in references though. -
[Fix] Chapter delimiter in section numbers should be chapDelim (was '.')
chapDelim
now observed in section numbers (whennumberSections
is enabled)
v0.3.9.1
Linux: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3
Windows: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3
macOS: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3
Changelog
- [CI] Bump pandoc version
- [Stack] Bump versions in stack.yaml
- [LaTeX][Tests] Update tests for subfigures
- [LaTeX][Tests] Update tests for pandoc 2.11.4
- [LaTeX] Remove footnotes from "short" subfigure caption (used for lof)
- [LaTeX] An attempt at fixing footnotes inside subfigure env
Note that this is a fix-release, but it includes some rather drastic changes to
the way subfigures are handled in LaTeX output. Couldn't fix the issue
otherwise. See #292 for
context and some additional pointers.
v0.3.9.0a
Linux: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3
Windows: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3
macOS: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3
Changelog
- OSX build is not packed with UPX now, due to issues on Big Sur
v0.3.9.0
Linux: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2
Changelog
New features
- Add header multilevel templates and secLevelLabels
- Add lowercase roman custom numbering
Fixes
- Label precedence fix: label attr > secLevelLabels > xLabels
Misc
- Update LaTeX tests for pandoc 2.11.3.1
- Update docs
- Relax bound on optparse-applicative
v0.3.8.4
Linux: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2
Changelog
- [Fix] secLabels
- [ManData] Generate table of contents in embedded html; filter out kramdown toc marker
- [Docs] Add toc to gh-pages
v0.3.8.3a
Linux: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2