Releases: juzzlin/Heimer
2.5.0
2.4.0
New features:
- Fix GitHub Issue #78: Add optional autosave
- Autosave can be enabled in the settings menu
Bug fixes:
- Fix GitHub Issue #150: Ghost handles crash
- Fix GitHub Issue #148: Instant node creation not aligned with the grid
Other:
- Refactor dialogs to use more standard components
- Move settings menu action to file menu and remove settings menu
2.2.0
New features:
-
Fix GitHub Issue #126: Extending limit of the canvas/background
- The drawing area is now unlimited
-
Fix GitHub Issue #128: Make it possible to connect selected nodes
- Nodes can be connected in the selection order via Edit menu
-
Fix GitHub Issue #133: Make it possible to disconnect selected nodes
- Selected nodes can be disconnected via Edit menu
Bug fixes:
-
Fix the way a node is selected on right-click
-
Fix copy paste from background context menu
-
Disable optimization buttons when optimization in progress
-
Don't create Text element if edge text is empty
-
Don't create Text element if node text is empty
Other:
-
Make a distinction between general colors and node colors
-
Make zooming nonlinear and increase range
-
Make pasting of big group of nodes much faster
-
Clear selected nodes when a handle of unselected node is clicked
2.1.0
2.0.0
Finally!
A lot of changes in this release, mostly related to selecting node groups and how they behave (well, a lot better now!).
Now it is possible to perform all operations on the selected nodes at once (set color, set text color, move, delete..).
Some major bugs fixed and stability improved.
New features:
-
Fix GitHub Issue #115: Missing Hotkey for Fullscreen: F11
-
Fix GitHub Issue #119: Implement group actions
-
Make it possible to move group by move handle
-
Make it possible to set text color for a node group
-
Make it possible to set color for a node group
-
Make it possible to set attached image for a node group
-
Allow group action when setting colors via node handle
-
Allow deletion of multiple nodes
-
-
Fix GitHub Issue #117: Make it possible to set default arrow direction
-
Fix GitHub Issue #118: Make it possible to delete nodes with Delete key
-
Fix GitHub Issue #121: Implement group copy and paste
-
Fix GitHub Issue #122: Make it possible to select node groups also with Shift key
Bug fixes:
-
Fix GitHub Issue #120: Crash when connecting to the initial node
-
Fix corner case issues with layout optimizer
Other:
-
Prevent the system context menu on node text edit
-
Open node context menu also when right-clicking on text edit
-
Don't immediately hide handles on move because it's annoying
1.21.0
1.20.0
1.19.0
New features:
- Fix GitHub Issue #77: Ctrl+S on new map should directly open 'save as' dialog
- Fix GitHub Issue #85: Export SVG
- Fix GitHub Issue #100: Use a better initial directory when saving a new file
- Add Dutch translations
Bug fixes:
- Fix GitHub Issue #87: Group move doesn't work with the move handle
- Fix GitHub Issue #97: Redo does stuff when redo shouldn't be possible
- Fix GitHub Issue #96: Saving sometimes doesn't work after loading an existing file
Other:
1.18.0
1.17.0
New features:
- Fix GitHub Issue #50: Autoarrange Nodes
- Implements a layout optimizer based on combinatorial optimization
- Adds a new menu entry 'Edit => Optimize layout'
Bug fixes: