Skip to content

Releases: 4JX/L5P-Keyboard-RGB

v0.19.0-dev

16 Jan 21:07
@4JX 4JX
5a6cc0f
Compare
Choose a tag to compare
v0.19.0-dev Pre-release
Pre-release
This is a beta intended for ironing out bugs before release

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 mentioned default.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

  • Added support for 2022 Ideapads #96

v0.18.0

05 Nov 01:08
@4JX 4JX
5a6cc0f
Compare
Choose a tag to compare
  • Added support for 2022 keyboards
  • Rewrote the CLI code (now uses different syntax) to need less manual maintenance
  • Made speed reach beyond stock levels for the custom effects
  • Speed input will now disable itself for effects that don't require it
  • Made the FPS of AmbientLight configurable and lowered the default to 10
  • Removed the restricion on using the Temperature effect on Windows (may still not work due to library limitations)

A lot of stuff was changed around on this version, please report any issues!

v0.17.0

29 Jul 01:05
@4JX 4JX
f0e068b
Compare
Choose a tag to compare
  • Ignore tray icon errors
  • Ideapad Gaming 3 15ACH6 support

v0.16.0

15 May 20:49
@4JX 4JX
7c59a1e
Compare
Choose a tag to compare
  • Added the Ripple effect
  • Presets now persist through program runs
  • Added the current version in the about screen

v0.15.0

12 Apr 20:33
@4JX 4JX
3a1706b
Compare
Choose a tag to compare
  • Linux minimize to tray support
  • Hidden startup (do not show the window) support

v0.14.0

11 Jan 20:54
@4JX 4JX
842a8cd
Compare
Choose a tag to compare

Main changes:

  • A popup will be displayed if there are any issues connecting to the keyboard
  • Added a shortcut to transition between different presets, Meta+AltGr
    • Saving to files is not currently supported
  • Fixed an issue with speed and brightness being set to lower values than they should
  • Fixed the (apparently broken) loading of profiles

v0.13.1

18 Dec 20:42
@4JX 4JX
294ba6c
Compare
Choose a tag to compare

Fixes:

  • Bottom input not updating the rest. (Since I somehow managed to miss it being broken again)

v0.13.0

07 Dec 20:39
@4JX 4JX
Compare
Choose a tag to compare

Main changes:

  • Made AmbientLight slightly faster, removed the annoying delay on Windows
    • At the cost of choppyness if you get an overlay from the OS, haven't figured how to fix that one yet
  • Added the Temperature effect for Linux
  • Added a new "direction" setting to cut off on redundant effects
  • Added custom effect loading
    • Files will need to be created manually
  • Added the loading of profiles via the command line
    • Profiles generated with other versions will not work on this one

Other:

  • Added note about using the program without root for Linux
  • Ditched MacOS build
  • Some more internal refactoring
  • Added an app icon for Linux

v0.12.0

25 Nov 17:40
@4JX 4JX
705e42e
Compare
Choose a tag to compare

Main changes:

  • Made the GUI cleaner
  • Entering numbers should be less annoying
  • Added the Fade effect
  • Fixed zone inputs being wrongly updated to active while disabled via the button
  • Fixed incorrect loading of the GUI when loading a profile

Other:

  • Made console panic output more readable
  • README formatting changes

v0.11.0

21 Nov 00:19
@4JX 4JX
0767880
Compare
Choose a tag to compare

Main changes:

  • Created a menu bar
  • Added the Disco effect
  • Added profile saving and loading (GUI only)
  • Added the loading of a profile at app startup
    • Needs to be named default.json and placed on the same directory the app is on
  • Added Christmas effect

Other:

  • Added a popup when panicking with GUI
  • Fixed effect descriptions on CLI