Added/Changed
- Python 3.11 support (#71)
- Markdown output for deletions from HTML
<del>foo</del>
to~~foo~~
(#69) - Minor usability improvements with Skim PDF (#70)
- New pdfminer, with type annotations and page labels (#56, #57)
Fixed
- TypeError: '>=' not supported between instances of 'PSKeyword' and 'float' (#58)
- Outlines without x/y coordinates (#55)
- Outlines whose destination is a PDFObjRef (#72)
Removed
- Support for Python 3.6 (#45)
Full Changelog: v0.3...v0.4