Releases: TrustedComputingGroup/pandoc
v0.15.7
What's Changed
- Make template changes for TCG-Storage workgroup by @joyshukla in #200
Full Changelog: v0.15.6...v0.15.7
v0.15.6
What's Changed
- consistently don't list or number tables without a caption by @chrisfenner in #198
Full Changelog: v0.15.5...v0.15.6
Improved diffing support
What's Changed
- Improve diffs on large documents by @chrisfenner in #196
Full Changelog: v0.15.4...v0.15.5
Improve performance of diff document production
In this release, latexdiff is built and configured from source with the --fast
configuration, which appears to speed up diffing for complex changes by around 80x (what took about 8 minutes takes 6 seconds)
Full Changelog: v0.15.3...v0.15.4
v0.15.3
This version (hopefully) fixes an issue in the workflow's reusable actions to support PRs from forks.
What's Changed
- Base files on source branch in PR workflows by @chrisfenner in #190
Full Changelog: v0.15.2...v0.15.3
v0.15.2
This version (hopefully) fixes an issue in the workflow's reusable actions to support PRs from forks.
What's Changed
- check out the source repository on PRs by @chrisfenner in #189
Full Changelog: v0.15.1...v0.15.2
v0.15.1
This version has minor fixes to the styling of deprecation notices, and fixes 3 known issues:
- #187 (lists of tables and figures should have their hyperlinks rendered in black font)
- #186 (avoid breaking URL hyperlinks on : or .)
- #182 (filenames in PR workflows referenced merge commits instead of head commit of source branch)
What's Changed
- Check out head_ref of source branch on PRs by @chrisfenner in #188
Full Changelog: v0.15.0...v0.15.1
v0.15.0
This version supports a new Deprecation Notice informative text-box style:
What's Changed
- mark variables readonly after they are tweaked by @chrisfenner in #185
Full Changelog: v0.14.0...v0.15.0
v0.14.0
(Please note 2 minor fixes in the reusable workflow vs. v0.12.0)
Major features in this version:
- diff documents
- reusable workflow
What's Changed
- Add filter to center all images, even non-figure images by @chrisfenner in #153
- Update dependencies by @chrisfenner in #155
- Improve the commit referenced during PRs by @chrisfenner in #154
- add support for lualatex as engine by @chrisfenner in #156
- Clean up variable names by @chrisfenner in #157
- Always create a tmp directory and copy everything into it by @chrisfenner in #158
- Reorganize build script using helper functions by @chrisfenner in #159
- Fix small bugs and style issues by @chrisfenner in #160
- Add support for diff pdfs by @chrisfenner in #161
- Introduce a new GitHub Action from the pandoc repo by @chrisfenner in #162
- make the informative text blocks section more consistent by @chrisfenner in #163
- implement and use PR workflow by @chrisfenner in #169
- introduce a unified workflow for all flows by @chrisfenner in #170
- calculate the output filename based on the input by @chrisfenner in #171
- update versions of dependency actions by @chrisfenner in #172
- update metadata-action version by @chrisfenner in #173
- update metadata action in push.yml by @chrisfenner in #174
- add a manual workflow trigger where a one-off diff can be requested by @chrisfenner in #175
- Do not fail the entire workflow if just the diff step failed by @chrisfenner in #176
- allow manual runs to specify revision to render by @chrisfenner in #177
- Lua mermaid filter by @chrisfenner in #178
- crop drawio conversions by @chrisfenner in #179
- use pandoc action from pandoc repo instead of local path by @chrisfenner in #180
- Rename upload artifact by @chrisfenner in #181
Full Changelog: v0.11.0...v0.14.0
v0.13.0
(Please note minor fix in reusable workflow vs. v0.12.0)
Major features in this version:
- diff documents
- reusable workflow
What's Changed
- Add filter to center all images, even non-figure images by @chrisfenner in #153
- Update dependencies by @chrisfenner in #155
- Improve the commit referenced during PRs by @chrisfenner in #154
- add support for lualatex as engine by @chrisfenner in #156
- Clean up variable names by @chrisfenner in #157
- Always create a tmp directory and copy everything into it by @chrisfenner in #158
- Reorganize build script using helper functions by @chrisfenner in #159
- Fix small bugs and style issues by @chrisfenner in #160
- Add support for diff pdfs by @chrisfenner in #161
- Introduce a new GitHub Action from the pandoc repo by @chrisfenner in #162
- make the informative text blocks section more consistent by @chrisfenner in #163
- implement and use PR workflow by @chrisfenner in #169
- introduce a unified workflow for all flows by @chrisfenner in #170
- calculate the output filename based on the input by @chrisfenner in #171
- update versions of dependency actions by @chrisfenner in #172
- update metadata-action version by @chrisfenner in #173
- update metadata action in push.yml by @chrisfenner in #174
- add a manual workflow trigger where a one-off diff can be requested by @chrisfenner in #175
- Do not fail the entire workflow if just the diff step failed by @chrisfenner in #176
- allow manual runs to specify revision to render by @chrisfenner in #177
- Lua mermaid filter by @chrisfenner in #178
- crop drawio conversions by @chrisfenner in #179
- use pandoc action from pandoc repo instead of local path by @chrisfenner in #180
Full Changelog: v0.11.0...v0.13.0