Skip to content
- Updated the Side to Side effect (v2.0.2): added tooltips to all controls, updated default colors, and improved rainbow mode to use per-sweep random hues instead of global random colors.
- Fixed a crash on startup during plugin scanning caused by a double-increment bug and incorrect thread-affinity when resetting the JavaScript scan engine.
- Fixed a crash during SMBus device scanning (I2C) where JavaScript value handles outlived their engine’s thread affinity, causing heap corruption when destructors ran on the wrong thread.
- Fixed a crash during plugin scanning where the V4 garbage collector followed stale heap pointers left by a reused QObject (console) registered across multiple engine lifetimes.
- Fixed text clipping in the Release Notes modal and Settings changelog page.
- Fixed keypress-reactive effects not responding to input when no macros are configured and keyboard hooks are uninstalled.
- Fixed device.setFrameRateTarget() not taking effect on first load for third-party plugins.
- Fixed the Open button on the Updates settings page pointing to an invalid URL.
- Fixed service installation failing on machines with a space in the Windows username.
- Fixed a crash during I2C/SMBus device scanning where the JavaScript bus wrapper was registered with the main-thread QML engine instead of the scan thread’s temporary engine, causing an access violation when the V4 runtime crossed thread boundaries.
- Fixed a crash at exit on systems with AMD GPUs caused by AMD’s ADLX driver library tearing down while its background threads were still running.