mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-15 10:08:08 +01:00
Release 1.0.21
This commit is contained in:
parent
9211b6f0c0
commit
b0f0133d29
@ -2,7 +2,7 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
Unreleased:
|
Version 1.0.21 (2023.10.21):
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Fixed seekbar position resetting to zero before showing actual position when seeking.
|
* Fixed seekbar position resetting to zero before showing actual position when seeking.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
set(STRAWBERRY_VERSION_MAJOR 1)
|
set(STRAWBERRY_VERSION_MAJOR 1)
|
||||||
set(STRAWBERRY_VERSION_MINOR 0)
|
set(STRAWBERRY_VERSION_MINOR 0)
|
||||||
set(STRAWBERRY_VERSION_PATCH 20)
|
set(STRAWBERRY_VERSION_PATCH 21)
|
||||||
#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}")
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<update_contact>eclipseo@fedoraproject.org</update_contact>
|
<update_contact>eclipseo@fedoraproject.org</update_contact>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.0.21" date="2023-10-21"/>
|
||||||
<release version="1.0.20" date="2023-09-24"/>
|
<release version="1.0.20" date="2023-09-24"/>
|
||||||
<release version="1.0.19" date="2023-09-24"/>
|
<release version="1.0.19" date="2023-09-24"/>
|
||||||
<release version="1.0.18" date="2023-07-02"/>
|
<release version="1.0.18" date="2023-07-02"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user