Skip to content

Commit

Permalink
Bump to version 2.4.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info
  • Loading branch information
acrisci committed Sep 21, 2021
1 parent f363f4e commit e5304e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions meson.build
@@ -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')
Expand Down

0 comments on commit e5304e9

Please sign in to comment.