Skip to content

Commit da6267d

Browse files
author
Tony Crisci
committed
Bump to version 2.3.1
See the CHANGELOG for more info
1 parent 8b6574b commit da6267d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## Version 2.3.1
4+
5+
Version 2.3.1 contains bugfixes and new features.
6+
7+
* Add option to toggle shuffle (#197)
8+
* Add `-s`, quiet flag to supress some messages from stderr (#108, #193)
9+
* Add math operations to the formatter (#149, 119d0a5)
10+
* Change instance delimiter to "." (#198, d0a59e2)
11+
* Use playerctld to get players in order of activation when it is running (#192, bfed117)
12+
* Remove warning message when the system bus isn't found (a1cfd4a)
13+
* Add zsh shell completions (#127, #201, #202)
14+
* playerctld: add `daemon` activation command (1266063)
15+
* playerctld: add `unshift` command (#204)
16+
* bugfix: improve property setter reliability (c617911)
17+
318
## Version 2.2.1
419

520
Version 2.2.1 contains some bugfixes and new features.

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.2.1',
4+
version: '2.3.1',
55
meson_version: '>=0.50.0'
66
)
77

8-
release_date = 'August 8, 2020'
8+
release_date = 'November 30, 2020'
99

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

0 commit comments

Comments
 (0)