1.90.1

System Internals / UPower - Bastien Nocera [hadess.net] - 4 July 2023 13:51 UTC



###

diff --git a/NEWS b/NEWS
index f8feba6..f6acc84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 1.90.1
+--------------
+Released: 2023-07-04
+
+- Detect headsets with kernel batteries such as Logitech and
+ Steelseries headsets, and make them automatically disappear if
+ the headset is turned off (if the kernel driver supports the
+ wireless_status attribute)
+- Hide duplicate Logitech Bluetooth devices (Bolt-compatible devices
+ connected through Bluetooth would show as 2 batteries)
+- Hide duplicate Logitech wireless devices when they get connected
+ through USB as well
+- Fix Bluetooth device names not synchronising, and use user-chosen
+ names when available
+- Handle the "present" sysfs attribute changing
+- Fix iDevices not appearing
+- Fix reading capacity_level with newer libgudev
+- Fix OpenBSD backend
+
Version 1.90.0
--------------
Released: 2022-07-21
diff --git a/meson.build b/meson.build
index 96a0a8c..50e2e4a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '1.90.0',
+ version: '1.90.1',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',

96c34a3 1.90.1
NEWS | 19 +++++++++++++++++++
meson.build | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share