Skip to content

Releases: gaphor/gaphas

Version 3.0.0-beta.5

11 Jan 07:57
0bba410
Compare
Choose a tag to compare
Version 3.0.0-beta.5 Pre-release
Pre-release

Changes

Version 3.0.0-beta.4 - old state🌈

03 Jan 17:26
f45a63a
Compare
Choose a tag to compare
Pre-release

Changes

  • handlers for Variable and Matrix also provide their old state
  • Added callback handlers for Position

Version 3.0.0-beta.3

21 Dec 17:54
3143d25
Compare
Choose a tag to compare
Version 3.0.0-beta.3 Pre-release
Pre-release

Changes

Reset cursor to cursor used before HandleMove started.

Thanks again to @amolenaar! 🎉

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)