- 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
This commit is contained in:
Jonas Kvinge 2020-07-13 21:17:10 +00:00 committed by Git OBS Bridge
parent cb4b0736a9
commit 151d744c48
4 changed files with 31 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jul 13 21:16:08 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>
- 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 <jonas@jkvinge.net>

View File

@ -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