diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-02-08 17:27:54 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-02-08 17:27:54 -0800 |
| commit | a04833f04bc75bbe943dc6405c6d2eb070347b93 (patch) | |
| tree | b6d7c1f930eacb7a595baba08e72da7a52cd409a | |
| parent | 2a9cd0502347af0d5f04a26d69fad080261d3f07 (diff) | |
Bump to 3.1 and update changelog.
| -rw-r--r-- | changelog.md | 38 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 39 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6630938d9..7114fd1d9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,43 @@ # Revision history for pandoc +## pandoc 3.1 (2023-02-09) + + * Fix regression with `--print-highlight-style` option (#8586). + + * Add new `--chunk-template` option (#8581), allowing more control + over the filenames in chunked HTML output. + + * Text.Pandoc.App: Add `optChunkTemplate` constructor to Opt [API change]. + + * Text.Pandoc.Options: add `writerChunkTemplate` constructor to + `WriterOptions` [API change]. + + * Text.Pandoc.Chunks: add Data, Typeable, Generic instances for + `PathTemplate` [API change]. + + * Textile reader: + + + Support footnote backlinks (#8585, Stephen Altamirano). + + Don't allow brackets in URLs (#8582). + + * ODT reader: fix blockquote indent detection (#3437, Daniel Kessler). + + * LaTeX writer: include short figure/table caption if one is given + (Albert Krewinkel). Short captions are used by LaTeX when generating + the list of figures or list of tables. Adding a short caption will + now overwrite the full caption in these lists. + + * Improve handling of `%` in bib(la)tex parsing (#8597, #8595). + + * Use released skylighting 0.13.2.1 + + * INSTALL.md: direct people to cabal install pandoc-cli. + + * doc/lua-filters.md: document 'Figure' type and constructor (Albert + Krewinkel). Fix typos (Martin Joerg). + + * Fix link in manual (#8583, Salim B). + ## pandoc 3.0.1 (2023-01-25) * Fix use of extensions with custom readers (#8571). diff --git a/pandoc.cabal b/pandoc.cabal index 974bb3b14..3c3b6c964 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc -version: 3.0.1 +version: 3.1 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
