diff --git a/Changelog b/Changelog index ac90325ff..0b8db0f39 100644 --- a/Changelog +++ b/Changelog @@ -2,7 +2,7 @@ Strawberry Music Player ======================= ChangeLog -Version 1.2.1-rc1 (2024.11.16): +Version 1.2.1 (2024.11.21): This release features major restructuring of the codebase, moving source files, rewriting CMake build files, dropping Qt 5 support, external tagreader, @@ -19,6 +19,8 @@ and dropping some unmaintained parts such as VLC. * Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services. * Fixed passing filenames to strawberry on command line not resolving to absolute paths. * (macOS) Fixed program not starting for users with long usernames. + * (macoS) Fixed crash when pressing caps lock (#1606). + * (macOS) Remove "song progress on taskbar" option in behaviour settings. Enhancements: diff --git a/cmake/Version.cmake b/cmake/Version.cmake index eb69e18be..4e22c286d 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -1,9 +1,9 @@ set(STRAWBERRY_VERSION_MAJOR 1) set(STRAWBERRY_VERSION_MINOR 2) set(STRAWBERRY_VERSION_PATCH 1) -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}") diff --git a/dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml b/dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml index 40a3f2682..5310f2532 100644 --- a/dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml +++ b/dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml @@ -51,6 +51,7 @@ eclipseo@fedoraproject.org +