diff --git a/strawberry-0.9.3.tar.xz b/strawberry-0.9.3.tar.xz deleted file mode 100644 index e7c3db9..0000000 --- a/strawberry-0.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e -size 10928116 diff --git a/strawberry-1.0.0.tar.xz b/strawberry-1.0.0.tar.xz new file mode 100644 index 0000000..f1a322b --- /dev/null +++ b/strawberry-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e1fb70f03450a6b9777d0afb271a7a7922258ebb364c86b8104327496ca7a1 +size 11149316 diff --git a/strawberry.changes b/strawberry.changes index 40be3dd..f1df57e 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Thu Oct 14 19:00:20 UTC 2021 - Jonas Kvinge + +- Update to version 1.0.0 + + + Bugfixes: + + Fix updating temporary metadata when reloading songs outside of the collection. + + Don't strip off "Live" from song title when sending scrobbles. + + Fix incorrect use of QFutureWatcher. + + Fix compile of Utilities::Hmac with Qt 6.2. + + Fix a memory leak when using right click context menu in internet search. + + Fix a gstreamer bus leak when adding streams and remote playlists. + + Fix "Source ID x was not found when attempting to remove it" error. + + Escape ampersands in playlist tabs. + + Fix analyzer with S24_32LE audio format. + + Enhancements: + + Add replaygain fallback gain setting. + + Add option to turn off playlist alternating row colors. + + Make the default tabbbar background color lighter. + + Remove use of deprecated WinExtras Qt module. + + Add CMake test for Qt sqlite support. + + Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is not specified. + + Correct playlist tabbar favorite tooltip from "click" to "double-click". + + Remove scroll over icon to change track option since it does not work reliable. + + Improve resume playback on startup. + + Re-request stream URL for Tidal and QObuz when resuming playback after pausing for more than 30 seconds. + + Add Finnish, Ukrainian, Dutch, Japanese, Chinese, Catalan and Portuguese (Brazil). + + Add support for TagParser (https://github.com/Martchus/tagparser) as an alternative to TagLib. + + Add Subsonic option to turn off HTTP/2. + + Fix minor Clang-Tidy and Clazy warnings. + + Use higher resolution images from last.fm API. + + Add MD5 token authentication for Subsonic. + + Use 500 albums per request when receiving albums from Subsonic. + + Use QX11Application with Qt >= 6.2 for X11 global shortcuts. + + Allow fading when a ALSA PCM device is selected. + + Store Tidal MPEG-DASH file in data uri. + + Use XSPF image elements as manually set artwork. + + Make error dialog larger. + + Show error dialog for failed SQL queries. + + Show error dialog when failing to read or write album covers. + + Add module music formats (mod, s3m, xm, it) to detected filetypes. + + Disable gapless playback for module music formats to workaround gstreamer bug. + + Update directory ID and song path immediately when organizing collection songs. + + Add right click option to star a playlist in playlist tabs. + + Use seconds instead of minutes for scrobble submit delay. + + New features: + + Add ALSA PCM devices. + + Add song fingerprinting and tracking. + + Add support for native global shortcuts on MATE. + + Add radios view with channels from Radio Paradise and SomaFM. + ------------------------------------------------------------------- Sun Apr 18 16:50:18 UTC 2021 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 7300649..64763d6 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.9.3 +Version: 1.0.0 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later @@ -83,6 +83,7 @@ BuildRequires: pkgconfig(sqlite3) >= 3.9 BuildRequires: pkgconfig(taglib) >= 1.11.1 %if 0%{?suse_version} > 1530 +Requires: qt6-network-tls Requires: qt6-sql-sqlite %else Requires: libQt5Sql5-sqlite