Skip to content

Commit bd71231

Browse files
author
Tony Crisci
committed
Bump to version 2.1.1
See CHANGELOG.md for more details.
1 parent 94e80c5 commit bd71231

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## Version 2.1.1
4+
5+
Version 2.1.1 contains some bugfixes and new features.
6+
7+
Playerctl now has a test suite that covers most features of the CLI.
8+
9+
**playerctld**
10+
11+
* Add `playerctld`: an activatable DBus service for selecting the most recently active player (#161, #164, #128)
12+
13+
**CLI**
14+
15+
* Add the `markup_escape()` formatter function (#133)
16+
* Mark the `emoji()` formatter function as no longer experimental
17+
* Add the `default()` formatter function (#142, fd0b4ab)
18+
* Add the special `%any` player token for prioritizing player selection (#143)
19+
* Add bash completions (#153)
20+
* Add debug logging (#152)
21+
* Rewrite and expand manpage with `mdoc(7)` (#130)
22+
* Attempt to autostart `playerctld` if it is present in players
23+
* bugfix: incorrect error message for shuffle command (#158)
24+
* bugfix: don't crash if no system bus is present (2330b64f)
25+
* bugfix: don't crash if given a nonexistent format function (#162)
26+
27+
**Build**
28+
29+
* Required meson version is now `0.50.0`.
30+
331
## Version 2.0.2
432

533
Version 2.0.2 contains some minor bugfixes for the CLI and build system.

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
project(
22
'playerctl',
33
'c',
4-
version: '2.0.2',
4+
version: '2.1.1',
55
meson_version: '>=0.50.0'
66
)
77

8-
release_date = 'March 26, 2019'
8+
release_date = 'January 31, 2020'
99

1010
gnome = import('gnome')
1111
pkgconfig = import('pkgconfig')

0 commit comments

Comments
 (0)