Skip to content

Commit

Permalink
Release 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jun 7, 2020
1 parent 92d6fc3 commit 783cf7f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 783cf7f

Please sign in to comment.