Releases: 4JX/L5P-Keyboard-RGB
Releases · 4JX/L5P-Keyboard-RGB
v0.20.2
v0.20.1
Fixes
- Allow window hiding on Linux with X11, as that platform seems to still be working. No ETA for Windows/Wayland.
Full Changelog: v0.20.0...v0.20.1
v0.20.0
This release is mostly to update the various dependencies to keep the program running on new OS versions.
Warning
The UI library has broken window hiding for the moment, for more technical information see #181. Windows and Linux with X11 should have something working soon™
New
Fixes
- Colored output support on Windows #148
- Various GUI start errors due to outdated dependencies #182 #172
- Similar version related issues with the tray icon #157 #163
Full Changelog: v0.19.6...v0.20.0
v0.19.6
v0.19.5
v0.19.4
v0.19.3
New
- Added a saturation boost slider to
AmbientLight
#126- Breaking: Profiles (in
settings.json
or standalone) now have asaturation_boost
field, please add asaturation_boost
entry into any saved profiles that have theAmbientLight
effect (ie."effect": {"AmbientLight": {"fps": 0, "saturation_boost": 0.0}},
)
- Breaking: Profiles (in
Fixes
- On Windows the CLI was not properly hidden if using the Windows Terminal (New default for Windows 11) #89
- Tray icon is unresponsive #122
- Detection for already running instances did not always work #140
Full Changelog: v0.19.2...v0.19.3
v0.19.2
v0.19.1
v0.19.0
This update features a complete UI redesign.
Breaking
- The CLI subcommand for starting the GUI has been changed to be a flag,
--gui
(see--help
for more info). Users relying on the undocumented but often mentioneddefault.json
file method should switch to this instead. - The
speed
field in custom effects has been removed - Old profiles are not forwards compatible with this update (will see about doing automatic conversions if requested)
Other
Full Changelog: v0.18.0...v0.19.0