Skip to content

1.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 15:51
· 43 commits to master since this release

New features and improvements

  • Added support for Python 3.12 and dropped support for Python 3.9 (#681)
  • Added a --no-bbox option to the layout command to use the pre-existing page size instead of the geometry bounding box as basis for layout (#682)
  • Added a --flip option to the reverse command to also flip the line direction (#654)
  • Added a --hyphenate LANG option to the text command (thanks to @pepijndevos) (#668)

Bug fixes

  • Fixed issue with ImageRenderer where the GL context wasn't released, ultimately causing a crash when running the test suite (which could involve many hundreds of context creation) (#616)
  • Fixed CLI help for the lreverse command (#683)

Other changes

  • The project now uses Ruff for linting (supersedes isort) (#646)