From 151d744c48e5fec3aaa3aff1868d00f67646b1ef47a1638abb4426ea5d01f407 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 13 Jul 2020 21:17:10 +0000 Subject: [PATCH] - Update to version 0.6.13: * Bugfixes: + Fixed cut-off text in about dialog. + Fixed increasing play count when stop after track is enabled. + Fixed showing/hiding playing widget when playback is started while window is hidden. + Fixed "Show in file browser" to also work on local songs that are not in the collection. + Fixed "Show in file browser" to work with PCManFM file manager. + Fixed audio analyzer to work with S24LE and F32LE audio formats. + Fixed playlist background image not loading. + Fixed a memory leak when switching between playlists. + Removed use of HTML in systemtray tooltip on KDE, since KDE no longer renders HTML in the systemtray. * Enhancements: + Replaced use of C style casts. + Adapted use of C++11 override. + Improved CMake build files. + Added new on startup options to show maximized or minimized. + Builtin TagLib code is updated and improved. + Made most icon sizes configurable in the settings, and increased default sizes for icons. + Improved fancy tabbar to use font sizes from the theme instead of fixed sizes. + Moving the currently playing song to the top when the playlist is manually shuffled. + Added "a taste of Strawbs" background image. + Fixed unit test for testing playlist model. + Added new unit tests for tagreader. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=71 --- strawberry-0.6.12.tar.xz | 3 --- strawberry-0.6.13.tar.xz | 3 +++ strawberry.changes | 27 +++++++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.6.12.tar.xz create mode 100644 strawberry-0.6.13.tar.xz diff --git a/strawberry-0.6.12.tar.xz b/strawberry-0.6.12.tar.xz deleted file mode 100644 index c595c38..0000000 --- a/strawberry-0.6.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c53207613508da507f0a9cb4b13e23532fe06b9aaf3200d44b5e4b84170aeb79 -size 9311104 diff --git a/strawberry-0.6.13.tar.xz b/strawberry-0.6.13.tar.xz new file mode 100644 index 0000000..0d459fd --- /dev/null +++ b/strawberry-0.6.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29 +size 10156576 diff --git a/strawberry.changes b/strawberry.changes index d9e6e5e..890f43c 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jul 13 21:16:08 UTC 2020 - Jonas Kvinge + +- Update to version 0.6.13: + * Bugfixes: + + Fixed cut-off text in about dialog. + + Fixed increasing play count when stop after track is enabled. + + Fixed showing/hiding playing widget when playback is started while window is hidden. + + Fixed "Show in file browser" to also work on local songs that are not in the collection. + + Fixed "Show in file browser" to work with PCManFM file manager. + + Fixed audio analyzer to work with S24LE and F32LE audio formats. + + Fixed playlist background image not loading. + + Fixed a memory leak when switching between playlists. + + Removed use of HTML in systemtray tooltip on KDE, since KDE no longer renders HTML in the systemtray. + * Enhancements: + + Replaced use of C style casts. + + Adapted use of C++11 override. + + Improved CMake build files. + + Added new on startup options to show maximized or minimized. + + Builtin TagLib code is updated and improved. + + Made most icon sizes configurable in the settings, and increased default sizes for icons. + + Improved fancy tabbar to use font sizes from the theme instead of fixed sizes. + + Moving the currently playing song to the top when the playlist is manually shuffled. + + Added "a taste of Strawbs" background image. + + Fixed unit test for testing playlist model. + + Added new unit tests for tagreader. + ------------------------------------------------------------------- Sun Jun 7 21:56:56 UTC 2020 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 440ab60..95d50fe 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.6.12 +Version: 0.6.13 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later