Skip to content

Commit c69059b

Browse files
author
Tony Crisci
committed
Bump to version 2.0.2
See CHANGELOG.md for more details.
1 parent 77b3175 commit c69059b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## Version 2.0.2
4+
5+
Version 2.0.2 contains some minor bugfixes for the CLI and build system.
6+
7+
The author would like to inform you as part of my effort to improve media player integration on the Linux Desktop, I have fixed many bugs in Electron based media players that should be available soon (see #40, #81, #35 which were closed recently).
8+
9+
**CLI**
10+
11+
* Regression: exit 1 when no players are found (#126, #119)
12+
* Regression: fix sort order for `--player` command (#112)
13+
* Handle nonfile uris in the `open` command (#122)
14+
15+
**Build**
16+
17+
* Fix documentation of the `--follow` flag (#117)
18+
* Update manpage release date at build time (#118)
19+
* fix gir build on cross compilation (#120)
20+
321
## Version 2.0.1
422

523
Version 2.0.1 includes new major features and breaking changes to the library and CLI.

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.1',
4+
version: '2.0.2',
55
meson_version: '>=0.46.0'
66
)
77

8-
release_month = 'October 2018'
8+
release_month = 'March 2019'
99

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

0 commit comments

Comments
 (0)