Skip to content

Releases: juzzlin/Heimer

3.6.0

27 Aug 16:33
Compare
Choose a tag to compare

Release date:

Sat, 27 Aug 2022 19:03:46 +0300

New features:

  • Usability improvements:
    • Show a dummy edge label with '...' when the actual label won't fit
    • Stack edge text edits on top of nodes

3.5.0

30 Jul 18:30
Compare
Choose a tag to compare

Release date:

Sat, 30 Jul 2022 21:12:12 +0300

New features:

  • Fix GitHub Issue #112: Optimizer: Take current node locations into account when building initial layout
    • This change makes the optimizer way more stable with respect to the original global placement
    • Tries to find the best possible initial locations for the nodes in a normalized coordinate space
    • Makes only local changes within a very small search radius (row-wise and cell-wise)

Other:

  • Update German translations

  • Update Dutch translations

3.4.0

26 Jun 18:54
Compare
Choose a tag to compare

Release date:

Sun, 26 Jun 2022 21:42:11 +0300

New features:

  • Fetch the newest version and show in status bar if newer version available

  • Fix GitHub Issue #210: Option to set shadow offset and disable shadows

    • Adds effects tab to the settings dialog
    • Shadow offset and blur radius can now be set
  • Fix GitHub Issue #211: Color defaults

    • Default colors can now be set via the default settings tab
  • Make it possible to tune shadow colors via the effects tab

3.3.0

12 May 18:22
Compare
Choose a tag to compare

Release date:

Thu, 12 May 2022 21:09:29 +0300

New features:

  • Add German translations

  • Fix GitHub Issue #206: An option to change the size of the arrows

    • Toolbar now includes a spinner widget to set the arrow size

Bug fixes:

  • Fix GitHub Issue #205: Click dragging from an existing node,
    then pressing delete before dropping the node, crashes the program

3.2.0

15 Jan 18:56
Compare
Choose a tag to compare

Release date:

Sat, 15 Jan 2022 20:42:13 +0200

New features:

  • Fix GitHub Issue #181: Copy should copy also edges within the group
    • When copying (and pasting) nodes, also the edges within the copy group are now copied

Bug fixes:

  • Fix GitHub Issue #195: Decrease size of "About" dialog

Other:

  • Updated Dutch & Italian translations

3.1.0

24 Dec 11:21
Compare
Choose a tag to compare

Release date:

Fri, 24 Dec 2021 12:47:41 +0200

New features:

  • Option to automatically snap existing nodes to grid

  • Option for dashed lines in the edge context menu

Bug fixes:

  • Fix GitHub Issue #186: Icon is installed in /usr/share/icons/hicolor/64x64 but actual size is 256x256

  • Fix GitHub Issue #188: Double-clicking on a large node zooms in incorrectly

  • Fix GitHub Issue #189: Export to PNG breaks zoom out

  • Fix GitHub Issue #190: Export to PNG works only once

    • Fixes the same issue with SVG export, too

Other:

  • Simplify edge context menu

3.0.0

25 Nov 19:54
Compare
Choose a tag to compare

Release date:

Sun, 21 Nov 2021 22:43:30 +0200

New features:

  • Fix GitHub Issue #36: Double-click to zoom into a node
  • Fix GitHub Issue #138: Make it possible to change the font
  • Fix GitHub Issue #180: Make edge text disappear if it doesn't fit between nodes

Bug fixes:

  • Fix auto save not triggering immediately on file operations

2.8.0

25 Oct 18:27
Compare
Choose a tag to compare

Release date:

Mon, 25 Oct 2021 21:11:27 +0300

New features:

  • Fix GitHub Issue #173: Being able to paste and create a node right-away

    • Pasting text to Heimer will create a new node with that text
    • Pasting image data e.g. from Gimp to Heimer will create a new node with that image
  • Highlight text found by search

    • Not perfect as only the first occurrence is being matched

Bug fixes:

  • Fix GitHub Issue #175: Windows installer doesn't add shortcuts

  • Fix image save when original image is missing

  • Write images with same id only once

Other:

  • Unselect text on all nodes when background is clicked

2.7.0

02 Oct 10:52
Compare
Choose a tag to compare

New features:

  • Add Chinese translation

  • Add Spanish translation

  • Fix GitHub Issue #129: Add search field

Bug fixes:

  • Fix editor scene getting broken when a file cannot be opened

Other:

  • Limit application window startup size

2.6.0

09 Jul 13:00
Compare
Choose a tag to compare

New features:

  • Add support for .ALZ drag'n'drop

Other:

  • Build Windows build with CMake