aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANUAL.txt2
-rw-r--r--changelog.md31
-rw-r--r--man/pandoc.12
-rw-r--r--pandoc.cabal2
4 files changed, 34 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 998377c00..f4e91e6c6 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,7 +1,7 @@
---
title: Pandoc User's Guide
author: John MacFarlane
-date: August 18, 2022
+date: August 22, 2022
---
# Synopsis
diff --git a/changelog.md b/changelog.md
index 43a4cdc58..bb69953e2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,36 @@
# Revision history for pandoc
+## pandoc 2.19.2 (2022-08-22)
+
+ * Fix regression with data uris in 2.19.1 (#8239).
+ In 2.19.1 we used the base64URL encoding rather than base64.
+
+ * pandoc-server: handle `citeproc` parameter as documented (#8235).
+
+ * Org reader: treat *emacs-jupyter* src blocks as code cells (#8236,
+ Albert Krewinkel). This improves support for notebook-like org files
+ that are intended to be used with emacs-jupyter package.
+
+ * HTML writer and templates: revert to using `width` property for column
+ widths (Albert Krewinkel). The default `flex` and `overflow-x` properties
+ of a column are set to `auto`. In combination, these changes allow to
+ get good results when using columns with or without explicit widths.
+
+ * Org writer (Albert Krewinkel):
+
+ + Add support for jupyter nodebook cells (#6367).
+ + Prefix code language of ipynb code blocks with `jupyter-`.
+ This is the convention used by the *emacs-jupyter* package.
+ + Keep code block attributes as header args. This allows to keep more
+ information in the resulting `src` blocks, making it easier to
+ roundtrip from or through Org. Org babel ignores unknown header
+ arguments.
+ + Add code block identifier as `#+name` to src blocks.
+
+ * Fix some typos in the codebase (luz paz).
+
+ * Require hslua-module-path 1.0.3 (#8228, Albert Krewinkel).
+
## pandoc 2.19.1 (2022-08-18)
* Add server capabilities.
diff --git a/man/pandoc.1 b/man/pandoc.1
index b609b5858..928463df8 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
-.TH "Pandoc User\[cq]s Guide" "" "August 18, 2022" "pandoc 2.19.1" ""
+.TH "Pandoc User\[cq]s Guide" "" "August 22, 2022" "pandoc 2.19.2" ""
.hy
.SH NAME
pandoc - general markup converter
diff --git a/pandoc.cabal b/pandoc.cabal
index c1d7934c9..3d6923f72 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc
-version: 2.19.1
+version: 2.19.2
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md