Skip to content

Commit

Permalink
Bump to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acrisci committed Apr 15, 2018
1 parent ec37a82 commit 12982f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Version 0.6.0

Version 0.6.0 includes bug fixes and new features.

* control multiple players at once by putting commas between the names
* add the --all-players option to control all players at once
* lib: better cache invalidation strategy for getting properties
* bugfix: Set position in fractional seconds
* Fix various memory leaks and errors

NOTE: This will be the last minor release that uses autotools. Playerctl will switch to the meson build system as of the next minor release.

Github releases will have a debian package and an rpm, but these will soon be deprecated as package maintainers create official packages for distros.

## Version 0.5.0

Version 0.5.0 includes some new features.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([playerctl_major_version], [0])
m4_define([playerctl_minor_version], [5])
m4_define([playerctl_minor_version], [6])
m4_define([playerctl_micro_version], [0])

m4_define([playerctl_version], [playerctl_major_version.playerctl_minor_version.playerctl_micro_version])
Expand Down

0 comments on commit 12982f5

Please sign in to comment.