Release 1.2.13

This commit is contained in:
Jonas Kvinge
2025-08-31 22:33:48 +02:00
parent 1880dc8153
commit c658a77b05
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Unreleased: Version 1.2.13 (2025.08.31):
Bugfixes: Bugfixes:
* Fixed playlist alternating row colors no longer working with some styles (#1806) * Fixed playlist alternating row colors no longer working with some styles (#1806)

View File

@@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 1) set(STRAWBERRY_VERSION_MAJOR 1)
set(STRAWBERRY_VERSION_MINOR 2) set(STRAWBERRY_VERSION_MINOR 2)
set(STRAWBERRY_VERSION_PATCH 12) set(STRAWBERRY_VERSION_PATCH 13)
#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

@@ -51,6 +51,7 @@
</screenshots> </screenshots>
<update_contact>eclipseo@fedoraproject.org</update_contact> <update_contact>eclipseo@fedoraproject.org</update_contact>
<releases> <releases>
<release version="1.2.13" date="2025-08-31"/>
<release version="1.2.12" date="2025-08-12"/> <release version="1.2.12" date="2025-08-12"/>
<release version="1.2.11" date="2025-05-15"/> <release version="1.2.11" date="2025-05-15"/>
<release version="1.2.10" date="2025-04-18"/> <release version="1.2.10" date="2025-04-18"/>