Releases: Programie/KeyboardMapper
Releases · Programie/KeyboardMapper
Release list
3.5.0
3.4.1
- Fixed: Non-working translation and not showing tray icon due to incompatible resource file in built release binary
3.4.0
- Fixed: Empty page while printing labels due to throwing an exception while drawing the labels to the page
- Fixed: Duplicating a shortcut and changing its label also changes the label for the original shortcut
- Fixed: Not generating a new UUID for duplicated shortcuts resulting in using the same count of executions as well as time of last execution for both shortcuts
- Fixed: Unable to lock/unlock keys after printing selected shortcuts
3.3.0
- Load desktop files from Flatpak apps
- Use separate file "tracking.yaml" for shortcut execution tracking/counting
3.2
3.1
3.0
2.4
2.3
- Build single file executable (containing all resources)
- Translate the message "Keyboard Mapper is already running!"
- Show error message (instead of throwing an exception) if shortcuts can't be loaded due to an error in the YAML file
- Store and reload list sorting
- Track the number of executions as well as the date/time of the last execution per shortcut
- Allow printing of labels for shortcuts (to glue them on your macro keyboard)
- Added action to duplicate an existing shortcut
- Added search field to filter the shortcut list
2.2
- Fixed throwing exception while sorting desktop files if desktop file can't be read
- Prevent application quit after showing error message box if only the tray icon is visible
- Added "Execute" menu item to directly execute shortcut action
- Catch UnicodeDecodeError while parsing desktop files