Skip to content

Commit

Permalink
Bump to version 2.3.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info
  • Loading branch information
acrisci committed Nov 30, 2020
1 parent 8b6574b commit da6267d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Version 2.3.1

Version 2.3.1 contains bugfixes and new features.

* Add option to toggle shuffle (#197)
* Add `-s`, quiet flag to supress some messages from stderr (#108, #193)
* Add math operations to the formatter (#149, 119d0a5)
* Change instance delimiter to "." (#198, d0a59e2)
* Use playerctld to get players in order of activation when it is running (#192, bfed117)
* Remove warning message when the system bus isn't found (a1cfd4a)
* Add zsh shell completions (#127, #201, #202)
* playerctld: add `daemon` activation command (1266063)
* playerctld: add `unshift` command (#204)
* bugfix: improve property setter reliability (c617911)

## Version 2.2.1

Version 2.2.1 contains some bugfixes and new features.
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project(
'playerctl',
'c',
version: '2.2.1',
version: '2.3.1',
meson_version: '>=0.50.0'
)

release_date = 'August 8, 2020'
release_date = 'November 30, 2020'

gnome = import('gnome')
pkgconfig = import('pkgconfig')
Expand Down

0 comments on commit da6267d

Please sign in to comment.