Skip to content

v0.18.0 - now based on Pandoc's containers

Compare
Choose a tag to compare
@chrisfenner chrisfenner released this 12 May 21:40
· 19 commits to main since this release
311f536

This release bumps the minor version because of a major change to how the container is built (using the existing Pandoc containers instead of compiling Pandoc from source). There is also a minor change to the spacing of nested bulleted lists, and paragraphs in table cells.

What's Changed

  • use pandoc containers as a base instead of building pandoc ourselves by @chrisfenner in #233
  • improve fixups for diff documents and compile diff documents in -interaction=nonstopmode by @chrisfenner in #234
  • don't change spacing in 'tight lists' by @chrisfenner in #235
  • make parskip inside a table the same as outside by @chrisfenner in #236
  • update some dependencies for actions, start building arm64 releases, … by @chrisfenner in #237

Full Changelog: v0.17.3...v0.18.0