Skip to content

v0.2.12 – Bug fixes and code cleanup

Compare
Choose a tag to compare
@timobrembeck timobrembeck released this 08 Nov 11:29
· 11 commits to master since this release
9f53ea8

🐛 Bug fixes

  • [ #106 ] Fix page number & page count
  • [ #723 ] Fix ZeroDivisionError on broken image files

📘 Documentation

  • [ #707 ] Update README
  • [ #711 ] Modernize Sphinx configuration

🧹 Cleanup

  • [ #700 ] Change print statement to log.exception
  • [ #706 ] Remove Python2 compatibility
  • [ #705 ] Depend on html5lib >= 1.1
  • [ #699 ] Depend on reportlab >= 4.0.4
  • [ #714 ] Use black code style
  • [ #715 ] Enforce consistent file formatting
  • [ #716 ] Add ruff code linter
  • [ #717 ] Start using type hints & validate them via mypy
  • [ #718 ] Drop support for Python 3.7 (reached end of life on 2023-06-27)
  • [ #719 ] Add support for Python 3.12 (released on 2023-10-02)

Thanks to the following people for contributing to this release:
@JanEgner @lucasgadams @a-detiste @holtwick @stefan6419846 @timobrembeck