From 0f6cc0a10be22d7ddd684e1cd851e4364a440494 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 17 Aug 2021 15:55:59 +0200 Subject: 0.99.13 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8c43a77..7ee6e6c 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.3