mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-04-22 16:20:46 +02:00
0.9.0
This commit is contained in:
parent
58cc0ef02b
commit
30d85f1e9e
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
0.9.0
|
||||
-----
|
||||
|
||||
This release adds support for "holding" a power profile while running a task
|
||||
or application, making it possible to switch to a performance profile during
|
||||
a compilation, or to a power-saver profile when low on battery, reverting to
|
||||
the original profile when done.
|
||||
|
||||
This release also removes the "inhibited" property for the performance profile,
|
||||
which made it impossible to switch to that profile, and replaces it with the
|
||||
"degraded" property which lists why performance is degraded.
|
||||
|
||||
Finally, the last used profile is now remembered across reboots.
|
||||
|
||||
0.8.1
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('power-profiles-daemon', [ 'c' ],
|
||||
version: '0.8.1',
|
||||
version: '0.9.0',
|
||||
license: 'GPLv3+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue