Skip to content

Commit df0ec6b

Browse files
committed
Release 1.2.2
1 parent 376af26 commit df0ec6b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Strawberry Music Player
22
=======================
33
ChangeLog
44

5+
Version 1.2.2 (2024.11.23):
6+
7+
Bugfixes:
8+
9+
* Fixed crash when creating a new smart playlist (#1609).
10+
* Fixed last playlist column being added when dragging a song and switching playlists.
11+
512
Version 1.2.1 (2024.11.21):
613

714
This release features major restructuring of the codebase, moving source files,

cmake/Version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
set(STRAWBERRY_VERSION_MAJOR 1)
22
set(STRAWBERRY_VERSION_MINOR 2)
3-
set(STRAWBERRY_VERSION_PATCH 1)
3+
set(STRAWBERRY_VERSION_PATCH 2)
44
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
55

6-
set(INCLUDE_GIT_REVISION ON)
6+
set(INCLUDE_GIT_REVISION OFF)
77

88
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
99

dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
</screenshots>
5252
<update_contact>[email protected]</update_contact>
5353
<releases>
54+
<release version="1.2.2" date="2024-11-23"/>
5455
<release version="1.2.1" date="2024-11-21"/>
5556
<release version="1.1.3" date="2024-09-21"/>
5657
<release version="1.1.2" date="2024-09-12"/>

0 commit comments

Comments
 (0)