Release 0.5.4
This commit is contained in:
@@ -2,7 +2,7 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
Unreleased:
|
Version 0.5.4:
|
||||||
|
|
||||||
* Changed description for offline mode scrobbling for less confusion
|
* Changed description for offline mode scrobbling for less confusion
|
||||||
* Fixed scrobbler to not send "playing now" when in offline mode
|
* Fixed scrobbler to not send "playing now" when in offline mode
|
||||||
@@ -31,6 +31,7 @@ Unreleased:
|
|||||||
* Added some missing taglib configure checks
|
* Added some missing taglib configure checks
|
||||||
* Saving geometry, tabbar, playlist column settings on exit only to reduce wear on SSD's and fix sluggish resizing with non-SSD
|
* Saving geometry, tabbar, playlist column settings on exit only to reduce wear on SSD's and fix sluggish resizing with non-SSD
|
||||||
* Fixed and improved snap including upgrading to core18 and adding proper alsa support
|
* Fixed and improved snap including upgrading to core18 and adding proper alsa support
|
||||||
|
* Fixed resume playback on startup not working for other than the first playlist
|
||||||
|
|
||||||
Version 0.5.3:
|
Version 0.5.3:
|
||||||
|
|
||||||
@@ -71,7 +72,6 @@ Version 0.5.3:
|
|||||||
* Removed API Seeds lyrics provider (require payment)
|
* Removed API Seeds lyrics provider (require payment)
|
||||||
* Added group by format
|
* Added group by format
|
||||||
* Fixed gstreamer leaks
|
* Fixed gstreamer leaks
|
||||||
* Fixed resume playback on startup not working for other than the first playlist
|
|
||||||
|
|
||||||
Version 0.5.2:
|
Version 0.5.2:
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
set(STRAWBERRY_VERSION_MAJOR 0)
|
set(STRAWBERRY_VERSION_MAJOR 0)
|
||||||
set(STRAWBERRY_VERSION_MINOR 5)
|
set(STRAWBERRY_VERSION_MINOR 5)
|
||||||
set(STRAWBERRY_VERSION_PATCH 3)
|
set(STRAWBERRY_VERSION_PATCH 4)
|
||||||
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
||||||
|
|
||||||
set(INCLUDE_GIT_REVISION ON)
|
set(INCLUDE_GIT_REVISION OFF)
|
||||||
|
|
||||||
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user