Releases: zocker-160/keyboard-center
Releases · zocker-160/keyboard-center
2.0 LUA scripting
New major version with some major changes:
- add LUA scripting ability
- major code refactor under the hood and upgrade to Python3.12
- complete rewrite of config loader
- switched config format from YML to JSON
- new settings menu and other small UI changes
NOTE: this is a major version update, v2 is not compatible with v1, but don't worry, your v1 configuration will not get deleted.
1.0.10
1.0.9
1.0.8
1.0.7
- fix "minimize on start" not working properly on some KDE systems
1.0.6
- fixed critical bug where config file could be wiped completely (thanks to @scott-carrion for reporting)
- improve config saving reliability
- small UI changes
- small code cleanups
1.0.5
1.0.4 bugfix
- added new error message when keyboard endpoint is found but cannot be opened
- removed packaging.version dependency causing issues on LMDE
- removed old QT version check and increase minimum version to 5.15
1.0.3 bugfix release
- fixed a bug where no proper error message is shown when no HID endpoint is found
1.0.2 bugfix
- fixed bug where the openRGB subprocess did not stop on exit (#40)