From 86a9de48ebb5ff8c48f739bcef97ccdb8c9266b2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 2 Sep 2022 12:50:24 +0200 Subject: 42.4 --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e6f862d..0d5b0d48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +ver 42.4: +This version switches the power state API added in version 42.3 to be backed +by the experimental PowerState property in bluetoothd. The API will not show +transitional states if the version of bluetoothd is too old. + +The battery API now exports the battery information for all Bluetooth devices +listed in UPower, not just the ones re-exported from bluetoothd. + ver 42.3: This version adds a new API for more precise adapter power state, and fixes a number of small UI problems in bluetooth-sendto. diff --git a/meson.build b/meson.build index 3fc26903..02711f63 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-bluetooth', 'c', - version: '42.3', + version: '42.4', license: 'GPL2+', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.58.0', -- cgit v1.2.1