Skip to content

Commit b86120c

Browse files
committed
Release 1.2.18
1 parent 6a409c4 commit b86120c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Strawberry Music Player
22
=======================
33
ChangeLog
44

5-
Unreleased:
5+
Version 1.2.18 (2026.02.01):
66

77
* Fixed devices no longer detected with newer GIO versions (#1974)
88
* Fixed error message appearing when dragging folders with non-audio files to the playlist from files (#1977)

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 17)
3+
set(STRAWBERRY_VERSION_PATCH 18)
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>eclipseo@fedoraproject.org</update_contact>
5353
<releases>
54+
<release version="1.2.18" date="2026-02-01"/>
5455
<release version="1.2.17" date="2026-01-18"/>
5556
<release version="1.2.16" date="2025-12-16"/>
5657
<release version="1.2.15" date="2025-11-25"/>

0 commit comments

Comments
 (0)