Releases: Xoriun/Notes-Creator
Releases · Xoriun/Notes-Creator
Version 4.0
Version v3.5
Bug fixes:
- Layered icons did not have the correct locations.
Minor changes:
- Internal improvements to the AbbreviationsDialog.
Version v3.4
New features:
- When deleting a section, you can now chose whether to fully delete it, append it to the above section or prepend it to the next section.
- Added a few more shortcuts.
Bug-fixes:
- It was not possible to open the copy/move pop-up of the last row of each section.
- Deleting sections did not work.
Version 3,3
Bug Fixes:
- Several small bugs in the IconEditDialog
Version 3.2
Bug fixes:
- Creating a new file didn't work properly.
- Adding rows at the end of sections didn't work properly.
Version 3.1
General:
- Improvements on the color system: now all Dialogs should be correctly redrawn in the new colors.
- Finalized the implementation of the new file format.
Export and import:
- Export now ignores file paths.
- Now exports the currently displayed notes file with the corresponding abbreviations file instead of opening a FileSelectDialog.
- Import now immediately displays the imported file instead of just saving it. !!WARNING: Unsaved changes on the currently displayed notes will NOT be saved when importing!!
Bugfixes:
- Fixed a crash that could occur when the IconEditDialog was shown, disabling editMode and reenabling editMode again.
Version 3.0
Version 3.0
General:
- Introduction of an improved file format (XML instead of some weird and unreadable csv).
This version can load both the old and new file format but only saves the new format.
Use this version to convert any notes from the old to the new file format system. - Miscellaneous small changes and fixed.
Version 2.11
Improvements to the IconEditDialog:
- You can now search the ComboBox which contains both abbreviations and all .png files in the images directory.
- When an Icon was already selected, the corresponding item in the ComboBox will now always be selected.
Version 2.10
New features:
- In the CellEditDialog, instead of selecting an image from the file system, there now is an ordered dropdown-box, similar to abbreviations, which lists all images in the images directory.
Bug fixes:
- It is now impossible to change the cell or editPanel, while the IconEditDialog is open. Previously, doing so resulted in either a crash or unwanted behavior.
Miscellaneous:
- Improvements to the actions handling, now requires slightly less memory.
Version v2.9
New features:
- The Images directory can now be freely chosen and is not hardcoded anymore. It is saved for each notes file separately.
Bug fixes:
- Fixed several issues with empty/deleted settings file.
- Fixed several issues with no imported hotkey settings.
Miscellaneous:
- General GUI-improvements.
- Abbreviations are now sorted in all lists.