Version history of MyCharacters
-------------------------------

o 2022, June 25 -- v1.0.0
  * First official release

o 2024, June 29 -- v1.0.1
  * fixed:   - Removed keyboard shortcuts [Ins] and [Shift]+[Ins] in the
               main window, which were previously used for inserting
               characters and codes from this program into the target
               application. This was counter-intuitive, since
               [Shift]+[Ins] is normally used on Windows for pasting
               content from the clipboard.
             - In the "New" and in the "Settings" dialogs, swapped
               positions of [OK] and [Cancel] buttons, according to the
               general convention.
             - After changing the program's language, the appropriate
               language version of the help file is chosen immediately
               (previously the program had to be restarted for this).

  * changed: - Commands "New" and "Delete" moved from the burger menu to
               the toolbar of the main window.
             - In the "New" dialog, now you can enter not only a Unicode
               number, but also the desired character itself.
             - After inserting a pair of related characters (e.g.
               brackets, quotation marks) into the target application,
               the caret is set *between* the characters.
             - In the "New" and in the "Settings" dialogs, [OK] now
               works as default button.
             - Other small UI changes
             - Small internal changes
             - Documentation slightly improved

  * new:     - Keyboard shortcut [Ctrl]+[N] in the main window for new
               item
             - Keyboard shortcuts [Ctrl]+[↑] and [Ctrl]+[↓] in the main
               window for moving the selected item
             - Keyboard shortcuts [Ctrl]+[Ins] and [Shift]+[Ctrl]+[Ins]
               in the main window for copying character or code to the
               clipboard
             - Option in the settings to ask for confirmation on program
               termination
             - After copying characters or code to the clipboard, a
               corresponding message is shown in the status bar for
               3 seconds.
             - French language file by Sylvie Pierrard. Merci beaucoup!

o 2024, July 27 -- v1.0.2
  * fixed:   - Improvements of the user interface, especially for usage
               with a screen reader.
  * new:     - The main window can also be hidden with [Esc].

o 2025, March 26 -- v1.1.0
  * changed: - The hotkey is no longer defined on the command line,
               but in the settings dialog.
             - The characters are stored as JSON file.
             - The help file is now better readable by screen readers.
             - small internal changes

  * new:     - Edit entry
             - Possibility of assigning a trigger to each entry
             - Option to insert the character code in HTML format
             - Option to automatically check for update on program start

o 2025, March 29 -- v1.1.1
  * changed: - Updated French translation.
             - Improved error handling.
