Skip to content

Commit 504fd8a

Browse files
committed
Prepare 2.4.1
I plan to a add a note on icon themes to the release description on GitHub. Something like: Note to maintainers: We found that the Adwaita Icon Theme dropped most non-symbolic icons in version 44, so that it can no longer be considered a generic fallback for GTK. blueman with just Adwaita Icon Theme will show a lot of missing icons. We are still puzzled by this change and try to figure out what to do. You can jump in at #2312. In the meantime, make sure that your packages depend on proper icons themes.
1 parent 8bc514f commit 504fd8a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.4.1
4+
5+
### Changes
6+
7+
* Translation updates
8+
* Handle incompabilities with kded6 running on desktops without StatusNotifierItem support
9+
10+
### Bugs fixed
11+
12+
* Fallback for missing icons
13+
* Correct Bluetooth state tracking in manager window
14+
* Sporadic error on battery data (Note that there was a regression in Linux 6.8.2, 6.7.11, 6.6.23 and 6.1.83 that causes it and lots of other trouble)
15+
* Active state on tray icon
16+
* Broken markup in tray menu
17+
318
## 2.4
419

520
### New features
@@ -39,7 +54,7 @@
3954
* Make blueman-services a notebook
4055
* Use the TypedDict as constructor
4156

42-
### Bugs fixes
57+
### Bugs fixed
4358

4459
* Fix device-selected handlers
4560
* Fix deprecations in tests

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.61)
22

3-
AC_INIT([blueman], [2.4], [https://github.com/blueman-project/blueman/issues])
3+
AC_INIT([blueman], [2.4.1], [https://github.com/blueman-project/blueman/issues])
44
AC_CONFIG_HEADERS(config.h)
55
AC_CONFIG_MACRO_DIRS([m4])
66
AM_INIT_AUTOMAKE([1.16.3 foreign dist-xz])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'blueman', 'c',
3-
version: '2.4',
3+
version: '2.4.1',
44
license: 'GPL3',
55
meson_version: '>=0.56.0',
66
default_options: 'b_lundef=false'

0 commit comments

Comments
 (0)