Release 0.6.5

This commit is contained in:
Jonas Kvinge 2019-09-30 22:05:42 +02:00
parent c1d9bc046d
commit 8c039c9c8b
3 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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}")

View File

@ -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.