Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 5, 2019
1 parent 740ead4 commit 486eb17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down

0 comments on commit 486eb17

Please sign in to comment.