Update release notes for 0.30

This commit is contained in:
Mario Limonciello 2025-02-11 15:32:45 -06:00 committed by Marco Trevisan (Treviño)
parent 6b565b0b05
commit 18182f77d6

12
NEWS
View file

@ -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
----