Skip to content

Releases: phase1geo/Minder

Minder 2.0.9 Released

19 Apr 19:20

Choose a tag to compare

New

  • Added syntax highlighting support for Markdown strikethrough and highlighting in notes.
  • Added Markdown highlighting theming support.
  • Added Markdown syntax insertion menus for canvas text and notes.

Changes

  • Updated Italian translation (thanks to Albano Battistella).

Bug Fixes

  • Fixed issues with saving custom themes.
  • Fixed issue where nodes with rendered Markdown text were not updated when markdown enablement was changed in settings.

Minder 2.0.8 Released

05 Apr 01:10

Choose a tag to compare

Bug Fixes

  • Fixed issue with rendering node text when themes are changed.
  • Fixed Flathub linter warnings.

Minder 2.0.7 Released

04 Apr 17:45

Choose a tag to compare

Changes

  • Added Georgian translation (special thanks to Ekaterine Papava).
  • Removed markup characters from nodes when nodes are not being edited to improve display.
  • Improved coloring of URLs when node is selected.

Bug Fixes

  • Fixed issue resetting application shortcuts to the Minder defaults.
  • Fixed issues with RTL language display.
  • Fixed issue with selecting the first root node via keyboard shortcut when no other nodes are selected.
  • Fixed issue with drag and drop of tags on nodes.
  • Fixed issue with copying nodes with tags.

Minder 2.0.5 Released

01 Feb 03:35

Choose a tag to compare

Changes

  • Improved .minder file icon image.
  • Improved connection drawing to avoid lines overlapping with other connection lines.

Bug Fixes

  • Fixed runtime string in About window.

Minder 2.0.4 Released

18 Jan 19:42

Choose a tag to compare

New

  • Use Minder file icon for .minder files.

Changes

  • Changed importing to use an unnamed filename after import.
  • Minor memory optimizations for nodes.
  • Changed node styling for main nodes that have siblings to use sibling styling instead of default styling.

Bug Fixes

  • Fixed issue with updating font UI in style sidebar.
  • Fixed several issues with closing sidebar with Escape key.
  • Fixed issues with importing legacy portable Minder files.

Minder 2.0.3 Released

22 Dec 01:43

Choose a tag to compare

New

  • Adding support for importing Mermaid mindmap files.

Changes

  • Updated Italian translation (thanks to Albano Battistella).
  • Adding import and export examples in command-line help output.

Bug Fixes

  • Fixed issue with placing root node on application open.
  • Fixed issue with Style widgets accidentally scrolling.
  • Fixed various issues with command-line import/export.

Minder 2.0.2 Released

18 Dec 05:17

Choose a tag to compare

Changes

  • Changed Shift-F keyboard shortcut to toggle the node folding deeply rather than always unfold deeply.
  • Changed node menu from 'Fold Children' to 'Toggle Folding' submenu where one level or all levels can be selected.

Bug Fixes

  • Fixed application crash caused by adding parent node between a root node and a main node.
  • Attempting to fix UI issue where dark mode is changed by the system, causing some icons to visually disappear.

Minder 2.0.1 Released

15 Dec 04:30

Choose a tag to compare

Changes

  • Removed unnecessary OARS values from appdata.xml.
  • Allowed window height to be much smaller when sidebar is displayed.
  • Improved performance of selections when dragging selection box over nodes.
  • Removed theme value to prefer dark mode, using system setting in window always.
  • Increased default padding for root nodes to make it more visible.
  • Improved default position of root node when a new mindmap is created.

Bug Fixes

  • Fixed issue with some style settings not taking immediate effect in the mindmap.
  • Fixed issue with sequence numbers being obfuscated when multiple nodes selected.
  • Fixed issue with autopan when dragging out selection box.
  • Fixed issue with alpha when selection box is dragged over a single node.
  • Fixed potential issue with releasing selection box causing node changes.
  • Fixed display of branch corner radius adjustment in styles sidebar.
  • Fixed issue where panning with middle button continued to pan after button released.

Minder 2.0.0-2 Released

09 Dec 15:24
6c74224

Choose a tag to compare

Fixes issues for elementary OS Flatpak building.

Minder 2.0 Released

09 Dec 02:53

Choose a tag to compare

New

  • Added support for node text alignment controls in Style sidebar
  • Added new brainstorming UI for quickly adding ideas without organizing them into the node tree
  • Added support for configuring shortcuts within preferences.
  • Added support for exporting as a Mermaid mindmap.
  • Added support for exporting as a WebP image file.
  • Added support for exporting most formats to the clipboard.
  • Added shortcut ability to close current tab.
  • Added support for node tagging.
  • Added support for style templates.
  • Added support for copying/pasting style.
  • Added support for adjust size of link and connection arrows in style sidebar.
  • Added support for multi-node selection drag-drop operations.
  • Added read-only support.
  • Added support for automatic mindmap panning when dragging nodes.
  • Added preference option to enable compact sidebar width (useful for Gnome environments).
  • Added preference option to control the default style settings used in new mindmaps (Minder default, last used, or a saved style template).
  • Added preference option to control whether a new node style matches its sibling or parent node.

Changes

  • Updated Italian translation (thanks to Albano Battistella)
  • Updated Russian translation (thanks to Maksim Syomochkin).
  • Updated code base from Gtk3 to Gtk4.
  • Updated text editors from gtksourceview4 to gtksourceview5.
  • Updated granite to granite-7.
  • Changed .minder save format to contain mindmap, embedded images, etc. (IMPORTANT NOTES: .minder files created with previous versions will load in Minder 2.0 but will be converted and saved in the new format upon opening. New save format is not backward compatible with older versions of Minder).
  • Saving to the new save format only occurs when Control-S is used by the user or the application is closed by the user. Reduced number of saves to disk during application usage dramatically.
  • Updated elementary OS Flatpak runtime version from 6 to 8.2.
  • Added support for creating Flathub manifests (Flathub flatpaks are now officially supported by the project; Gnome 49 SDK used).
  • Added more support for tree change animations.
  • Under the hood code improvements to improve code quality and maintenance issues.
  • Node trees with only two main branches can still be balanced in horizontal or vertical node layouts.
  • Moved random link colors switch from Map sidebar to preferences.
  • Changed automatic task enablement to only adding a node task when a new node is created. New sibling nodes will be enabled if the sibling node was enabled. New child nodes will be enabled if the parent was enabled.

Bug Fixes

  • Improved look of icons when dark mode is changed between light and dark.
  • Improved URL detection to detect URLs that do not contain a period.
  • Fixed issues with including node groups in copy and paste of node tree containing them.
  • Fixed issue with all nodes getting selected when a group is selected.
  • Fixed application crashes when right-clicking on tabs (thanks to Quaylyn Rimer).
  • Fixed application crashes when resizing nodes with images (thanks to Quaylyn Rimer).
  • Fixed application crash when adding a child to a folded node.
  • Fixed location of text cursor when text is selected.
  • Fixed issues with cutting and pasting or deletion of more than one selected nodes.
  • Eliminated unnecessary move undo operations.
  • Fixed issue with selecting a node with a connection (previously the connection was incorrectly selected).
  • Fixed issue where not was not reporting a resize correctly.
  • Fixed potential issue when connecting nodes.
  • Fixed issues with sequence numbers not updating correctly.
  • Fixed issue with undo'ing a root node deletion.
  • Fixed potential text selection issue when hitting backspace.
  • Fixed issues with the location of contextual menus when the mindmap zoom level is not 100%.
  • Fixed issues with handling potential errors during clipboard paste operation.
  • Fixed issues with clearing attachment indicator when the cursor leaves the mindmap canvas.
  • Fixed layout issues caused by tasks being enabled in some nodes.