Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
acrisci committed Jan 31, 2020
1 parent 94e80c5 commit bd71231
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Version 2.1.1

Version 2.1.1 contains some bugfixes and new features.

Playerctl now has a test suite that covers most features of the CLI.

**playerctld**

* Add `playerctld`: an activatable DBus service for selecting the most recently active player (#161, #164, #128)

**CLI**

* Add the `markup_escape()` formatter function (#133)
* Mark the `emoji()` formatter function as no longer experimental
* Add the `default()` formatter function (#142, fd0b4ab)
* Add the special `%any` player token for prioritizing player selection (#143)
* Add bash completions (#153)
* Add debug logging (#152)
* Rewrite and expand manpage with `mdoc(7)` (#130)
* Attempt to autostart `playerctld` if it is present in players
* bugfix: incorrect error message for shuffle command (#158)
* bugfix: don't crash if no system bus is present (2330b64f)
* bugfix: don't crash if given a nonexistent format function (#162)

**Build**

* Required meson version is now `0.50.0`.

## Version 2.0.2

Version 2.0.2 contains some minor bugfixes for the CLI and build system.
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.0.2',
version: '2.1.1',
meson_version: '>=0.50.0'
)

release_date = 'March 26, 2019'
release_date = 'January 31, 2020'

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

0 comments on commit bd71231

Please sign in to comment.