- Swap out argparse in favor of getopt, which is much simpler and more flexible. - Now we could use `pdfxmeta doc.pdf` to dump an entire document, without the empty pattern `""`.
1.1.3
----------------
Released August 4, 2020
- Usefully complain when tocparser can't parse an entry
1.1.2
----------------
Released August 3, 2020
- Add `--print` flag for `pdftocio` to force printing ToC. - Add spec for cli commands.
1.1.1
----------------
Released July 31, 2020
- Add a `--auto` option for `pdfxmeta` to output a valid heading filter directly.
1.1.0
----------------
Released July 31, 2020
- Add a new option for a heading filter to be "greedy", which makes it extract all the text in a block when at least one match occurs. This is extremely useful for math-heavy documents. - fixes the sorting problem with two column layout.
1.0.1
----------------
Released July 29, 2020
- Update documentations - Fix some linter warnings - Fix unicode problem in tests - Some prep work for the next major release