You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)