v8.5 Better Support
A lot of fixes again and some better support.
- Remove support for legacy configuration file formats.
- This concerns the
kpsconf
format which was last used in v4.5 (replaced April 8th, 2017). - And the
kpsconf2
format which was last used in v7.4 (replaced September 12th, 2018). - You can convert configuration files in this format using v8.4.
- The current
kpsconf3
format will still load, but newly saved configuration files will use thekps
extension.
- This concerns the
- Support running on M1 Mac's (#39).
- Fix being able to move any UI component with the arrow keys (#31).
- Fix the comma (,) key not being loaded properly from the configuration file (#34).
- Fix resetting statistics (Ctrl+P) not resetting the total number of key presses (#42).
- Make the Java check more flexible by reading JAVA_HOME meaning more runtimes are detected (#49).
- Fix overlay option and stats saving not properly loading from the config when passed via the command line (#41).
- Fix the reset totals command key not being properly read from the config (#40 and #47).
- Make it possible to edit the values in the layout configuration screen with the keyboard.
- Add an about dialog to the right click menu with general information and links.
- Fix some dialog typos.
- Fix cancelling adding a key still reserving a layout slot for that key.
- Update dependencies.