Release 0.5.4

This commit is contained in:
Jonas Kvinge 2019-05-05 19:57:40 +02:00
parent 740ead4059
commit 486eb1722e
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Strawberry Music Player
=======================
ChangeLog
Unreleased:
Version 0.5.4:
* Changed description for offline mode scrobbling for less confusion
* Fixed scrobbler to not send "playing now" when in offline mode
@ -31,6 +31,7 @@ Unreleased:
* 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
* 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:
@ -71,7 +72,6 @@ Version 0.5.3:
* Removed API Seeds lyrics provider (require payment)
* Added group by format
* Fixed gstreamer leaks
* Fixed resume playback on startup not working for other than the first playlist
Version 0.5.2:

View File

@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 5)
set(STRAWBERRY_VERSION_PATCH 3)
set(STRAWBERRY_VERSION_PATCH 4)
#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}")