Release 1.90.6

- Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233)
- Fractional battery percentage (!226)
- CI enhancement. (!236)
- Tweak the default battery charging threshold to 75-80. (!234)
This commit is contained in:
Kate Hsuan 2024-09-16 15:20:03 +08:00
parent 3390fa48ae
commit 7fbc02e8af
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
Version 1.90.6
--------------
Released: 2024-09-16
- Fractional battery percentage (!226)
- CI enhancement. (!236)
- Tweak the default battery charging threshold to 75-80. (!234)
- Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233)
Version 1.90.5
--------------
Released: 2024-08-22

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '1.90.5',
version: '1.90.6',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',