This commit is contained in:
Bastien Nocera 2021-08-17 15:55:59 +02:00
parent b5a6e2491a
commit 0f6cc0a10b
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
Version 0.99.13
---------------
Released: 2021-08-17
Bug fixes:
- Tweak default percentage levels to better match other operating systems
- Support large energy rates seen in some modern laptops
- Fix touchpads showing up as mice
- Fix composite battery state when multiple batteries are used and
one isn't drawing any power
- Make the icon and warning properties respect the "low battery level"
configuration option
- Stop the device being suspended during the 20-second "shutdown" grace period
Version 0.99.12
~~~~~~~~~~~~~~~
Released: 2021-06-17

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
m4_define([up_major_version], [0])
m4_define([up_minor_version], [99])
m4_define([up_micro_version], [12])
m4_define([up_micro_version], [13])
m4_define([up_version],
[up_major_version.up_minor_version.up_micro_version])