aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
AgeCommit message (Expand)Author
2024-02-17Bump to 3.1.12.1, update changelog and manuals.pandoc-cli-3.1.12.13.1.12.1John MacFarlane
2024-02-14Update man page.John MacFarlane
2024-02-14Bump pandoc-cli version to 3.1.12, depend on pandoc 3.1.12.John MacFarlane
2024-01-05Update man pages.John MacFarlane
2024-01-05Bump pandoc-cli to 3.1.11.1.John MacFarlane
2023-12-15Bump to 3.1.11, update changelog.pandoc-cli-3.1.113.1.11John MacFarlane
2023-12-12Regenerate man pages with pandoc 3.1.10.John MacFarlane
2023-12-11Update MANUAL.txt date and man page date.John MacFarlane
2023-12-11Bump pandoc/pandoc-cli to 3.1.10, update changelog.John MacFarlane
2023-12-09Link pandoc-cli version to pandoc version.John MacFarlane
2023-12-09Remove tested-with from pandoc-cli.cabal.John MacFarlane
2023-12-09Move man pages to pandoc-cli package.John MacFarlane
2023-07-21Bump pandoc-cli version to 0.1.1.1.pandoc-cli-0.1.1.1John MacFarlane
2023-07-19Fix regression on short boolean arguments.John MacFarlane
2023-04-05Purge double space.Andreas Scherer
2023-03-27Bump pandoc-cli to 0.1.1, depend on latest pandoc-lua-enginepandoc-lua-engine-0.2pandoc-cli-0.1.1John MacFarlane
2023-03-18pandoc-cli: require hslua-cli-1.4.1Albert Krewinkel
2023-03-17pandoc-cli: add a Lua REPLAlbert Krewinkel
2023-03-13Switch to hslua-2.3Albert Krewinkel
2023-01-12CI: test with GHC 9.2.5 and 9.4.4Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-10-31Re-add TemplateHaskell pragma in pandoc-cli.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-28Print starting server message to stderr instead of stdout.John MacFarlane
2022-10-28Issue message when starting up server indicating the port.John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-13Rollback parameterize options on scripting engine.John MacFarlane
2022-10-01Fix `nightly` flag build.John MacFarlane
2022-09-30Remove build versions info from `--version` output.John MacFarlane
2022-09-30Move `--version` handling to pandoc-cli.John MacFarlane
2022-09-30Use `server` as command to start the pandoc serverAlbert Krewinkel
2022-09-30pandoc-cli: Allow building a binary without Lua supportAlbert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30[API Change] Parameterize `convertWithOpts` over scripting engine.Albert Krewinkel
2022-09-30[API Change] App: parameterize `options` over the scripting engineAlbert Krewinkel
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-09-29Bump pandoc version to 3.0.John MacFarlane
2022-09-28Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server.John MacFarlane
2022-09-27pandoc-cli: support `-E` flag in pandoc-luaAlbert Krewinkel
2022-09-27pandoc-cli: support "lua" and "serve" as commandsAlbert Krewinkel
2022-09-27pandoc-cli: update to hslua-cli-1.2Albert Krewinkel
2022-09-27pandoc-cli: Avoid the CPP language extensionAlbert Krewinkel
2022-09-26pandoc-lua: support more command line flagsAlbert Krewinkel
2022-09-26Add server flag to pandoc-cli.John MacFarlane
2022-09-23Use hslua-cli package for pandoc-lua interfaceAlbert Krewinkel
2022-09-22Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)Albert Krewinkel
2022-09-22Split pandoc-server, pandoc-cli into separate packages. (#8309)John MacFarlane