From a4e300dd4c685f4b47e0d99b3c5063bf7dcd9733163e58a5d29254a0c127a91c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 14 Nov 2020 23:38:51 +0000 Subject: [PATCH] - Update to version 0.8.4: * Bugfixes: + Fix preventing session logout when window is maxmimized. + Fix empty space in organize window when copying songs/playlists to devices. + Fix crash when opening about dialog in a wayland session. + Fix stretched fancy/side tabbar style issue with adwaita style (Fedora/Gnome). + Fix centering star icon on playlist tabbar. + Fix network proxy settings for streaming. + Fix copy URL to clipboard to handle non-ASCII characters. + Fix HiDPI scaling for glow animation and drag over playlist. + Fix smart playlist search by filename. + Fix single letter collection nodes showing before dividers. * Enhancements: + Add support for native global shortcuts on KDE. + Add track progress in system tray icon as an option. + Only strip problematic characters in suggested filename when saving a playlist to file. + Change star/unstar playlist to doubleclick instead of singleclick. + Don't edit playlist name on doubleclick in playlists view. + Make context view top label text selectable. + Add setting to change Qt style. + Clear ID3v3 tags that are empty, and clear ID3v1 tags when setting ID3v3 tags. + Remove remaining uses of QTextCodec. + Remove Core5Compat dependency. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=84 --- strawberry-0.8.3.tar.xz | 3 --- strawberry-0.8.4.tar.xz | 3 +++ strawberry.changes | 27 +++++++++++++++++++++++++++ strawberry.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.8.3.tar.xz create mode 100644 strawberry-0.8.4.tar.xz diff --git a/strawberry-0.8.3.tar.xz b/strawberry-0.8.3.tar.xz deleted file mode 100644 index 7d10aa0..0000000 --- a/strawberry-0.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:838238d43cdeaa63cf920e09b8d51507be75fa0ab0252c5e0a3a34eb18ba1c90 -size 10280356 diff --git a/strawberry-0.8.4.tar.xz b/strawberry-0.8.4.tar.xz new file mode 100644 index 0000000..ffd4756 --- /dev/null +++ b/strawberry-0.8.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93acf3217ae6b63c6ee469bf8b8a86317f724c018cf7e86c43d663c8066760b +size 10781080 diff --git a/strawberry.changes b/strawberry.changes index 901caf9..885bed4 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Nov 14 23:37:38 UTC 2020 - Jonas Kvinge + +- Update to version 0.8.4: + * Bugfixes: + + Fix preventing session logout when window is maxmimized. + + Fix empty space in organize window when copying songs/playlists to devices. + + Fix crash when opening about dialog in a wayland session. + + Fix stretched fancy/side tabbar style issue with adwaita style (Fedora/Gnome). + + Fix centering star icon on playlist tabbar. + + Fix network proxy settings for streaming. + + Fix copy URL to clipboard to handle non-ASCII characters. + + Fix HiDPI scaling for glow animation and drag over playlist. + + Fix smart playlist search by filename. + + Fix single letter collection nodes showing before dividers. + * Enhancements: + + Add support for native global shortcuts on KDE. + + Add track progress in system tray icon as an option. + + Only strip problematic characters in suggested filename when saving a playlist to file. + + Change star/unstar playlist to doubleclick instead of singleclick. + + Don't edit playlist name on doubleclick in playlists view. + + Make context view top label text selectable. + + Add setting to change Qt style. + + Clear ID3v3 tags that are empty, and clear ID3v1 tags when setting ID3v3 tags. + + Remove remaining uses of QTextCodec. + + Remove Core5Compat dependency. + ------------------------------------------------------------------- Fri Oct 23 23:40:05 UTC 2020 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 5ef7b4d..c4d13d6 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later