Releases: mindolph/Mindolph
Releases · mindolph/Mindolph
V1.5.9
- Improvement: make the divergent icons same between context menu and mind map topic extra for 'Jump' link.
- Fix: Unable to delete a folder with only file
.DS_Store
on macOS. - Fix: exception when right-click on selected root node and one of its child node in mind map.
V1.6.7 unstable
- Fix: remove build option
jdk.gtk.version
since the JavaFX 21 does no longer support GTK 2. - Fix: suggestion list of input helper is not in the appropriate position when there are too many items in it.
- Fix: escape from suggestion mode by
ESC
key does not work on Linux. - Fix: exception when close all tabs with markdown or plantuml file opened but never loaded.
V1.6.6 unstable
- Improvement: better text selection by quick inserting from toolbar or shortcuts in code editor.
- Fix: exception when insert some text from toolbar or shortcuts to the end of file.
- Fix: exception when close all tabs with any markdown or plantuml file opened but never loaded.
- Fix: exception when click on error of status bar when a syntax error exists for plantuml.
- Fix: wrong behavior when quick inserting markdown code quote while no text selection in code editor.
- Fix: limit the input helper suggestions to at least 3 letters.
V1.6.5 unstable
- Improvement: optimize quick insert from markdown toolbar.
- Improvement: optimize the displaying of the attributes icons with font icons directly in mind map.
- Fix: exception when moving caret to the top or bottom in editor.
- Fix:
Null
is inserted from markdown toolbarLink
button in some cases. - Bundled JRE upgrade to 21.0.1
V1.5.8
V1.6.4 unstable
- Improvement: refactor input helper and optimize the selection from suggestions list.
- Improvement: use new icon for
collapse all folders
.
V1.6.3 unstable
- Merged bug fixes from v1.5.7
V1.5.7
V1.6.2 unstable
- Improvement: support markdown in note editor for mind map.
- Improvement: the performance of pasting long text to code editor.
- Improvement: add horizontal rule button to markdown toolbar for quick inserting.
- Improvement: use clearable text field for keyword input.
- Improvement: show image resolution in image viewer .
- Improvement: add
Open
menu item to workspace context menu. - Improvement: add context menu for recent files list view.
- Fix: pressing backspace to delete letters, the input helper should not work when only 1 letter left.
- Update javafx to 21 and other dependencies includes plantuml, slf4j etc.
- Merged bug fixes from v1.5.6.
V1.5.6
- Improvement: for mind map, use selected text in input box instead of selected topic as default search keyword.
- Fix: file extension be added to the Markdown doc title, which is not appropriate and makes an unnecessary file link to itself.
- Fix: the new created file name extension is missing if inputted name contains dot(.)