Skip to content

Releases: lierdakil/pandoc-crossref

v0.3.18.0b

13 Oct 05:50
v0.3.18.0b
811cf9d
Compare
Choose a tag to compare

Linux-X64: pandoc-crossref v0.3.18.0 git commit 811cf9d (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6
Windows-X64: pandoc-crossref v0.3.18.0 git commit 811cf9d (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6
macOS-ARM64: pandoc-crossref v0.3.18.0 git commit 811cf9d (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6
macOS-X64: pandoc-crossref v0.3.18.0 git commit 811cf9d (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6

Changelog

No code changes from the previous release, this is only to get x86_64 build for macOS. There are some release artifact changes, however:

  • No longer use UPX to pack binaries. The benefit is rather slim nowadays with NVMe storage and abundant RAM. UPX was skipped for macOS for a very long time, too, and it did cause some issues on mildly exotic Linux setups. So TL;DR I don't think it's worth it at this point.
  • Asset names have been changed to include the architecture name. For all OSes except macOS it's X64, corresponding to x86_64. For macOS there are now two variants, X64 and ARM64. The former is built on macos-13, the latter, at the time of writing, on macos-14. These macOS versions are dictated just whatever standard runners GitHub provides.

v0.3.18.0a

13 Oct 03:47
v0.3.18.0a
b43a79c
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.18.0 git commit b43a79c (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6
Windows: pandoc-crossref v0.3.18.0 git commit b43a79c (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6
macOS: pandoc-crossref v0.3.18.0 git commit b43a79c (HEAD) built with Pandoc v3.5, pandoc-types v1.23.1 and GHC 9.6.6

Changelog

v0.3.18.0

17 Sep 22:17
v0.3.18.0
6cff8a6
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6
Windows: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6
macOS: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6

Changelog

  • Add eqnInlineTableTemplate and eqnDisplayTemplate options.

  • Tweak how equation templates work.

    Cleaned-up and generalized the logic in equation templates. This should be
    mostly backwards-compatible, however some exotic workflows may need minor
    tweaks. Specific changes to look out for:

    • eqnBlockInlineMath will affect formatting when tableEqns: false.
    • eqnInlineTemplate has new template variables in scope: t, nmi,
      nmri.
    • eqnBlockTemplate has new template variables in scope: e, ri, nmi,
      nmri.

v0.3.17.1c

02 Aug 20:45
v0.3.17.1c
56c14dc
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.1 git commit 56c14dc (HEAD) built with Pandoc v3.3, pandoc-types v1.23.1 and GHC 9.6.5
Windows: pandoc-crossref v0.3.17.1 git commit 56c14dc (HEAD) built with Pandoc v3.3, pandoc-types v1.23.1 and GHC 9.6.5
macOS: pandoc-crossref v0.3.17.1 git commit 56c14dc (HEAD) built with Pandoc v3.3, pandoc-types v1.23.1 and GHC 9.6.5

Changelog

v0.3.17.1b

26 Jun 16:31
v0.3.17.1b
ad9af79
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.1 git commit ad9af79 (HEAD) built with Pandoc v3.2.1, pandoc-types v1.23.1 and GHC 9.6.5
Windows: pandoc-crossref v0.3.17.1 git commit ad9af79 (HEAD) built with Pandoc v3.2.1, pandoc-types v1.23.1 and GHC 9.6.5
macOS: pandoc-crossref v0.3.17.1 git commit ad9af79 (HEAD) built with Pandoc v3.2.1, pandoc-types v1.23.1 and GHC 9.6.5

Changelog

v0.3.17.1a

18 May 23:47
v0.3.17.1a
6307fca
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.1 git commit 6307fca (HEAD) built with Pandoc v3.2, pandoc-types v1.23.1 and GHC 9.6.5
Windows: pandoc-crossref v0.3.17.1 git commit 6307fca (HEAD) built with Pandoc v3.2, pandoc-types v1.23.1 and GHC 9.6.5
macOS: pandoc-crossref v0.3.17.1 git commit 6307fca (HEAD) built with Pandoc v3.2, pandoc-types v1.23.1 and GHC 9.6.5

Changelog

v0.3.17.1

04 May 23:05
v0.3.17.1
e9a92b6
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.1 git commit e9a92b6 (HEAD) built with Pandoc v3.1.13, pandoc-types v1.23.1 and GHC 9.6.5
Windows: pandoc-crossref v0.3.17.1 git commit e9a92b6 (HEAD) built with Pandoc v3.1.13, pandoc-types v1.23.1 and GHC 9.6.5
macOS: pandoc-crossref v0.3.17.1 git commit e9a92b6 (HEAD) built with Pandoc v3.1.13, pandoc-types v1.23.1 and GHC 9.6.5

Changelog

  • Fix images roundtripping through Markdown

    Since a few versions ago, Makrdown images were not round-tripped properly.
    This has been addressed. More information at
    jgm/pandoc#9720

v0.3.17.0f

23 Mar 01:38
v0.3.17.0f
2dfb0d5
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.0 git commit 2dfb0d5 (HEAD) built with Pandoc v3.1.12.3, pandoc-types v1.23.1 and GHC 9.6.4
Windows: pandoc-crossref v0.3.17.0 git commit 2dfb0d5 (HEAD) built with Pandoc v3.1.12.3, pandoc-types v1.23.1 and GHC 9.6.4
macOS: pandoc-crossref v0.3.17.0 git commit 2dfb0d5 (HEAD) built with Pandoc v3.1.12.3, pandoc-types v1.23.1 and GHC 9.6.4

Changelog

v0.3.17.0e

06 Mar 15:44
v0.3.17.0e
99c6e05
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.0 git commit 99c6e05 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4
Windows: pandoc-crossref v0.3.17.0 git commit 99c6e05 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4
macOS: pandoc-crossref v0.3.17.0 git commit 99c6e05 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4

Changelog

  • This is the same as v0.3.17.0d, but compiler field in cabal.project, added in v0.3.17.0d, is removed again here.

v0.3.17.0d

05 Mar 06:50
v0.3.17.0d
8f379c7
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.17.0 git commit 8f379c7 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4
Windows: pandoc-crossref v0.3.17.0 git commit 8f379c7 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4
macOS: pandoc-crossref v0.3.17.0 git commit 8f379c7 (HEAD) built with Pandoc v3.1.12.2, pandoc-types v1.23.1 and GHC 9.6.4

Changelog