From 18182f77d6cdb44c95de46f3ea30c389c9b9b9c2 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 11 Feb 2025 15:32:45 -0600 Subject: [PATCH] Update release notes for 0.30 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index c1de0d8..fba20cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.30 +---- + +Add support for configuring actions to be enabled or disabled over dbus: + - Actions can be listed via `powerprofilesctl list-actions` + - These can be controlled via `powerprofilesctl configure-action` +Add support for configuring whether PPD reacts to battery/AC charger events: + - It can be queried and controlled via: + `powerprofilesctl query-battery-aware` and + `powerprofilesctl configure-battery-aware` +Add better better compatibility with kernel 6.14. + 0.23 ----