Bump to version 2.4.1

See the CHANGELOG for more info
This commit is contained in:
Tony Crisci
2021-09-21 08:23:38 -04:00
parent f363f4edac
commit e5304e9dc9
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## Version 2.4.1
Version 2.4.1 contains bugfixes and new features.
* Fix a crash in playerctld when players use TrackList and Playlists interfaces (#215)
* Add the `trunc()` template function (#224)
* Allow to use playerctl as a subproject and cpp linking (#228)
* bugfix: subscribe to all signals when multiple template functions are used (#235)
* bugfix: workaround for players that use uint64 values in the formatter (#234)
## Version 2.3.1
Version 2.3.1 contains bugfixes and new features.

View File

@@ -1,11 +1,11 @@
project(
'playerctl',
'c',
version: '2.3.1',
version: '2.4.1',
meson_version: '>=0.56.0'
)
release_date = 'November 30, 2020'
release_date = 'September 21, 2021'
gnome = import('gnome')
pkgconfig = import('pkgconfig')