diff options
| author | Matt Sturgeon <matt@sturgeon.me.uk> | 2026-01-05 13:40:52 +0000 |
|---|---|---|
| committer | Matt Sturgeon <matt@sturgeon.me.uk> | 2026-01-08 20:23:31 +0000 |
| commit | e8bb6bb879d6ed0c7f57c69cd55a68bb1c3b1844 (patch) | |
| tree | af04334f3319d72d8a90fe65a3d4f3fb259dbddc /doc | |
| parent | openrgb: assert udev rules do not reference /usr/bin/env (diff) | |
| download | nixpkgs-e8bb6bb879d6ed0c7f57c69cd55a68bb1c3b1844.tar.gz | |
openrgb: 0.9 → 1.0rc2
- https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc1
> Plugin API has been updated to API version 4 so until the official 1.0
> release, use the latest pipeline builds of the plugins.
- https://codeberg.org/OpenRGB/OpenRGB/releases/tag/release_candidate_1.0rc2
> There have been some upgrades to the user interface since 1.0rc1 and
> some additional device support and fixes.
> 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.
As part of updating `withPlugins`, it has been re-implemented as a
wrapper derivation. This means the base package is not re-compiled when
it is used.
Co-authored-by: liberodark <liberodark@gmail.com>
Co-authored-by: Multipixelone <finn@cnwr.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes/rl-2605.section.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md index c8fe37231dc0..070ecd31851d 100644 --- a/doc/release-notes/rl-2605.section.md +++ b/doc/release-notes/rl-2605.section.md @@ -97,6 +97,9 @@ - Added `dell-bios-fan-control` package and service. +- `openrgb` was updated to 1.0rc2, which now uses Plugin API version 4. + Some existing OpenRGB plugins may be incompatible or require updates. + - We now use the upstream wrapper script for Gradle, supporting both the `JAVA_HOME` and `GRADLE_OPTS` environment variables. ## Nixpkgs Library {#sec-nixpkgs-release-26.05-lib} |
