mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Bump to 3.1 and update changelog.
This commit is contained in:
@@ -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).
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user