File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.6.1
4+
5+ Version 0.6.1 includes bug fixes and some minor features.
6+
7+ * Bugfix: unref of a null player when no players are present
8+ * Playerctl now searches the system bus for players
9+ * Parse trackid as a string as a workaround for noncompliant players
10+ * Various meson fixes
11+
312## Version 0.6.0
413
514Version 0.6.0 includes bug fixes and new features.
Original file line number Diff line number Diff line change 11m4_define ( [ playerctl_major_version] , [ 0] )
22m4_define ( [ playerctl_minor_version] , [ 6] )
3- m4_define ( [ playerctl_micro_version] , [ 0 ] )
3+ m4_define ( [ playerctl_micro_version] , [ 1 ] )
44
55m4_define ( [ playerctl_version] , [ playerctl_major_version.playerctl_minor_version.playerctl_micro_version] )
66
Original file line number Diff line number Diff line change 11project (
22 ' playerctl' ,
33 ' c' ,
4- version : ' 0.6.0 ' ,
4+ version : ' 0.6.1 ' ,
55 meson_version : ' >=0.46.0'
66)
77
You can’t perform that action at this time.
0 commit comments