Skip to content

Releases: mindolph/Mindolph

V1.4.5

18 Sep 17:00
Compare
Choose a tag to compare
  • Fix: workspace view doesn't be cleared after the last workspace is closed.
  • Fix: exception when click on buttons if there is no workspace created or loaded.
  • Fix: exception when double-click on blank item in the 'go to file' file list.

V1.5.1 unstable

16 Sep 15:49
Compare
Choose a tag to compare
V1.5.1 unstable Pre-release
Pre-release
  • Feature: add theme support to mind map editor.
  • Feature: add new Light and Dark themes to mind map, and provide the ability to duplicate them and make your own theme.
  • Feature: add Bezier style for topics connector line in mind map and can be chosen in preference dialog.
  • Feature: add migration process for data that needs to be fixed when version update.
  • Improvement: let the color dialog in mind map be affected by the theme's border type.
  • Improvement: support converting multi selected topics to the note of their mutual parent.
  • Improvement: better dragging selection area color for mind map.
  • Improvement: add new preference option for creating default comment to root node of mind map.
  • Improvement: add status bar to image preview dialog for mind map and optimize the UI.
  • update plantuml and richtextfx to latest version.
  • merged bug fixes from v1.4.4

V1.4.4

13 Sep 16:00
Compare
Choose a tag to compare
  • Improvement: better start position of jump link in mind map.
  • Improvement: optimize UI of color dialog for mind map.
  • Improvement: show jump link immediately after adding it.
  • Fix: dialog is not in center of screen when exporting mind map to image.

V1.5.0 unstable

19 Aug 16:06
Compare
Choose a tag to compare
V1.5.0 unstable Pre-release
Pre-release
  • New Feature: add preview and resizing dialog for inserting image to mind map topic from clipboard or disk.
  • Improvement: optimized quality of embedded image in mind map topic.
  • Merged bug fixes from v1.4.3

V1.4.3

19 Aug 15:54
Compare
Choose a tag to compare
  • Fix: multi selected topics are not in their original order in some cases.
  • Fix: exception when opening an external file link.

V1.4.2 unstable

05 Aug 17:28
Compare
Choose a tag to compare
V1.4.2 unstable Pre-release
Pre-release
  • Improvement: auto scroll when dragging mind map topics to any border of view port.
  • Improvement: move caret to input position after insert markdown code snippet from toolbar.
  • Fix: lost focus after insertion to markdown editor.
  • update javafx to 20.0.2, plantuml to 1.2023.10, flexmark to 0.64.8

V1.4.1 unstable

09 Jul 16:11
Compare
Choose a tag to compare
V1.4.1 unstable Pre-release
Pre-release
  • Improvement: run check for update in background.
  • Improvement: show toast when not updates for check for updates.
  • Fix: handshake exception for check for updates.
  • Merge fixes from v1.3.6

V1.3.6

08 Jul 18:12
Compare
Choose a tag to compare
  • Improvement: better undo/redo handling for the note editor of mind map topic.
  • Fix: undo/redo doesn't work well in code editor.

V1.4.0 unstable

01 Jul 16:51
Compare
Choose a tag to compare
V1.4.0 unstable Pre-release
Pre-release
  • Feature: Add new toolbar for markdown editor to quickly insert or format Markdown code, including
    • bold and italic
    • heading from h1 to h6
    • bullet list
    • link URL
    • quote block
    • code block
    • table
  • Improvement:
    • add syntax highlight of emphasis text block, list, numbered list, table for Markdown editor.
    • improved syntax highlighting for PlantUML editor.

V1.3.5

01 Jul 14:48
Compare
Choose a tag to compare
  • Fix: Context menu for file tab doesn't need Open in System for mind map, like menu for workspace tree item.
  • Fix: Search in editor doesn't work well in some cases.
  • Some UI fix and code refactor.