- 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
This commit is contained in:
parent
37ee04c245
commit
a4e300dd4c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:838238d43cdeaa63cf920e09b8d51507be75fa0ab0252c5e0a3a34eb18ba1c90
|
||||
size 10280356
|
3
strawberry-0.8.4.tar.xz
Normal file
3
strawberry-0.8.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93acf3217ae6b63c6ee469bf8b8a86317f724c018cf7e86c43d663c8066760b
|
||||
size 10781080
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 23:37:38 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- 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 <jonas@jkvinge.net>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user