| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-14 | Bump pandoc-cli version to 3.1.12.3, require pandoc 3.1.12.3. | John MacFarlane | |
| 2024-02-29 | Bump to 3.1.12.2 (also pandoc-cli), update changelog, manual date. | John MacFarlane | |
| 2024-02-17 | Bump to 3.1.12.1, update changelog and manuals. | John MacFarlane | |
| 2024-02-14 | Bump pandoc-cli version to 3.1.12, depend on pandoc 3.1.12. | John MacFarlane | |
| 2024-01-05 | Bump pandoc-cli to 3.1.11.1. | John MacFarlane | |
| 2023-12-15 | Bump to 3.1.11, update changelog. | John MacFarlane | |
| pandoc-cli version is updated in sync. man pages regenerated. | |||
| 2023-12-11 | Bump pandoc/pandoc-cli to 3.1.10, update changelog. | John MacFarlane | |
| 2023-12-09 | Link pandoc-cli version to pandoc version. | John MacFarlane | |
| Henceforth pandoc-cli's version will be synchronized with pandoc's, and pandoc-cli will depend on an exact pandoc version. This will avoid confusion by ensuring that `cabal install pandoc-cli-X.Y.Z` installs pandoc version X.Y.Z. It will make things more straightforward for upstream packagers (see #9232). Note also that the man pages included in this package are for a specific pandoc version. This scheme does not follow the Haskell PVP, but that should cause no harm, because this package does not expose a library. | |||
| 2023-12-09 | Remove tested-with from pandoc-cli.cabal. | John MacFarlane | |
| 2023-12-09 | Move man pages to pandoc-cli package. | John MacFarlane | |
| Closes #9245. | |||
| 2023-07-21 | Bump pandoc-cli version to 0.1.1.1. | John MacFarlane | |
| 2023-03-27 | Bump pandoc-cli to 0.1.1, depend on latest pandoc-lua-engine | John MacFarlane | |
| 2023-03-18 | pandoc-cli: require hslua-cli-1.4.1 | Albert Krewinkel | |
| This fixes a bug where the program would not enter interactive mode if `-v`, `-e`, or `-l` was used together with the `-i` command line flag. | |||
| 2023-03-17 | pandoc-cli: add a Lua REPL | Albert Krewinkel | |
| 2023-03-13 | Switch to hslua-2.3 | Albert Krewinkel | |
| 2023-01-12 | CI: test with GHC 9.2.5 and 9.4.4 | Albert Krewinkel | |
| 2022-10-01 | Fix `nightly` flag build. | John MacFarlane | |
| 2022-09-30 | Remove build versions info from `--version` output. | John MacFarlane | |
| 2022-09-30 | Move `--version` handling to pandoc-cli. | John MacFarlane | |
| Print flag settings (lua, server) and versions of all relevant packages. Add suffix for nightly builds. Move `nightly` flag from pandoc to pandoc-cli. Closes #8339. | |||
| 2022-09-30 | pandoc-cli: Allow building a binary without Lua support | Albert Krewinkel | |
| Disabling the `lua` cabal flag will result in a binary without Lua. | |||
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
| 2022-09-29 | Bump pandoc version to 3.0. | John MacFarlane | |
| In light of the package splitting changes. | |||
| 2022-09-28 | Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server. | John MacFarlane | |
| 2022-09-27 | pandoc-cli: update to hslua-cli-1.2 | Albert Krewinkel | |
| 2022-09-27 | pandoc-cli: Avoid the CPP language extension | Albert Krewinkel | |
| Alternative behavior for the *server* flag is implemented by using separate modules. | |||
| 2022-09-26 | pandoc-lua: support more command line flags | Albert Krewinkel | |
| 2022-09-26 | Add server flag to pandoc-cli. | John MacFarlane | |
| This allows the executable to be built without support for "server mode." | |||
| 2022-09-23 | Use hslua-cli package for pandoc-lua interface | Albert Krewinkel | |
| 2022-09-22 | Split pandoc-server, pandoc-cli into separate packages. (#8309) | John MacFarlane | |
| This also removes the unnecessary Setup.hs from pandoc. Cabal does not need this with build-type 'simple'. | |||
