Releases: gaphor/gaphas
Releases · gaphor/gaphas
Version 3.10.1 - Fix orthogonal line
Changes
- Allow overridden
orthogonal
property forLine
.
Version 3.10.0 - Smooth rendering
Changes
- Smoother rendering
- Set
Line.orthogonal
without errors when a line has less than 3 handles
Version 3.9.2 - Fix line disconnect
Changes
- Simplify builds: drop tox @amolenaar (#547)
- Fix regression introduced in 3.9.0: line disconnecting did not work properly.
Version 3.9.1 - Manage GTK exposure
Changes
Add an architectural rule that only gahor.tool
and gaphas.view
are allowed to import Gtk. This makes it easier for non-GTK setups to use Gaphas for rendering.
Version 3.9.0 - Better handles
Changes
- Feedforward - change cursor on hover @amolenaar (#542)
- Update to Poetry 1.2.2, Enforce Python 3.9 as Minimum @danyeaw (#512)
🧰 Maintenance
- Move mypy.ini to pyproject.toml @danyeaw (#517)
- Fix typos and add codespell pre-commit hook @kianmeng (#521)
Thanks again to @amolenaar, @danyeaw, @dependabot, @dependabot[bot], @kianmeng, @pre-commit-ci, @pre-commit-ci[bot], @sourcery-ai and @sourcery-ai[bot]! 🎉
Version 3.8.3 - Segments
Changes
- The
Segment
dispatch function can be imported without importing Gtk - Updated dependencies
- code style improvements
Version 3.8.2 - Zoom with mouse wheel
🐛 Bug Fixes
- Fix Ctrl-scroll zoom for GTK4 @amolenaar (#503)
Version 3.8.1 - Fix line constraints
Changes
- Fix line constraints connecting to horizontal and vertical lines.
Version 3.8.0 - Better disconnects
Changes
- Fix segment disconnect: after a reconnect the right handle and port should be referenced.
For this to work the disconnect callback interface has been changed from callback()
to callback(item, handle, connected, port)
.