Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Nov 23, 2024
1 parent 376af26 commit df0ec6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Strawberry Music Player
=======================
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):

This release features major restructuring of the codebase, moving source files,
Expand Down
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 1)
set(STRAWBERRY_VERSION_MINOR 2)
set(STRAWBERRY_VERSION_PATCH 1)
set(STRAWBERRY_VERSION_PATCH 2)
#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}")

Expand Down
1 change: 1 addition & 0 deletions dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</screenshots>
<update_contact>[email protected]</update_contact>
<releases>
<release version="1.2.2" date="2024-11-23"/>
<release version="1.2.1" date="2024-11-21"/>
<release version="1.1.3" date="2024-09-21"/>
<release version="1.1.2" date="2024-09-12"/>
Expand Down

0 comments on commit df0ec6b

Please sign in to comment.