Skip to content

Releases: lierdakil/pandoc-crossref

v0.3.12.0

16 Jun 19:46
Compare
Choose a tag to compare

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

01 Jun 23:07
Compare
Choose a tag to compare

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

30 May 14:17
Compare
Choose a tag to compare

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

24 Mar 14:21
Compare
Choose a tag to compare

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

12 Mar 05:37
Compare
Choose a tag to compare

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 sets label 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 (when numberSections is enabled)

v0.3.9.1

02 Feb 17:37
Compare
Choose a tag to compare

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

31 Dec 10:02
Compare
Choose a tag to compare

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

20 Dec 15:21
Compare
Choose a tag to compare

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

21 Nov 21:22
Compare
Choose a tag to compare

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

24 Oct 18:35
Compare
Choose a tag to compare

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

Changelog