John MacFarlane
7ff2ead417
Regenerate man pages.
2025-12-01 09:46:49 +01:00
John MacFarlane
a2c8aef1cb
Bump to 3.8.3 (pandoc, pandoc-cli)>
2025-12-01 09:36:10 +01:00
John MacFarlane
6b20a1eabb
Update manual date and man pages.
2025-12-01 00:34:59 +01:00
John MacFarlane
3d5efe7400
Update manual date and regenerate man pages.
2025-10-20 10:26:59 +02:00
John MacFarlane
f7e0f5f5a5
Bump pandoc, pandoc-cli to 3.8.2.1
2025-10-20 10:18:22 +02:00
John MacFarlane
fe57c69f29
Bump manual date.
2025-10-05 17:54:49 +02:00
John MacFarlane
677b8d0bf4
Bump pandoc, pandoc-cli to 3.8.2, update changelog
2025-10-05 17:48:39 +02:00
John MacFarlane
d7abe701a2
Update an pages and manual date.
2025-09-29 12:38:20 +02:00
John MacFarlane
6dc8f6f064
Bump version to 3.8.1 (also pandoc-cli).
2025-09-29 12:24:35 +02:00
John MacFarlane
5328d4f9d0
Fix date in manual and man pages and changelog.
2025-09-06 18:11:42 +02:00
John MacFarlane
bdc55f6fe1
pandoc-server - bump to 0.1.1, change pandoc version bounds.
2025-09-06 11:05:33 +02:00
John MacFarlane
69709e1b1d
Bump pandoc-lua-engine to 0.5.
2025-09-06 11:03:42 +02:00
John MacFarlane
7b0a14f101
Bump to 3.8, update changelog.
2025-09-06 10:55:03 +02:00
John MacFarlane
ee4c9352ee
Remove code duplication around version info.
...
Text.Pandoc.App.CommandLineOptions and pandoc-cli/src/pandoc.hs
had similar code for generating version information.
To avoid duplication, we now export `versionInfo` from
Text.Pandoc.App [API change]. (The function is reexported from the
non-public module Text.Pandoc.App.CommandLineOptions.) This function
has three parameters that can be filled in when it is called by
pandoc-cli.
This change will make it simpler to revise version information.
2025-07-13 22:47:11 -07:00
John MacFarlane
cff9ace0db
Revert "Export copyrightMessage from Text.Pandoc.App module."
...
This reverts commit 2cf9b55421 .
2025-07-13 22:46:10 -07:00
John MacFarlane
2cf9b55421
Export copyrightMessage from Text.Pandoc.App module.
...
Export `copyrightMessage` from the unexported module
Text.Pandoc.App.CommandLineOptions
and reexport from Text.Pandoc.App [API change].
This avoids the need for a duplicated version in pandoc-cli, which can
now depend on the library's exported version.
2025-07-13 12:33:32 -07:00
John MacFarlane
2e3cb483e9
Use hardcoded string "pandoc" for program name in --version.
...
Per GNU guidelines:
https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html
2025-07-13 12:23:56 -07:00
John MacFarlane
883c8725d5
Bump pandoc-lua-engine to 0.4.3.
2025-05-28 15:03:37 -07:00
John MacFarlane
5c79a313a1
Update man pages and MANUAL date.
2025-05-28 15:03:22 -07:00
John MacFarlane
66a6cf39d3
Bump to 3.7.0.2, also pandoc-cli.
2025-05-28 13:59:57 -07:00
John MacFarlane
07c9924e5f
Update manual date; regenerate man pages.
2025-05-17 10:06:40 -07:00
John MacFarlane
aa97bf94d2
Bump pandoc/pandoc-cli to 3.7.0.1, update changelog.
2025-05-16 20:50:02 -07:00
John MacFarlane
7b1add7c73
Update manual and man pages.
2025-05-14 14:52:12 -07:00
John MacFarlane
3238ce12f0
Bump pandoc-cli version and pin to pandoc 3.7
2025-05-14 14:32:56 -07:00
Kolen Cheung
b526c504ea
fix(revealjs)!: upgrade reveal.js to v5 ( #10740 )
...
because v4 on unpkg.com is no longer available.
2025-03-29 09:53:55 -07:00
John MacFarlane
c2cf5bdc34
Update manual date and generate man pages
2025-03-16 10:54:48 -07:00
John MacFarlane
93e8027d32
Bump to 3.6.4 (also in pandoc-cli), update changelog.
2025-03-16 10:51:27 -07:00
Olivier DOSSMANN
d4bfc9ac8c
MANUAL: correct typo: 'date' for doubled 'title' ( #10654 )
2025-03-02 09:02:43 -08:00
John MacFarlane
b8b859bb90
cabal files: use https: for repo url.
2025-02-09 12:19:24 -08:00
John MacFarlane
fff93fca1b
Update man pages.
2025-02-09 12:14:24 -08:00
John MacFarlane
98eb05bb2c
Bump pandoc and pandoc-cli to 3.6.3, update changelog.
...
Note: we don't have an API change, but we choose to increment the
third digit because of some significant behavior changes.
2025-02-09 12:13:26 -08:00
John MacFarlane
d524970124
Regenerate man pages.
2025-01-12 11:08:32 -08:00
John MacFarlane
35cd9a7b51
Update man pages.
2025-01-12 10:56:29 -08:00
John MacFarlane
d8fdf9d9bd
Bump to 3.6.2 and update manual date
2025-01-12 10:56:03 -08:00
John MacFarlane
85a3e9c222
Update MANUAL.txt date and regenerate man pages.
2024-12-22 23:34:13 -08:00
John MacFarlane
50ef91ab57
Bump pandoc-cli to 3.6.1 and depend on pandoc 3.6.1
2024-12-22 23:29:31 -08:00
John MacFarlane
59d4c5e5f2
Date manual and regenerate man pages.
2024-12-07 17:34:04 -08:00
John MacFarlane
809b7da7ca
Bump pandoc-lua-engine to 0.4 and depend on it in pandoc-cli.
2024-12-07 12:32:19 -08:00
John MacFarlane
7f26c113b1
Bump pandoc-cli to 0.6, depend on pandoc 0.6.
2024-12-07 12:30:00 -08:00
John MacFarlane
a0b4c319ae
Rebuild man pages.
2024-10-05 12:42:53 -07:00
John MacFarlane
39b2845c7f
Bump version of pandoc and pandoc-cli to 3.5.
2024-10-05 12:41:54 -07:00
John MacFarlane
6f6a736844
Update man pages.
2024-09-09 22:14:43 -07:00
John MacFarlane
766ebd73fe
Bump pandoc-cli to 3.4, depend on pandoc 3.4.
2024-09-09 22:13:15 -07:00
John MacFarlane
092af7ff5d
Update MANUAL date and man pages.
2024-07-28 14:13:20 -07:00
John MacFarlane
7200b2bbfc
Bump pandoc-lua-engine version to 0.3.1, depend on it in pandoc-cli
2024-07-28 13:44:12 -07:00
John MacFarlane
ab94daf416
Bump to 3.3, update changelog
2024-07-28 13:41:56 -07:00
Albert Krewinkel
73ce302479
Harmonize maintainer email addresses in module headers.
2024-07-08 13:27:45 +02:00
Albert Krewinkel
22ca9e7a20
pandoc-cli: Include pandoc copyright in Lua version info
2024-06-28 11:10:58 +02:00
Albert Krewinkel
522302a97e
pandoc-cli: Refer printing of version info to the Lua interpreter
...
The Lua interpreter no longer terminates when called with `-v` or
`--version` arguments, thus improving compatibility with the default
`lua` interpreter program.
2024-06-28 10:03:14 +02:00
John MacFarlane
d8be1feb32
Update manual date and man pages.
2024-06-24 12:37:25 -07:00