File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 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
533Version 2.0.2 contains some minor bugfixes for the CLI and build system.
Original file line number Diff line number Diff line change 11project (
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
1010gnome = import (' gnome' )
1111pkgconfig = import (' pkgconfig' )
You can’t perform that action at this time.
0 commit comments