Releases: mindolph/Mindolph
Releases · mindolph/Mindolph
V1.4.5
V1.5.1 unstable
- 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
V1.5.0 unstable
- 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
V1.4.2 unstable
- 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
- 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
V1.4.0 unstable
- 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.