diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 11b1a7d..8c5e334 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |