Release 1.2.2

This commit is contained in:
Jonas Kvinge
2024-11-23 17:25:42 +01:00
parent 376af26f0e
commit df0ec6b709
3 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,13 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Version 1.2.2 (2024.11.23):
Bugfixes:
* Fixed crash when creating a new smart playlist (#1609).
* Fixed last playlist column being added when dragging a song and switching playlists.
Version 1.2.1 (2024.11.21): Version 1.2.1 (2024.11.21):
This release features major restructuring of the codebase, moving source files, This release features major restructuring of the codebase, moving source files,

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 1) set(STRAWBERRY_VERSION_PATCH 2)
#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.2" date="2024-11-23"/>
<release version="1.2.1" date="2024-11-21"/> <release version="1.2.1" date="2024-11-21"/>
<release version="1.1.3" date="2024-09-21"/> <release version="1.1.3" date="2024-09-21"/>
<release version="1.1.2" date="2024-09-12"/> <release version="1.1.2" date="2024-09-12"/>