We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb05577 commit fde0a86Copy full SHA for fde0a86
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Version 2.2.1
4
+
5
+Version 2.2.1 contains some bugfixes and new features.
6
7
+* Fix a crash when the `emoji()` template function is used (#167)
8
+* Add a `shift` command to `playerctld` to shift the active player (#173)
9
+* Fix a crash when system players are present (#175)
10
11
## Version 2.1.1
12
13
Version 2.1.1 contains some bugfixes and new features.
meson.build
@@ -1,11 +1,11 @@
project(
'playerctl',
'c',
- version: '2.1.1',
+ version: '2.2.1',
meson_version: '>=0.50.0'
)
-release_date = 'January 31, 2020'
+release_date = 'August 8, 2020'
gnome = import('gnome')
pkgconfig = import('pkgconfig')
0 commit comments