Skip to content

Commit

Permalink
Prepare 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed May 18, 2024
1 parent 4eb4fc6 commit 9e22eef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.4.2

### New features

* An option to toggle the manager window with the tray icon (the 2.3 behavior useful when there are no window decorations for closing it)

### Changes

* Only a single battery notification
* Renamed recent connections header in applet menu
* Translation updates

### Bugs fixed

* Broken audio profile applet menu items
* Missing manager window title
* Teardown of DBus mock server in tests

## 2.4.1

### Changes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.61)

AC_INIT([blueman], [2.4.1], [https://github.com/blueman-project/blueman/issues])
AC_INIT([blueman], [2.4.2], [https://github.com/blueman-project/blueman/issues])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([1.16.3 foreign dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'blueman', 'c',
version: '2.4.1',
version: '2.4.2',
license: 'GPL3',
meson_version: '>=0.56.0',
default_options: 'b_lundef=false'
Expand Down

0 comments on commit 9e22eef

Please sign in to comment.