Skip to content

Releases: gaphor/gaphas

Version 5.1.2 - Maintenance

Choose a tag to compare

@github-actions github-actions released this 27 Dec 12:03
473b195

Changes

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

Version 5.1.1 - Fix regression

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:48
92a8d18

Changes

Version 5.1.0 - Custom item and handle finder

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:56
44a0028

Changes

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

Release 5.0.3

Choose a tag to compare

@amolenaar amolenaar released this 06 Apr 09:34

Make the release process work again.

Version 5.0.2 - Fix the release process

Choose a tag to compare

@github-actions github-actions released this 06 Apr 09:21

Changes

Thanks again to @amolenaar! 🎉

Version 5.0.1 - Fix moving items

Choose a tag to compare

@github-actions github-actions released this 05 Apr 15:19
30345ed

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

Choose a tag to compare

@github-actions github-actions released this 08 Oct 17:33
f4d372d

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

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:58
ab80cd0

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

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:41
d283f7a

Changes

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

4.0 - GTK 4 only

Choose a tag to compare

@amolenaar amolenaar released this 29 Dec 21:43
97a10bc
  • 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