Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
jonaski committed Aug 15, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b0df63f commit 47b5dea
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@ Strawberry Music Player
=======================
ChangeLog

0.7.2:

BugFixes:
* Fixed installation directory for translations.
* Fixed collection sorting for non-ASCII characters.
* Fixed closing connected devices on exit.

0.7.1:

Bugfixes:
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 7)
set(STRAWBERRY_VERSION_PATCH 1)
set(STRAWBERRY_VERSION_PATCH 2)
#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}")

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.7.1+git'
version: '0.7.2+git'
summary: music player and collection organizer
description: |
Strawberry is a music player and collection organizer.

0 comments on commit 47b5dea

Please sign in to comment.