Skip to content

Releases: Xoriun/Notes-Creator

Version 4.0

29 Aug 15:50
Compare
Choose a tag to compare

Release of version 4.0

Changes:

  • Combined all settings dialogs into a single one.
  • Better error messages.

Bug fixes:

  • Actions got executed while in edit mode.
  • Window resized on pretty much everything.

Version v3.5

05 Jul 15:50
Compare
Choose a tag to compare

Bug fixes:

  • Layered icons did not have the correct locations.

Minor changes:

  • Internal improvements to the AbbreviationsDialog.

Version v3.4

17 Jun 16:59
Compare
Choose a tag to compare

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

17 May 08:41
Compare
Choose a tag to compare

Bug Fixes:

  • Several small bugs in the IconEditDialog

Version 3.2

23 Apr 13:31
Compare
Choose a tag to compare

Bug fixes:

  • Creating a new file didn't work properly.
  • Adding rows at the end of sections didn't work properly.

Version 3.1

23 Apr 10:44
Compare
Choose a tag to compare

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

01 Apr 13:04
Compare
Choose a tag to compare

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

17 Mar 23:04
Compare
Choose a tag to compare

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

21 Feb 20:26
Compare
Choose a tag to compare

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

18 Feb 17:58
Compare
Choose a tag to compare

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.