1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Release 0.6.12

This commit is contained in:
Jonas Kvinge 2020-06-07 23:49:11 +02:00
parent 92d6fc3fad
commit 783cf7f1b0
3 changed files with 16 additions and 3 deletions

View File

@ -2,6 +2,19 @@ Strawberry Music Player
=======================
ChangeLog
0.6.12:
Bugfixes:
* Fixed height of about dialog.
Enhancements:
* Only save settings for pages that actually has been changed.
* Replaced use of deprecated Qt functionality as of 5.15.
* Made scrobbler show error dialog for all errors when show error dialog option is on.
* Dont append disc to album titles for Subsonic and Tidal.
* Sort folders added from file view.
* Changed default collection grouping to album - disc.
0.6.11:
Bugfixes:

View File

@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 6)
set(STRAWBERRY_VERSION_PATCH 11)
set(STRAWBERRY_VERSION_PATCH 12)
#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.11+git'
version: '0.6.12+git'
summary: music player and collection organizer
description: |
Strawberry is a music player and collection organizer.