| Age | Commit message (Expand) | Author |
| 2022-01-21 | Search for metadata files in $DATADIR/metadata (#7851) | Even Brenden |
| 2022-01-03 | Don't read sources until in/out format are verified. | John MacFarlane |
| 2022-01-02 | Copyright notices: update for 2022 | Albert Krewinkel |
| 2022-01-01 | Lua: provide global `PANDOC_WRITER_OPTIONS` [API change] | Albert Krewinkel |
| 2021-11-05 | Add interface for custom readers written in Lua. (#7671) | John MacFarlane |
| 2021-10-27 | Switch back from HsYAML to yaml. | John MacFarlane |
| 2021-09-08 | App: Issue NotUTF8Encoded warning when falling back to latin1. | John MacFarlane |
| 2021-08-28 | Add `--sandbox` option. | John MacFarlane |
| 2021-08-28 | Docx writer: handle SVG images. | John MacFarlane |
| 2021-08-24 | Comment out unused module. | John MacFarlane |
| 2021-08-24 | Reorganize App to make it easier to limit IO in main loop. | John MacFarlane |
| 2021-08-24 | T.P.App.OutputSettings: Generalize some types... | John MacFarlane |
| 2021-08-22 | App: Move output-file writing out of PandocMonad action. | John MacFarlane |
| 2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane |
| 2021-05-05 | App: allow tabs expansion even if file-scope is used | Albert Krewinkel |
| 2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane |
| 2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane |
| 2021-03-05 | Implement environment variable interpolation in defaults files. | John MacFarlane |
| 2021-02-22 | Fall back to latin1 if UTF-8 decoding fails... | John MacFarlane |
| 2021-02-22 | When downloading content from URL arguments, be sensitive to... | John MacFarlane |
| 2021-02-22 | Text.Pandoc.UTF8: change IO functions to return Text, not String. | John MacFarlane |
| 2021-02-02 | Add parseOptionsFromArgs [API change, addition]. | John MacFarlane |
| 2021-01-10 | JATS writer: fix citations (#7018) | Albert Krewinkel |
| 2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel |
| 2020-11-26 | Added some explicit imports. | John MacFarlane |
| 2020-11-16 | Only use filterIpynbOutput if input format is ipynb. | John MacFarlane |
| 2020-11-16 | When checking reader/writer name, check base name... | John MacFarlane |
| 2020-10-07 | Raise informative errors when YAML metadata parsing fails. | John MacFarlane |
| 2020-09-21 | Add built-in citation support using new citeproc library. | John MacFarlane |
| 2020-04-13 | Add an option to disable certificate validation (#6156) | Cédric Couralet |
| 2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel |
| 2020-03-13 | Update copyright year (#6186) | Albert Krewinkel |
| 2020-02-19 | Text.Pandoc.App: set resource path at the beginning... | John MacFarlane |
| 2020-02-08 | Factor out a findM function (#6125) | Joseph C. Sible |
| 2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane |
| 2020-02-07 | Resolve HLint warnings | Albert Krewinkel |
| 2020-02-07 | More in-depth refactoring and cleanup (#6123) | Joseph C. Sible |
| 2019-11-24 | Add unexported Text.Pandoc.Readers.Metadata. | John MacFarlane |
| 2019-11-14 | Change optInputFiles to a `Maybe [FilePath]`. | John MacFarlane |
| 2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc |
| 2019-11-07 | Change merge behavior for metadata. | John MacFarlane |
| 2019-11-06 | Add and apply filters in order (not reversed). | John MacFarlane |
| 2019-11-03 | Allow pdf output to stdout. | John MacFarlane |
| 2019-10-10 | Improve parsing of --defaults. | John MacFarlane |
| 2019-10-10 | `--metadata-file`: when multiple files specified, second takes precedence... | John MacFarlane |
| 2019-10-09 | T.P.App.Opt: rename optReader, optWriter as optFrom, optTo. | John MacFarlane |
| 2019-10-09 | T.P.App.Opt: Changed optMetadata to Meta, to allow structured values. | John MacFarlane |
| 2019-10-06 | Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt. | John MacFarlane |
| 2019-10-06 | Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy... | John MacFarlane |
| 2019-09-29 | Raise error on unsupported extensions. Closes #4338. | John MacFarlane |