From fea56879d6d446fd9b99b27190c3a684e2ed2f54 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Tue, 11 Jul 2023 21:06:27 +1200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04650990..d20fc8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [v4.7.0-RC2] +## [v4.7.0-RC3] ### Added - Support for FX507Z LED modes - Support for GL503V LED modes @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added option to enable/disable system tray - Added button to fully quit app (exits from background) - Moved application settings to new page +- Arua LED power control has been heavily refactored for 0x19b6+ devices ### BREAKING - All Anime related DBUS methods/notifs are changed - All dbus interfaces that handled an enum have now been forced to use the enum as String type, not uint or similar, this unfortunately breaks a heap of stuff but has the benefit of allowing asusctl to use crates to generate a typescript (or other) binding to the types being used by zbus for the proxies. The implication here is that there will be an eventual tighter integration with the gnome extension and maybe KDE also.