Skip to content

Releases: zocker-160/keyboard-center

2.0 LUA scripting

04 Sep 21:47
Compare
Choose a tag to compare

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

11 Jun 21:54
Compare
Choose a tag to compare
  • fix bug when handling NoEndpointException #64

1.0.9

04 Jun 14:27
Compare
Choose a tag to compare
  • add option to disable OpenRGB integration #60
  • fix save button not working #62
  • very small UI changes

1.0.8

16 Feb 12:27
Compare
Choose a tag to compare
  • add support for G510 (2011) (thanks to @JoZ3)

1.0.7

15 Feb 12:52
Compare
Choose a tag to compare
  • fix "minimize on start" not working properly on some KDE systems

1.0.6

02 Dec 22:46
Compare
Choose a tag to compare
  • 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

01 Aug 12:24
Compare
Choose a tag to compare
  • add initial support for G935 headphones (thanks to @coxaka)

1.0.4 bugfix

13 Jul 17:25
Compare
Choose a tag to compare
  • 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

18 May 10:58
Compare
Choose a tag to compare
  • fixed a bug where no proper error message is shown when no HID endpoint is found

1.0.2 bugfix

31 Mar 13:20
Compare
Choose a tag to compare
  • fixed bug where the openRGB subprocess did not stop on exit (#40)