Skip to content

Releases: gaphor/gaphas

Version 5.1.2 - Maintenance

27 Dec 12:03
473b195

Choose a tag to compare

Changes

Thanks again to @amolenaar, @cjmayo, @danyeaw! 🎉

Version 5.1.1 - Fix regression

22 Jul 06:48
92a8d18

Choose a tag to compare

Changes

Version 5.1.0 - Custom item and handle finder

12 Jul 14:56
44a0028

Choose a tag to compare

Changes

Thanks again to @amolenaar, @dependabot[bot], @gaphor-updater[bot], dependabot[bot] and gaphor-updater[bot]! 🎉

Release 5.0.3

06 Apr 09:34

Choose a tag to compare

Make the release process work again.

Version 5.0.2 - Fix the release process

06 Apr 09:21

Choose a tag to compare

Changes

Thanks again to @amolenaar! 🎉

Version 5.0.1 - Fix moving items

05 Apr 15:19
30345ed

Choose a tag to compare

Changes

🧰 Maintenance

Thanks again to @amolenaar, @danyeaw, @dependabot[bot], @gaphor-updater[bot], dependabot[bot] and gaphor-updater[bot]! 🎉

Version 5.0.0 - The era of async/await

08 Oct 17:33
f4d372d

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

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

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

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