Release 0.6.12
This commit is contained in:
13
Changelog
13
Changelog
@@ -2,6 +2,19 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
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:
|
0.6.11:
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
set(STRAWBERRY_VERSION_MAJOR 0)
|
set(STRAWBERRY_VERSION_MAJOR 0)
|
||||||
set(STRAWBERRY_VERSION_MINOR 6)
|
set(STRAWBERRY_VERSION_MINOR 6)
|
||||||
set(STRAWBERRY_VERSION_PATCH 11)
|
set(STRAWBERRY_VERSION_PATCH 12)
|
||||||
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
#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}")
|
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: strawberry
|
name: strawberry
|
||||||
version: '0.6.11+git'
|
version: '0.6.12+git'
|
||||||
summary: music player and collection organizer
|
summary: music player and collection organizer
|
||||||
description: |
|
description: |
|
||||||
Strawberry is a music player and collection organizer.
|
Strawberry is a music player and collection organizer.
|
||||||
|
|||||||
Reference in New Issue
Block a user