Skip to content

Releases: gaphor/gaphas

Version 5.0.0 - The era of async/await

08 Oct 17:33
f4d372d
Compare
Choose a tag to compare

Changes

The big change is that the background update job is now running as an ordinary Python coroutine.
If you use Gaphas, make sure you set up the GLib asyncio event loop.

The decorators (g_async, nonrecursive) are gone.

🚀 Features

Thanks again to @amolenaar and @danyeaw! 🎉

Version 4.1.1 - Now for real

20 Aug 16:58
ab80cd0
Compare
Choose a tag to compare

Okay, it's been a while since I did a release. I sort of forgot the process :/

Changes

Thanks again to @amolenaar! 🎉

Version 4.1 - Scrolling

20 Aug 16:41
d283f7a
Compare
Choose a tag to compare

Changes

Thanks again to @amolenaar, @danyeaw, @dependabot, @dependabot[bot], @pre-commit-ci and @pre-commit-ci[bot]! 🎉

4.0 - GTK 4 only

29 Dec 21:43
97a10bc
Compare
Choose a tag to compare
  • Removed deprecated modules (a.o. BoundingBoxPainter!)
  • Drop support for GTK+ 3
  • Tools no longer need a View argument
  • Remove use of deprecated GTK (4) API's

Version 3.11.3 - Add Python 3.12 Support

03 Jul 17:57
Compare
Choose a tag to compare

Changes

🧰 Maintenance

Thanks again to @amolenaar and @danyeaw! 🎉

Version 3.11.2 - Remove Gaphor Dependency

02 Jul 12:34
Compare
Choose a tag to compare

Changes

  • Revert "Render diagrams in docs directly from Gaphor models" @danyeaw (#625)
  • Enable trusted publisher for PyPI @danyeaw (#615)

Thanks again to @amolenaar and @danyeaw! 🎉

Version 3.11.1 - GTK4 render improvement

21 May 10:24
32492d8
Compare
Choose a tag to compare

Changes

Do not explicitly render background. It's taken care of.

Version 3.11.0 - Faster rendering for GTK 4

20 May 21:15
81fc901
Compare
Choose a tag to compare

Changes

Version 3.10.3 - Proper panning

30 Mar 17:18
104f5b2
Compare
Choose a tag to compare

Changes

  • Fix pan tool

Version 3.10.2 - Fix view (un)realize

29 Mar 13:26
ccb583d
Compare
Choose a tag to compare

Changes

  • Fix GtkView.unrealize(), so views can be dragged in a TabView