# OpenRGB changelog > Open source RGB lighting control that doesn't depend on manufacturer software. - Vendor: OpenRGB - Category: Drivers - Platforms: Desktop - Official site: https://openrgb.org - Tracked by: What's New (https://whatsnew.fyi/product/openrgb) - Harvested from: Releases (codeberg.org/OpenRGB/OpenRGB) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### release_candidate_1.0rc3 — OpenRGB Release Candidate 1.0rc3 - Date: 2026-06-28 - Version: release_candidate_1.0rc3 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc3 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-candidate-1.0rc3 - Labels: Platforms: Desktop - **changed** — Improved PawnIO usage on Windows by reducing CPU usage and adding installer prompts for PawnIO installation - **fixed** — Fixed two long-standing issues when probing I2C devices that could lead to system instability on some setups - **added** — PawnIO driver now supports I2C/SMBus on Intel Skylake-X (X299) platforms for RGB RAM control - **changed** — Corsair DRAM controller now automatically determines module type/name and number of LEDs - **added** — New QMK keyboard support for VialRGB and Keychron protocols - **added** — New Logitech HID++ 2.0 controller for improved Logitech device support - **changed** — Improved support for PNY Epic-X ARGB GPUs - **changed** — Reworked Gigabyte motherboard support to add support for many additional boards - **added** — Added support for some MSI motherboards, laptops, and monitors - **added** — Added support for Clevo laptop keyboards and lightbars - **added** — Added support for some PowerColor GPUs - **added** — Added various new GPUs across multiple controllers The third release candidate for OpenRGB 1.0. This should be treated as the latest stable build even though it's a release candidate. This release candidate brings improved device support, bug fixes, and some minor user interface cleanup over the 1.0rc2 release candidate. With 1.0rc2, we replaced the problematic WinRing0 driver with PawnIO on Windows. This release candidate brings some improvements to the PawnIO usage, reducing PawnIO CPU usage and adding some usability improvements with the installer prompting users to install PawnIO. This release candidate fixes two long-standing issues when probing I2C devices that could lead to system instability on some setups. The PawnIO driver additionally now supports I2C/SMBus on Intel Skylake-X (X299) platforms, allowing RGB RAM control on these systems that did not have support under any previous driver. This release candidate does not update the plugin API or SDK version, so the 1.0rc2 plugins will still work. I'm not doing plugin release candidates for this one so keep using the 1.0rc2 versions. Distro maintainers, please continue using Qt5 for this release candidate. We will switch to Qt6 with 1.0 final. Notable device support updates: - Corsair DRAM controller has been improved so that the module type/name and number of LEDs are determined automatically - New QMK keyboard support for VialRGB and Keychron protocols - New Logitech HID++ 2.0 controller should allow for more Logitech device support in the future - Better support for PNY Epic-X ARGB GPUs - Rework of Gigabyte motherboard support adds support for many additional boards - Some new MSI motherboard, laptop, and monitor support - Lots of GPUs added across various controllers - Support for Clevo laptop keyboards and lightbars - Support for some PowerColor GPUs ### release_candidate_1.0rc2 — OpenRGB Release Candidate 1.0rc2 - Date: 2025-09-14 - Version: release_candidate_1.0rc2 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc2 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-candidate-1.0rc2 - Labels: Platforms: Desktop - **changed** — User interface has been upgraded since 1.0rc1 - **added** — Additional device support has been added - **fixed** — Various fixes have been applied - **added** — PawnIO driver is now used on Windows as the first release candidate build with this driver - **changed** — SMBus device access on Windows now requires PawnIO to be installed and OpenRGB to run as administrator - **added** — Windows installer now provides an option to install OpenRGB as a system service so the backend can run as administrator while the frontend runs as a normal user The second release candidate for OpenRGB 1.0. There have been some upgrades to the user interface since 1.0rc1 and some additional device support and fixes. This is the first release candidate build of OpenRGB using the PawnIO driver on Windows. You must install PawnIO from https://pawnio.eu and run OpenRGB as administrator in order to access SMBus devices now. The option to install OpenRGB as a system service is now provided in the Windows installer so that the backend can run as administrator while the frontend runs as a normal user. The plugin interface and SDK version remain the same as 1.0rc1, so plugins that worked with 1.0rc1 should work with 1.0rc2 as well. ### release_candidate_1.0rc2wr0 — OpenRGB Release Candidate 1.0rc2 (WinRing0) - Date: 2025-09-14 - Version: release_candidate_1.0rc2wr0 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc2wr0 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-candidate-1.0rc2wr0 - Labels: Platforms: Desktop - **changed** — Windows binaries now use the WinRing0 driver instead of PawnIO This is otherwise functionally identical to OpenRGB Release Candidate 1.0rc2 except it uses the WinRing0 driver instead of PawnIO. Only Windows binaries are provided as there is no functional change for non-Windows OSes. ### release_candidate_1.0rc1 — OpenRGB Release Candidate 1.0rc1 - Date: 2025-02-22 - Version: release_candidate_1.0rc1 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc1 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-candidate-1.0rc1 - Labels: Platforms: Desktop - **changed** — Plugin API has been updated to API version 4 The first release candidate for 1.0! Plugin API has been updated to API version 4 so until the official 1.0 release, use the latest pipeline builds of the plugins. ### release_0.9 — OpenRGB Release 0.9 - Date: 2023-07-10 - Version: release_0.9 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.9 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.9 - Labels: Platforms: Desktop - **added** — Segments support to split addressable LED zones into sub-groups that can be handled independently - **added** — Keyboard Layout Manager backend feature for easier keyboard integration development and regional layout management - **added** — Hardware IDs page to facilitate integration of new devices - **added** — SDK integration for plugins to expose custom SDK hooks - **added** — Malaysian translation - **added** — Japanese translation - **added** — Croatian translation - **added** — Polish translation - **added** — Support for additional GPUs from ASUS, Colorful, EVGA, Gainward, Gigabyte, iGame, MSI, NVIDIA, Palit, and PNY controllers - **added** — Support for AOC GK500 keyboard, AOC GMM700 mousemat, and AOC GM500 mouse - **added** — Support for Cherry keyboards - **added** — Support for CRYORIG H7 Quad Lumi - **added** — Support for JSAUX Steam Deck dock - **added** — Support for LEGO Dimensions toypad base - **added** — Support for Lenovo motherboards - **added** — Support for Nollie32 controller - **added** — Support for NZXT Hue 1 (Smart Device V1) - **added** — Support for OKS keyboards - **added** — Support for RedSquare keyboards - **added** — Support for Roccat headsets - **added** — Support for TP-Link Kasa Smart devices - **changed** — Replaced old PNG icons with new icons - **changed** — Improved ENE SMBus configuration table parsing to fix Unknown LED names on most ENE DRAM - **changed** — Added hidapi wrapped device type to HyperX controller to use libusb-hidapi on Linux for certain devices with non-compliant USB HID descriptors - **changed** — Migrated many Razer keyboards to KeyboardLayoutManager - **changed** — Made Save to Device hidden behind configuration file setting in ENE controller as it is unreliable on some modules - **fixed** — Fixes for ASRock Polychrome USB boards - **fixed** — Fixed Razer controller initialization issues that made some devices unreliable - **fixed** — Fixed some CLI issues OpenRGB Version 0.9 The OpenRGB 0.9 release cycle brought a bunch of new and exciting changes to OpenRGB! Segments support has finally landed, allowing you to split up addressable LED zones into multiple segments that can be handled independently. Lots of new devices have been added as well, thanks to the amazing community of developers and contributors who help make OpenRGB the best that it can be. New Features: * Segments * Split addressable LED zones into sub-groups * Useful to divide up daisy-chained ARGB devices (fans, strips) connected to the same header * Keyboard Layout Manager, a back-end feature that makes it easier to develop keyboard integrations and manage multiple regional layouts * Hardware IDs page helps to make it easier to integrate new devices * SDK integration for plugins, allows plugins to expose their own custom SDK hooks * Replaced old PNG icons with new icons * Additional translations * Malaysian * Japanese * Croatian * Polish * Translation updates for existing translations New Device Support: * Many additional GPUs added to existing GPU controllers * ASUS * Colorful * EVGA * Gainward * Gigabyte * iGame * MSI * NVIDIA * Palit * PNY * AOC controller: * AOC GK500 keyboard * AOC GMM700 mousemat * AOC GM500 mouse * ASRock controller improvements: * Fixes for ASRock Polychrome USB boards * ASUS controller improvements: * Additional devices added * Various device-specific improvements * ASUS ROG Ally support * Cherry keyboard support * Corsair controller improvements: * Corsair Dominator Platinum DDR5 support * Corsair Vengeance DDR5 support * CRYORIG H7 Quad Lumi support * Das Keyboard controller improvements: * Additional device support * ENE controller improvements: * Improved ENE SMBus configuration table parsing (fixes Unknown LED names on most ENE DRAM) * Made Save to Device hidden behind configuration file setting as it is unreliable on some modules * GaiZhongGai controller improvements: * Additional device support * Gigabyte controller improvements: * Added new motherboard layouts * HyperX controller improvements: * Added an hidapi wrapped device type to use libusb-hidapi on Linux for certain devices that have a non-compliant USB HID descriptor * Additional device support * JSAUX Steam Deck dock support * LEGO Dimensions toypad base support * Lenovo laptop controller improvements: * Additional device support * Lenovo motherboard support * Lian-Li controller improvements: * Additional device support * Logitech controller improvements: * Bug fixes * MSI controller improvements: * More MSI Mystic Light motherboards added * Nollie32 controller support * NZXT Hue 1 (Smart Device V1) support * NZXT Hue 2 controller improvements: * Additional device support * Additional accessory (fans/strips) support * OKS keyboard support * Razer controller improvements: * Additional device support * Fixed initialization issues that made some devices unreliable * Migrated many Razer keyboards to KeyboardLayoutManager * RedSquare keyboard support * Roccat headset support * Sapphire controller improvements: * Additional features supported * TP-Link Kasa Smart support * Wooting controller improvements: * Additional device support Bug Fixes: * Fixed some CLI issues Known Issues: * Some NVIDIA GPU controllers may not work on Linux due to issues with NVIDIA's proprietary driver. The latest beta version of the driver should have a fix. * ASUS Aura 3xxx (ENE) GPUs * EVGA 3xxx GPUs * AMD GPU controllers do not work on Linux due to issues with AMD's amdgpu kernel driver. * Redragon M711 wave effect doesn't work * Some Corsair mice do not have specific LED labels * Some Razer keyboards are missing key maps * Asus Addressable number of channels may be incorrect Notes: * Due to changes in device names, existing profiles you have _[Truncated at 4000 characters — full notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.9]_ ### release_0.8 — OpenRGB Release 0.8 - Date: 2022-11-28 - Version: release_0.8 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.8 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.8 - Labels: Platforms: Desktop - **added** — Translation support with automatic OS language detection or manual selection in settings - **added** — Automatic udev rules generation - **added** — Option to enable SMBus mutex in Windows for compatibility with other hardware management and RGB software - **added** — Support for NVIDIA Illumination GPU controller for FE cards on Windows - **added** — Support for Colorful GPU controller - **added** — Support for Trust device controller - **added** — Support for ZET GAMING Edge Air Pro and Fury Pro devices - **added** — Support for LIFX bulb controller with configuration tab in Settings - **added** — Support for NVIDIA ESA controller - **added** — Support for Lexip gaming mouse controller - **added** — Support for Keychron non-QMK controller - **added** — Support for Gigabyte/Aorus RGB DRAM controller - **added** — Support for Cougar device controller - **added** — Support for Acer Monitor controller - **added** — Support for Nanoleaf panel controller with configuration tab in Settings - **added** — Support for Dark Project KD3B keyboard - **added** — Support for ViewSonic monitor RGB strips on some models - **added** — Support for Patriot Viper Steel DRAM - **added** — Support for Intel Arc A770 Limited Edition in Direct mode - **added** — Support for Sony DualSense controller - **changed** — Switched from inpout32 to WinRing0 low level access library - **changed** — Improved AMD ADL I2C driver to support more AMD GPUs on Windows - **changed** — More Intel chipsets added to Intel SMBus detection - **changed** — UI cleanup with frames around UI elements - **changed** — MSI Mystic Light controller now includes per-LED Direct mode on compatible boards and more re-enabled modes - **changed** — Razer controller improvements with additional devices, improved keymaps, and unused slots no longer show as LEDs - **changed** — SteelSeries controller includes firmware version request and improved keymaps - **changed** — Logitech controller improvements with additional devices and improved keymaps - **changed** — E1.31 controller now groups unicast controllers on the same IP address - **changed** — ASRock Polychrome controller includes improved speed settings for modes - **changed** — Patriot Viper DRAM now includes proper Direct mode support to fix flickering and multiple sticks sync in effects modes - **changed** — AMD Wraith Prism controller now supports per-LED control on the ring zone - **changed** — Zalman Z-SYNC re-enabled with improved firmware detection - **fixed** — Fixed inverted brightness handling in the UI - **removed** — Sinowealth keyboard controller disabled due to bricking issues with certain Redragon keyboards from USB PID/VID reuse OpenRGB Version 0.8 This has been a release almost a year in the making and is the largest release in OpenRGB's history! A wide variety of new devices have been added thanks to our incredible community contributors. There are also quite a few general improvements under the hood and in the user interface. Because this release is so extensive, this release note may not cover every single change in the 22 pages of merged and closed MRs that made it in since 0.7. For a detailed list, you can look at the release_0.8 label. New Features: * Translation support * Automatically detect language from OS or manually select in settings * UI cleanup, frames around UI elements * Automatic udev rules generation * Improved AMD ADL I2C driver to support more AMD GPUs on Windows * Option to enable SMBus mutex in Windows for compatibility with other hardware management and RGB software that accesses SMBus. * Switched from inpout32 to WinRing0 low level access library. inpout32 is a great library, but Valorant's garbage anti-cheat attacks it while it is fine with WinRing0. * It is safe to remove inpout32.dll, you can follow the instructions here: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/669 to do so. * More Intel chipsets added to Intel SMBus detection New Device Support: * Many additional GPUs added to existing GPU controllers: * ASUS Aura GPU (Legacy) * ASUS Aura GPU (ENE) * Gigabyte RGB Fusion v1 * Gigabyte RGB Fusion v2 * EVGA GPU * MSI GPU * Gainward GPU * Palit/PNY GPU * New GPU controllers: * NVIDIA Illumination (FE cards, Windows only) * Colorful GPU * MSI-RGB controller improvements: * Additional motherboards added * MSI Mystic Light controller improvements: * Additional motherboards added * Per-LED Direct mode on compatible boards * More modes re-enabled * Razer controller improvements: * Additional devices added * Improved keymaps, unused slots no longer show as an LED * SteelSeries controller improvements: * Additional devices added * Firmware version request * Improved keymaps * Logitech controller improvements: * Additional devices added * Improved keymaps * ASUS Peripheral controller improvements: * Additional devices added * Trust support * Controller for Trust devices * ZET GAMING * Edge Air Pro * Fury Pro * NZXT Hue 2 controller improvements: * Additional modes added * LIFX support * Controller for LIFX bulbs * Tab in Settings to configure LIFX devices * Zalman Z-SYNC re-enabled * WARNING: Corruption issues are still possible, but also possible with OEM software. Recommend using Direct mode only. * Firmware detection improved * NVIDIA ESA controller * Lexip gaming mouse controller * Keychron controller (non-QMK) * Gigabyte/Aorus RGB DRAM controller * Cougar device controller * Acer Monitor controller * Corsair Peripheral controller improvements: * Additional devices added * Roccat controller improvements: * Additional devices added * E1.31 controller improvements: * Add grouping for unicast controllers on the same IP address * Thermaltake Riing Quad additional devices added * Cooler Master controller improvements: * Additional devices added * EVGA Peripheral controller improvements: * Additional devices added * Nanoleaf support * Controller for Nanoleaf panels * All panel types should be supported * Tab in Settings to configure Nanoleaf devices * ASRock Polychrome controller improvements: * Additional motherboards added * Improved speed settings for modes * Dark Project KD3B keyboard support * Patriot Viper DRAM improvements: * Proper Direct mode support fixes flickering * Multiple sticks sync in effects modes * ViewSonic support for some monitor RGB strips * Patriot Viper Steel DRAM support * HyperX Peripheral controller improvements: * Additional devices added * AMD Wraith Prism controller improvements: * Now supports per-L _[Truncated at 4000 characters — full notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.8]_ ### release_0.7 — OpenRGB Release 0.7 - Date: 2021-12-30 - Version: release_0.7 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.7 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.7 - Labels: Platforms: Desktop - **added** — Plugins can now be easily installed from Settings and are versioned to ensure compatibility - **added** — Settings tabs for E1.31 Devices, Serial Devices, QMK OpenRGB Protocol, Philips Hue, Philips Wiz, and Yeelight - **added** — Log console that can be enabled in settings to view logs in the GUI under Information - **added** — Save To Device button on supported controllers to save the selected mode and color configuration to device internal memory - **added** — Brightness Control slider on supported controllers to adjust brightness - **added** — Autostart Settings tab to configure OpenRGB to automatically start on login with options such as start server and load profile - **added** — Zone resize dialog prompts users to resize uninitialized zero-size zones - **added** — Support for Philips Hue in normal and Entertainment mode - **added** — Support for Corsair Commander Core - **added** — Support for HyperX Alloy Origins Core - **added** — Support for Alienware G5 SE - **added** — Support for ASUS ROG Pugio mouse and general improvements for ASUS mice - **added** — Support for ASUS ROG Throne headset stand - **added** — Support for ASUS ROG Strix Scope keyboard - **added** — Support for Obinslab Anne Pro 2 - **added** — Support for XPG Spectrix S40G NVMe SSD with ENE controller, requires running as Administrator/root - **changed** — ASUS Aura SMBus controller renamed to ENE SMBus controller and expanded to include ASUS 3xxx GPU support - **changed** — Cooler Master ARGB Controller now supports direct mode - **fixed** — Fixed Logitech mouse issues from 0.6 release - **fixed** — Fixed crash when using certain Logitech mice such as G502 Hero and G502 PS - **fixed** — Fixed HyperX device flickering, especially HyperX FPS RGB - **fixed** — Fixed crash related to unloading plugins OpenRGB Version 0.7 This was supposed to be a short release. It ended up being quite a long release, but with a ton of new improvements. Huge thanks to all of the amazing contributors who have submitted new device controllers, bug fixes, and awesome plugins! Have a happy New Year! New Features: * Improved plugin architecture - Plugins can now be easily installed from Settings and are versioned to ensure compatibility. * Plugins include effects engine, E1.31 receiver, visual map editor, and more. * Settings tabs for various configurable features so you don't have to manually edit settings file * E1.31 Devices * Serial Devices * QMK OpenRGB Protocol * Philips Hue * Philips Wiz * Yeelight * Log console * Log console can be enabled in settings, allows to view the log in the GUI under Information * Save To Device * On supported controllers, the Save To Device button allows you to save the selected mode and color configuration to device internal memory * Brightness Control * On supported controllers, you can adjust the brightness with the Brightness slider * Autostart Settings * Configure OpenRGB to automatically start on login in the Settings tab * Configure auto-start options such as start server, load profile, and more * Zone resize dialog prompts users to resize uninitialized zero-size zones New Device Support: * Additional GPUs added to detection list from Gigabyte, ASUS, MSI, EVGA, Sapphire, and more * Additional MSI Mystic Light motherboards tested and added * Logitech mouse issues from 0.6 have been fixed * Logitech G213 keyboard modes * Philips Hue (normal and Entertainment mode) support * Corsair Commander Core * HyperX Alloy Origins Core * Alienware G5 SE * ASUS ROG Pugio and general improvements for ASUS mice * ASUS ROG Throne headset stand * ASUS ROG Strix Scope * Additional Razer devices added to Razer Controller * Obinslab Anne Pro 2 * ASUS Aura SMBus controller renamed to ENE SMBus controller and expanded * Conflict with Crucial DRAM fixed * ASUS 3xxx GPU support added, these GPUs use an ENE controller * XPG Spectrix S40G NVMe SSD (ENE controller), requires running as Administrator/root * HP Omen 30L * Cooler Master RGB Controller * Cooler Master ARGB Controller direct mode * Wooting keyboard improvements * Blinkinlabs BlinkyTape * Alienware AW510K Keyboard * Corsair K100 keyboard * SteelSeries Rival 600 * SteelSeries Rival 7x0 * Logitech G915, G915 TKL * Logitech G Pro * Sinowealth 0016 keyboard * Fix HyperX device flickering, especially HyperX FPS RGB * Re-enable all Crucial DRAM addresses, should fix missing Crucial detection * Gigabyte RGB Fusion 2 GPUs * EVGA 3xxx GPUs * EVGA KINGPIN 1080Ti and 1080 FTW2 * ASUS Strix Evolve mouse * MSI GPU direct mode Bug Fixes: * Fixed a detection issue with USB interface/page/usage values * Improved layouts and keymaps of many devices * Improve log manager formatting * Fix issues with WMI multiple initialization * Several small UI improvements * Fix crash when using certain Logitech mice (G502 Hero and G502 PS) * Fix crash related to unloading plugins Known Issues: * Some newly added NVIDIA GPU controllers don't work on Linux. This seems to be an issue with NVIDIA's proprietary driver's I2C and SMBus functionality. * ASUS Aura 3xxx (ENE) GPUs * EVGA 3xxx GPUs * Redragon M711 wave effect doesn't work * Some Corsair mice do not have specific LED labels * Some Razer keyboards are missing key maps * Asus Addressable number of channels may be incorrect Notes: * Due to changes in device names, existing profiles you have saved from previous versions may not work and will need to be recreated. Same goes for saved addressable controller sizes. * If upgrading from a release prior to OpenRGB 0.6, it is recommended to disable OpenRazer or OpenRazer-win32 in the settings. This allows use of the new Razer controller with better device support. * Due _[Truncated at 4000 characters — full notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.7]_ ### release_0.6 — OpenRGB Release 0.6 - Date: 2021-06-01 - Version: release_0.6 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.6 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.6 - Labels: Platforms: Desktop - **added** — Plugin architecture to add functionality to the user interface including effects engine, E1.31 receiver, and visual map editor - **added** — Exit to tray option in user interface configuration - **added** — Save window geometry option in user interface configuration - **added** — Display index number labels in LED view - **added** — MacOS support with Intel and ARM builds available - **added** — Log manager that stores logs in configuration directory under logs folder - **added** — SDK server capability to list and load profiles with protocol version updated to 2 - **added** — PCI ID filtering for ASUS GPU controller - **added** — Additional GPUs supported in MSI GPU controller - **added** — Additional GPUs supported in Gigabyte GPU controller - **added** — HyperX Pulsefire FPS Pro controller - **added** — Yeelight controller - **added** — TPM2 serial protocol for Arduino-controlled ARGB - **added** — Adalight serial protocol for Arduino-controlled ARGB - **added** — FanBus controller - **added** — Corsair K55 support - **added** — Corsair K57 controller in wired mode - **added** — Standalone Razer controller that does not depend on OpenRazer with support for new Razer devices including Razer Chroma ARGB controller - **changed** — MSI Mystic Light re-enabled with only tested motherboards enabled and updated E1.31 maximum channels per universe to fix WLED compatibility - **changed** — EVGA GPU v2 controller updated to support all modes - **changed** — Corsair Vengeance Pro DRAM direct mode - **changed** — Consolidated Logitech mouse controllers to reduce duplicate code and added Direct mode - **changed** — Logitech wireless mouse support improved - **changed** — Linux build system reworked to test on multiple Debian-based distros OpenRGB Version 0.6 New Features: * Plugin architecture - OpenRGB plugins add functionality to the user interface. * Plugins include effects engine, E1.31 receiver, visual map editor, and more. * Additional user interface configurable options * Exit to tray * Save window geometry * Display index number labels in LED view * MacOS support (Intel and ARM builds available) * MacOS does not support I2C/SMBus or Super IO devices * Log manager * Logs are stored in configuration directory under `logs` folder * Update detector list in configuration file before detection, to avoid crashes * SDK server provides capability to list and load profiles (protocol version updated to 2) * Reworked Linux build system to test on multiple Debian-based distros Device Controller Changes: * MSI Mystic Light re-enabled after deep dive investigation into RGB controller bricking issue * Only motherboards that have been tested are enabled * We can help you unbrick if your board was bricked with a previous version, join our Discord for help * PCI ID filtering added to ASUS GPU controller * Additional GPUs added to MSI GPU controller * Additional GPUs added to Gigabyte GPU controller * EVGA GPU v2 controller updated to support all modes * HyperX Pulsefire FPS Pro controller added * Yeelight controller added (see configuration in wiki) * Additional serial protocols for Arduino-controlled ARGB * TPM2 * Adalight * FanBus controller added * E.31 improvements * Maximum channels per universe (fixes WLED compatibility) * Corsair K55 support added * Corsair K57 controller added (wired mode only) * Corsair Vengeance Pro DRAM direct mode * Standalone Razer controller, does not depend on OpenRazer * A bunch of new Razer devices supported, including Razer Chroma ARGB controller * DAS Keyboard 4Q controller added * NZXT Hue 2 Underglow device added * Thermaltake Riing Quad controller added * ASUS ROG Strix Flare controller added * Lian Li Uni Hub controller added * Creative Sound BlasterX G6 controller added * Consolidated Logitech mouse controllers to reduce duplicate code * Added Direct mode to Logitech consolidated Logitech mouse code * Logitech G910 Orion Spectrum controller added * QMK OpenRGB controller added (requires configuration entry) * Logitech wireless mouse support improved Known Issues: * G502 Hero and G502 PS mice crash on startup. The issue has been fixed in the pipeline builds. * Plugin architecture does not have a versioning system. If OpenRGB crashes on open, try deleting/updating all plugins. * Some ASUS GPUs that worked in 0.5 no longer work in 0.6. * Please open an issue on GitLab or join our Discord to get its PCI ID added. We need the following information: * Card marketing name and model number (Link to ASUS website preferred) * PCIe ID (Vendor, Product, Subvendor, Subproduct) * Detector I2C address (you can get this using a previous version of OpenRGB, version 0.5 recommended) * Redragon M711 wave effect doesn't work * Some Corsair mice do not have specific LED labels * Some Razer keyboards are missing key maps * Asus Addressable number of channels may be incorrect Notes: * Due to changes in device names, existing profiles you have saved from previous versions may not work and will need to be recreated. Same goes for saved addressable controller sizes. * If upgrading from a previous release, it is recommended to disable OpenRazer or OpenRazer-win32 in the settings. This allows use of the new Razer controller with better device support. ### release_0.5 — OpenRGB Release 0.5 - Date: 2020-12-07 - Version: release_0.5 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.5 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.5 - Labels: Platforms: Desktop - **added** — Settings consolidated into a new OpenRGB.json file using JSON format - **added** — Settings tab allows enabling and disabling devices from the user interface - **added** — Configuration files stored in XDG-compliant configuration directory (%APPDATA%\OpenRGB or ~/.config/OpenRGB) - **added** — Dark theme for Windows - **added** — E1.31 controller improvements with better grouping and unicast support - **added** — Espurna controller API support - **added** — EVGA GPU support for V1 and partial V2 (1xxx and 2xxx series) - **added** — SteelSeries Apex Pro TKL and Old Apex device support - **added** — Philips Wiz support - **added** — Linux LED sysfs support - **added** — Corsair Dominator Platinum RGB support - **added** — Sony DualShock 4 support - **added** — Logitech G213 support - **added** — ASUS Mice support for ROG Gladius II Core, ROG Gladius II, and ROG Gladius II Origin - **added** — HyperX Fury Ultra mousemat support - **added** — SteelSeries Apex M750 support - **added** — ASUS TUF gaming laptops support on Windows - **added** — Cooler Master ARGB controller support - **changed** — Speed up device detection by limiting I2C/SMBus detectors to specific PCI IDs - **changed** — Linux binary lower cased with improved Debian packages provided with release - **fixed** — MSI-RGB color inversion - **fixed** — LED labels added to some Corsair mice - **fixed** — Profile loading and deleting - **fixed** — NZXT Hue+ performance improved - **fixed** — HyperX DRAM mapping issues resolved and flicker reduced - **changed** — More keymaps added for Razer keyboards OpenRGB Version 0.5 New Features: * Settings have been consolidated into a new file OpenRGB.json, using JSON format * Settings tab allows enabling and disabling devices from the user interface * Configuration files are stored in an XDG-compliant configuration directory (%APPDATA%\OpenRGB or ~/.config/OpenRGB) * Speed up detection by limiting I2C/SMBus detectors to specific PCI IDs * Dark theme for Windows * Linux binary lower cased, improved Debian packages, and providing them with release * Fixed profile loading, deleting Device Controller Changes: * E1.31 improvements - better grouping, unicast support * MSI-RGB color inversion fixed * LED labels added to some Corsair mice * Espurna controller API support * EVGA GPU (V1 and partial V2 - 1xxx and 2xxx series) support * New SteelSeries devices - Apex Pro TKL, Old Apex * Philips Wiz support * Linux LED sysfs support * Corsair Dominator Platinum RGB support * Sony DualShock 4 support * Logitech G213 support * ASUS Mice support - ROG Gladius II Core, ROG Gladius II, and ROG Gladius II Origin * HyperX Fury Ultra mousemat support * SteelSeries Apex M750 * ASUS TUF gaming laptops on Windows (already supported via Faustus on Linux) * Cooler Master ARGB controller support * NZXT Hue+ performance improved * HyperX DRAM mapping issues resolved, flicker reduced * More keymaps for Razer keyboards Known Issues: * Redragon M711 wave effect doesn't work * Some Corsair mice do not have specific LED labels * Some Razer keyboards are missing key maps * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to properly set * Asus Addressable number of channels may be incorrect * MSI Mystic Light controller still disabled due to bricking risk, bricking situation being investigated. OpenRGB 0.5 will not brick your MSI board as this code is disabled. Notes: * Due to changes to the profile manager, any existing profiles you have saved from previous versions likely will not work and will need to be recreated. Same goes for saved addressable controller sizes. ### release_0.4 — OpenRGB Release 0.4 - Date: 2020-09-09 - Version: release_0.4 - Original notes: https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_0.4 - Permalink: https://whatsnew.fyi/product/openrgb/releases/release-0.4 - Labels: Platforms: Desktop - **added** — Graphical LED view allows you to see the current settings and select multiple LEDs to apply colors quickly - **added** — Device detection happens in the background with a progress bar showing detection progress, allowing you to cancel detection - **added** — New I2C tool for reading multi-byte SMBus registers - **added** — New controller for Corsair Hydro Series coolers (H100i Pro and H115i Pro variants) - **added** — New controller for Tecknet M008 Mouse - **added** — New controller for HyperX Pulsefire Surge Mouse - **added** — Keymaps added to many keyboard controllers - **changed** — Keyboard and mouse LED names have been standardized - **changed** — Windows shortcuts now function correctly, allowing arguments to be specified and allowing for an auto-start shortcut to be created - **changed** — ASRock Polychrome controller improved with Polychrome V2 individual LED control and Polychrome V1 individual zone control - **changed** — ASRock Polychrome devices have more reliable detection and communication - **changed** — RGB Fusion 2 SMBus controller enabled for select motherboards - **changed** — More MSI GPUs added - **fixed** — RGB Fusion 2 USB detection fixed OpenRGB Version 0.4 New Features: * Graphical LED view allows you to see the current settings and select multiple LEDs to apply colors quickly * Device detection happens in the background and a progress bar shows detection progress, allows you to cancel detection * Keyboard and mouse LED names have been standardized, allowing better integration with [Aurora](https://github.com/antonpup/Aurora) (use dev branch) * Windows shortcuts now function correctly, allowing arguments to be specified and allowing for an auto-start shortcut to be created * New I2C tool for reading multi-byte SMBus registers (as ASRock uses) Device Controller Changes: * New controller for Corsair Hydro Series coolers (only Pro variants H100i Pro and H115i Pro for now) * New controller for Tecknet M008 Mouse * New controller for HyperX Pulsefire Surge Mouse * Improvements to ASRock Polychrome controller * Polychrome V2 individual LED control * Polychrome V1 individual zone control * More reliable detection and communication for Polychrome devices * RGB Fusion 2 SMBus controller enabled for select motherboards * More MSI GPUs added * RGB Fusion 2 USB detection fixed * Keymaps added to many keyboard controllers Known Issues: * RGB Fusion 2 SMBus controller may incorrectly be detected when an MSI GPU is present (due to address 0x68) * Redragon M711 wave effect doesn't work * Corsair mice do not have specific LED labels * Some Razer keyboards are missing key maps * Corsair Vengeance RGB Pro takes 2 "Set All Device" clicks to properly set * Asus Addressable number of channels may be incorrect * MSI Mystic Light controller still disabled due to bricking risk, bricking situation being investigated. OpenRGB 0.4 will not brick your MSI board as this code is disabled. * MSI-RGB boards still may experience inverted colors