summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-07-04 14:57:11 +0200
committerBastien Nocera <hadess@hadess.net>2023-07-04 15:51:22 +0200
commit96c34a3bb9167a204afc7b9d00086325169a7586 (patch)
treeccd3b4a404e1914d9ade7c658d13e48f7bc4a0cd
parent95de7181dd46edf0fddb6b1e5a6684ffeed50375 (diff)
1.90.1v1.90.1
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
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',