Releases: umaranis/MindMate
Releases · umaranis/MindMate
v0.8
Changes
- Support for languages other than english
- Export to HTML support
- Option to clean up HTML code of notes (helps with cleaning content pasted from browser)
- Support for searching for a single character (helps with searching for special characters)
- Include 'Note Editor Text Color' in theme
- Fix: Note Editor can handle TLS12 protocol for downloading images
- Fix: SaveAs misses lazy loading large objects if they not loaded yet
- Fix: note changes not saved when user switches to another map
- Fix: apply theme's note editor text color on initial load and change of current map
- Fix: clearing search field clears the results
- Fix: copy paste from one tree to another not working properly in some cases
- Upgrade to .Net 4.8
v0.7
Changes
- Built-in themes to quickly set/change font and colors
- Default (Light)
- Default (Dark)
- Pitch Black
- Fun (Light)
- Fun (Dark)
- Solarized Blue
- Solarized Orange
- Solarized Dark
- Red
- Dim
- Twine
- Create your own theme - ability to set default font/colors on the map level (using Default Format Dialog)
- Use an existing node to set the default style (font, color etc.) for the all nodes
- Double clicking on *.mm file opens the file in MindMate app
- Ctrl + S saves the document even when focus is on note editor
- Close action should not close the application if the last document is closed
- Functionality to copy and paste image from MindMate to any other program (pasting images in MindMate is already supported since v0.5)
- Bug fix: If node shape is bubble, the background color should stay inside it
v0.6
Changes
- Search for text (results are displayed as you type in search fields)
- Search for Icons
- Limit the search to a selected node and its descendants
- Canvas can expand indefinitely as the Mind Map grows
- Scrollbars along with dragging the canvas can be used for moving around
- Improvement in the accuracy of task notifications
v0.5
Changes
- Use as a web clipper (copy paste content from browser into Note Editor)
- Images are saved locally within MindMate file (rather than treated as links)
- Paste image from clipboad into Mind Map and Note Editor
- Paste files as images into Mind Map and Note Editor
- 'Paste as Image' command for pasting image from file system
- Resize Image (increase or decrease size)
- Change Image Position
- Above text
- Below text
- Before text
- After text
- Change Image Alignment
- Align with start of text
- Center align
- Align with end of text
- New file format to support storing images
v0.4
Changes
- Rich text editing in Note Window
- Bold, Italic, Underline and Strikethrough
- Subscript and Superscript
- Text Color and Highlight
- Font Family and Size
- Bullets and Numbered Lists
- Text Alignment and Indent / Outdent
- Headings
- Clear Formatting
- Insert Table
- Table Tools
- Insert Row (above, below)
- Insert Column (left, right)
- Delete Row, Column or Table
- Move Row (up, down)
- Move Column (left, right)
- Contextual Ribbon tab for Note Editor
- Contextual Ribbon tab for Table Tools
- View / Edit Note Editor source
- Bug fixes