Release 1.0.7

This commit is contained in:
Jonas Kvinge 2022-07-25 21:45:27 +02:00
parent 65b2e506b1
commit 9f2ec22e95
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@ Strawberry Music Player
=======================
ChangeLog
Unreleased:
Version 1.0.7 (2022.07.25)
Bugfixes:
Bugfixes:
* Fixed checking file extension case-insensitive when loading and saving playlists.
* Fixed reading and saving rating with TagParser.
* (macOS/Windows) Fixed playlist column alignment. Applied patch for Qt bug QTBUG-103576 (#999).
@ -16,7 +16,7 @@ Bugfixes:
Version 1.0.6 (2022.07.17)
Bugfixes:
Bugfixes:
* Fixed certain albums not added to playlist in correct track order from search for Tidal and QObuz.
* Fixed songs not added to playlist in numeric order when added from file view with right click (#977).
* Fixed "Stop after this track" graying out next track in dynamic mode (#912).

View File

@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 1)
set(STRAWBERRY_VERSION_MINOR 0)
set(STRAWBERRY_VERSION_PATCH 6)
set(STRAWBERRY_VERSION_PATCH 7)
#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}")