Skip to content

Releases: gaphor/gaphas

Version 3.0.0-beta.2

19 Dec 14:17
ac82eb7
Compare
Choose a tag to compare
Version 3.0.0-beta.2 Pre-release
Pre-release

Changes

  • Add a new tool (view_focus_tool) that ensures the view grabs focus when a mouse button press or touch event happens.

Thanks again to @amolenaar! 🎉

Version 3.0.0-beta.1

18 Dec 16:59
a243af3
Compare
Choose a tag to compare
Version 3.0.0-beta.1 Pre-release
Pre-release

Changes

Fix undo behavior. Items are properly updated when undo is in action (using the gaphas.state module).

Version 3.0.0-beta.0

16 Dec 10:45
888d025
Compare
Choose a tag to compare
Version 3.0.0-beta.0 Pre-release
Pre-release

Changes

🧰 Maintenance

Thanks again to @amolenaar, @danyeaw! 🎉

Version 3.0.0-alpha.0 - The major revamp 🌈

05 Dec 14:48
Compare
Choose a tag to compare

Summary

  • Gestures and Event Controllers are used for tools @amolenaar (#159)
  • Simplifications in aspects.
  • gaphas.View and gaphas.GtkView are merged into gaphas.view.GtkView
  • Prototypes for Canvas and Item
  • Introduced type checking with MyPy

🧰 Changes

Thanks again to @amolenaar, @danyeaw, @dependabot, @dependabot[bot], @sourcery-ai, @sourcery-ai[bot] and Sourcery AI! 🎉

Restore API Compatibility

23 Jul 01:35
2.1.2
2c145f3
Compare
Choose a tag to compare
  • Fix API compatibility: restore draw_all attribute with draw method

2.1.1

10 Jul 22:27
Compare
Choose a tag to compare
  • Allow for custom update context for Canvas
  • Render (GTK) background for the view
  • Allow FreeHandPainter to be a child of BoundingBoxPainter

Minor improvements

20 Jun 08:56
Compare
Choose a tag to compare
  • Fix issue where port could not be updated when reconnecting two items
  • Documentation fixes
  • BoundingBoxPainter now takes an Item painter as its argument
    (composition over inheritance)

Bug fix

28 Jan 09:04
Compare
Choose a tag to compare
  • Fix issue where undo events for handle movements were not recorded

Drop Support for Legacy Python

12 Jan 03:08
2.0.0
c09cc79
Compare
Choose a tag to compare
  • Drop support for Python 2.7 and upgrade syntax
  • Remove Line.closest_segment()

Bug fix

12 Jul 07:50
Compare
Choose a tag to compare
  • Fix issue where views are not rendered