1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-20 21:00:46 +01:00

Release 0.8.1

This commit is contained in:
Jonas Kvinge 2020-10-09 21:38:00 +02:00
parent 7c07f5eb2a
commit 896da46422
3 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Unreleased: 0.8.1:
BugFixes: Bugfixes:
* Fixed engine selection in backend settings with Qt 6. * Fixed engine selection in backend settings with Qt 6.
* Fixed pixelated playlist source icon for currently playing song. * Fixed pixelated playlist source icon for currently playing song.
* Fixed crash when deleting queued songs from playlist. * Fixed crash when deleting queued songs from playlist.
@ -51,7 +51,7 @@ Unreleased:
0.7.2: 0.7.2:
BugFixes: Bugfixes:
* Fixed installation directory for translations. * Fixed installation directory for translations.
* Fixed collection sorting for non-ASCII characters. * Fixed collection sorting for non-ASCII characters.
* Fixed closing connected devices on exit. * Fixed closing connected devices on exit.

View File

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

View File

@ -1,5 +1,5 @@
name: strawberry name: strawberry
version: '0.7.2+git' version: '0.8.1+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.