From 8c039c9c8b2e34b51f77ab5f8965a878a8ca3d78 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 30 Sep 2019 22:05:42 +0200 Subject: [PATCH] Release 0.6.5 --- Changelog | 9 +++++++++ cmake/Version.cmake | 4 ++-- snap/snapcraft.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 8090e4b40..c91b9463d 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,15 @@ Strawberry Music Player ======================= ChangeLog +Version 0.6.5: + + * Fixed scrobbler not to send scrobbles multiple times when metadata is updated + * Fixed Listenbrainz scrobbler not don't send "various artists" as album artist + * Fixed missing cover image in OSD pretty reposition image + * Fixed OSD pretty upper left positioning + * Fixed OSD pretty positioning on Windows on screens with negative geometry + * Fixed appdata file to pass full validation + Version 0.6.4: * Added setting for fancy tabbar background color diff --git a/cmake/Version.cmake b/cmake/Version.cmake index ce7f4e453..dd6c9f675 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -1,9 +1,9 @@ set(STRAWBERRY_VERSION_MAJOR 0) set(STRAWBERRY_VERSION_MINOR 6) -set(STRAWBERRY_VERSION_PATCH 4) +set(STRAWBERRY_VERSION_PATCH 5) #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}") diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 577fd7ed6..a03a337ba 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: strawberry -version: '0.6.4+git' +version: '0.6.5+git' summary: music player and collection organizer description: | Strawberry is a music player and collection organizer.