Skip to content

Releases: gaphor/gaphor

Version 2.2.1 - Fix Drawing Composite Association

27 Jan 01:54
0f2410c
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Thanks again to @amolenaar, @danyeaw! 🎉

Version 2.2.0 - Guide Valid Relationships, macOS App Signing, and AppImage

23 Jan 18:08
c74a39e
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Thanks again to @amolenaar, @bertob, @danyeaw, @freddii! 🎉

Version 2.1.1 - Fix Copy & Paste in Linux with Wayland

01 Dec 01:56
55b5316
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Thanks again to @amolenaar and @danyeaw! 🎉

Version 2.1.0 - Improve Swimlanes and Namespace Tree

29 Nov 21:24
f4439e8
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Thanks again to @albanobattistella, @amolenaar, and @danyeaw! 🎉

Version 2.0.1 - Fix macOS Launch Issues

28 Aug 01:16
2.0.1
3b7adc6
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix issue where copy/paste + delete of original association causes association ends to be removed @amolenaar (#411)
  • Live editing for inline editors (popovers) @amolenaar (#415)
  • Fix #408 where undo on diagram items breaks the model @amolenaar (#410)
  • Fix UML composite and shared association @danyeaw (#398)
  • Fix Gaphor Launching Fails in macOS @amolenaar (#394)

🧰 Maintenance

Thanks again to @amolenaar and @danyeaw! 🎉

Version 2.0.0 - SysML and CSS Themes

01 Aug 01:41
2.0.0
75d46dd
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Version 1.2.0 - Sequence Diagram Improvements and Multiwindow Support

15 Mar 19:51
1.2.0
39ed89f
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Version 1.1.1 - Fix Default Setting to Reset to Pointer Tool

03 Nov 01:50
1.1.1
60a3caa
Compare
Choose a tag to compare

Changes:

  • Reset tool after creation by default
  • Remove setup.py and MANIFEST.in

Version 1.1.0 - Updated Interface with New Menu Structure

27 Oct 02:41
f29d853
Compare
Choose a tag to compare
  • New menu structure, according to the GNOME HIG
  • Dark theme support
  • Convert docs to Markdown
  • Convert strings in to f-string format
  • Change Windows packaging to use PyInstaller
  • The Element Editor is now part of the main window
  • New render mechanism for diagram items
  • Code is (partly) statically checked by Mypy
  • Many, many bug fixes

Version 1.0.2 - Remove Dependencies and Fix Wayland

27 Jul 02:26
1.0.2
4f202f6
Compare
Choose a tag to compare
  • Remove dependency on zope.component and zope.interface libraries
  • Fix crash when running Gaphor with Wayland on Linux
  • Improved font rendering in macOS
  • Fix exceptions when renaming, deleting, or creating a package or diagram
  • Disable drag and drop from the selection tool
  • Fix many GTK deprecation warnings
  • Convert most tests to Pytest