| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-28 | Revert "Bump tls version in stack.yaml."pandoc-server-0.1.0.7pandoc-lua-engine-0.3.1pandoc-cli-3.33.3 | John MacFarlane | |
| This reverts commit ad69e03dd425f9b84e01cabebdd12ab4ac8caf46. crypton-connection isn't compatible with the latest tls. | |||
| 2024-07-28 | Update AUTHORS.md | John MacFarlane | |
| 2024-07-28 | Bump tls version in stack.yaml. | John MacFarlane | |
| 2024-07-28 | Update MANUAL date and man pages. | John MacFarlane | |
| 2024-07-28 | Bump pandoc-server to 0.1.0.7, depend on latest pandoc | John MacFarlane | |
| 2024-07-28 | Bump pandoc version in pandoc-lua-engine. | John MacFarlane | |
| 2024-07-28 | Bump pandoc-lua-engine version to 0.3.1, depend on it in pandoc-cli | John MacFarlane | |
| 2024-07-28 | Bump to 3.3, update changelog | John MacFarlane | |
| 2024-07-28 | Use released typst 0.5.0.5. | John MacFarlane | |
| 2024-07-28 | Update FAQ for converting a directory of files in Windows. | John MacFarlane | |
| Use fullname rather than name (#5429 comment). | |||
| 2024-07-27 | Allow --number-sections to take an optional true|false argument. | John MacFarlane | |
| This was omitted when we allowed this for other boolean flags. | |||
| 2024-07-27 | Docx writer: fix regression with nested lists. | John MacFarlane | |
| Closes #9994. The bug affects e.g. ordered lists with bullet sublists; after the sublist the top-level list reverts to bullets instead of being properly numbered. This regression was introduced in version 3.2.1 and was caused by commit f5531f1. | |||
| 2024-07-27 | RTF reader: handle `\*\shppict` without dropping image. | John MacFarlane | |
| Closes #10025. | |||
| 2024-07-19 | MANUAL: fix copyright years | Albert Krewinkel | |
| 2024-07-15 | BibTeX writer: ensure that "literal" names are enclosed in braces. | John MacFarlane | |
| Closes #9987. | |||
| 2024-07-08 | lua-filters.md: Partially autogenerate docs for module "pandoc" | Albert Krewinkel | |
| The documentation system isn't powerful enough to generate the full documentation automatically. | |||
| 2024-07-08 | Harmonize maintainer email addresses in module headers. | Albert Krewinkel | |
| 2024-07-06 | Typst reader: ignore 'pad' and just parse its body. | John MacFarlane | |
| See #9958. | |||
| 2024-07-05 | Change sr -> sr-Latn in translation tests | Stephen Huan | |
| 2024-07-05 | Makefile: add update-translations target | Stephen Huan | |
| 2024-07-05 | Add new translations | Stephen Huan | |
| 2024-07-05 | Update existing translations | Stephen Huan | |
| 2024-07-05 | tools/update-translations.py: translation script | Stephen Huan | |
| 2024-07-05 | Remove colon from pl translation | Stephen Huan | |
| 2024-07-05 | Sort ar translation | Stephen Huan | |
| 2024-07-05 | Fix YAML in translation files for is | Stephen Huan | |
| 2024-07-04 | MANUAL.txt: Make documentation of extensions clearer. | John MacFarlane | |
| Add `(org)` to heading of documentation for extensions that affect org differently than markdown, e.g. `citations`. See #9060. | |||
| 2024-07-04 | MANUAL: fix section level for two Extensions entries. | John MacFarlane | |
| 2024-07-03 | Adjust test for #9943 so it works with Windows. | John MacFarlane | |
| 2024-07-03 | Avoid 'head' in JATS reader, DocBook writer. | John MacFarlane | |
| 2024-07-03 | Haddock reader: Avoid use of 'head'. | John MacFarlane | |
| 2024-07-03 | TWiki reader: use isUpper/isLower... | John MacFarlane | |
| instead of the new isUpperCase/isLowerCase, for portability across base versions. | |||
| 2024-07-03 | Man writer: use default middle header when metadata does not... | John MacFarlane | |
| include `header`. This change causes pandoc to omit the middle header parameter when `header` is not set, rather than emitting `""`. The parameter is optional and man will use a default based on the section if it is not specified. Closes #9943. | |||
| 2024-07-03 | TWiki Reader: recognize WikiWords as internal links. | John MacFarlane | |
| Fixes #9941. | |||
| 2024-07-03 | TWiki reader: avoid partial function. | John MacFarlane | |
| 2024-07-02 | Fix some mistakes with Japanese language code. | John MacFarlane | |
| In several places we were mistakenly assuming that the BCP 47 code for Japanese language was `jp`. It is `ja`. Closes #9938. | |||
| 2024-07-01 | Add option to link rather than embedding images in ODT. | John MacFarlane | |
| New cli option: `--link-images`. This causes images to be linked rather than embedded in ODT. New field in WriterOptions: `writerLinkImages` [API change]. New field in Opt: `optLinkImages` [API change]. Closes #9815. | |||
| 2024-06-30 | add ua.yaml | Jens Oehlschlägel | |
| 2024-06-30 | Add Japanese translations | Stephen Huan | |
| 2024-06-29 | Use dev version of typst-hs. | John MacFarlane | |
| Fixes parsing of equations like `$1.$`. | |||
| 2024-06-28 | Lua: keep `lpeg` and `re` as "loaded" modules. | Albert Krewinkel | |
| The modules `lpeg` and `re` are now treated as if they had been loaded with `require`. Previously the modules were only assigned to global values, but could be loaded again via `require`, thereby allowing to use a system-wide installation. However, this proved to be confusing. The old behavior can be restored by adding the following lines to the top of Lua scripts, or to the `init.lua` in the data dir. debug.registry()['_LOADED'].lpeg = nil debug.registry()['_LOADED'].re = nil | |||
| 2024-06-28 | pandoc-cli: Include pandoc copyright in Lua version info | Albert Krewinkel | |
| 2024-06-28 | pandoc-cli: Refer printing of version info to the Lua interpreter | Albert Krewinkel | |
| The Lua interpreter no longer terminates when called with `-v` or `--version` arguments, thus improving compatibility with the default `lua` interpreter program. | |||
| 2024-06-26 | HTML templates: don't load polyfill. | John MacFarlane | |
| This was added in a period when MathJaX required polyfill. MathJaX no longer recommends this and polyfill should no longer be necessary on any reasonably modern browser. Closes #9918. | |||
| 2024-06-26 | Allow tls 2.1.x. | John MacFarlane | |
| 2024-06-24 | Changelog fixes. | John MacFarlane | |
| 2024-06-24 | Updated AUTHORS.md.pandoc-lua-engine-0.3pandoc-cli-3.2.13.2.1 | John MacFarlane | |
| 2024-06-24 | stack.yaml - bump versions for tls, toml-parser | John MacFarlane | |
| 2024-06-24 | Bump pandoc version bound in pandoc-lua-engine. | John MacFarlane | |
| 2024-06-24 | Update manual date and man pages. | John MacFarlane | |
