- Update to version 0.6.9

* BugFixes:
 + Fixed playlist metadata updating interfering with manual tag editing.
 + Fixed order of tabs in all windows.
 + Fixed playlist right click using wrong songs for determining menu options when playlist was filtered.
 + Fixed possible crashes on playlist right click.
 + Fixed possible null pointer crash in OSD pretty.
 + Fixed track and title in playlist not being movable.
 + Fixed Subsonic support to handle numeric Json values like track and disc both as strings and integers.
 + Fixed Subsonic compatibility with LMS (Lightweight Music Server).
 + Disabled "open Audio CD" from menu on Windows where CD support is currently not supported.
 + Fixed files containing "MAC" being detected as Monkey's Audio.
 * Enhancements:
 + Improved support for High DPI displays.
 + Added CMake check for backtrace() to fix compilation with musl libc.
 + Made album cover in context adjust to width.
 + Made settings, cover manager, organise dialog and transcode music dialog center on the same display where the mainwindow is located.
 + Removing empty directories when organizing music.
 + Made file selection work in "Show file in browser" for Dolphin and Nautilus.
 + Implemented disk caching of album thumbnails in collection tree.
 + Use a shorter playlist name when songs are added from file view.
 + Disabled optical drives in copy to device menu.
 + Added better error handling for CDDA loading.
 + Added Polish, Hungarian and Korean translations.
 * Removed features:
 + Chartlyrics support (Unstable API).
 + Tidal support (No agreement).
 + QObuz support (No agreement).

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=62
This commit is contained in:
Jonas Kvinge 2020-04-09 00:55:02 +00:00 committed by Git OBS Bridge
parent 1158450e46
commit e66187ee0b
3 changed files with 36 additions and 3 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c52968cf9c41ec8f36225df994f4ad47d1ddd34ac98a2e389094bac1592e8f6
size 9303276

3
strawberry-0.6.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0944d1af71102f46cef260526a974183caa4458faf60b1c2c1ebb8a0c08becd
size 9230916

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Apr 9 00:53:27 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.9
* BugFixes:
+ Fixed playlist metadata updating interfering with manual tag editing.
+ Fixed order of tabs in all windows.
+ Fixed playlist right click using wrong songs for determining menu options when playlist was filtered.
+ Fixed possible crashes on playlist right click.
+ Fixed possible null pointer crash in OSD pretty.
+ Fixed track and title in playlist not being movable.
+ Fixed Subsonic support to handle numeric Json values like track and disc both as strings and integers.
+ Fixed Subsonic compatibility with LMS (Lightweight Music Server).
+ Disabled "open Audio CD" from menu on Windows where CD support is currently not supported.
+ Fixed files containing "MAC" being detected as Monkey's Audio.
* Enhancements:
+ Improved support for High DPI displays.
+ Added CMake check for backtrace() to fix compilation with musl libc.
+ Made album cover in context adjust to width.
+ Made settings, cover manager, organise dialog and transcode music dialog center on the same display where the mainwindow is located.
+ Removing empty directories when organizing music.
+ Made file selection work in "Show file in browser" for Dolphin and Nautilus.
+ Implemented disk caching of album thumbnails in collection tree.
+ Use a shorter playlist name when songs are added from file view.
+ Disabled optical drives in copy to device menu.
+ Added better error handling for CDDA loading.
+ Added Polish, Hungarian and Korean translations.
* Removed features:
+ Chartlyrics support (Unstable API).
+ Tidal support (No agreement).
+ QObuz support (No agreement).
-------------------------------------------------------------------
Thu Feb 20 12:40:19 UTC 2020 - Markus S <kamikazow@opensuse.org>