Releases: mindolph/Mindolph
Releases · mindolph/Mindolph
V1.2.4 Release
- Improvement: add missing context menu operations(cut, copy, paste, delete) to code editor.
- Improvement: font configurable for CSV editor.
- Fix: exception when moving a file, which is loaded to a tab but not instantiated , to other folder.
- Update JavaFX to 20.0.1.
V1.2.3 unstable
- Improvement: add round corner (and settings) to mind map topics.
- Fix: files created from external in sub-folders of expanded folder don't be loaded.
- Fix: exception when right-click on a new created file in a new created folder.
- Fix: disable "paste" menu item for CSV editor if clipboard is empty.
V1.2.2 Unstable
- Feature: add icons to context menu items for csv editor.
- Feature: add cut and paste for selected rows.
- Fix: occasionally can't select rows.
- Refactor select row(s).
- Update PlantUML to 1.2023.6.
- Fixed some minor bugs.
V1.2.1 Unstable
- feat: unable to locate matched cell correctly in searching.
- feat: paste csv format text from clipboard to multiple cells as it is.
- feat: disable cells navigation by keys when editing.
- fix: index column shouldn't be selected by left arrow key.
- merge bug fixes from v1.1.4
V1.1.5 Release
- Fix: files created from external in sub-folders of expanded folder don't be loaded.
- Fix: exception when right-click on a new created file in a new created folder.
V1.1.4 Release
- Fix: zooming on image viewer stops when width&height are both smaller than viewport.
- Fix: dragging topic to make link doesn't work since it conflict with dragging mindmap operation.
- Fix: cancel unsaved file during closing application doesn't stop that.
- Fix: copy and paste topics that has ancestor-descendant relationship gets redundant topics.
V1.2.0 unstable
- feat: add 'Edit' to context menu in csv editor.
- feat: index column background and border.
- fix: paste from multiple empty cells turns out comma(s).
- fix: paste empty content to a cell causes file changed.
- merge bug fixes from v1.1.2 and v1.1.3
V1.1.3 Release
- Fix: selecting file in workspace expends the folder with same name.
- Fix: "save as" a file to the root of current workspace doesn't show immediately.
- Fix: exception when popup context menu on new created file and pasted file.
- Fix: wrong displaying path in context menu from file in workspace.
V1.1.2 Release
- Fix: rename an opened file and edit the file, the file name in tab will be recovered to the original.
- Fix: exception occasionally when locate file in workspace.
- Fix: exception when exporting mindmap to freemind.
- Fix: exception when popup menu on a renamed file.