Version: 1.0.20-bp155.2.3.1
* Mon Sep 25 2023 Jonas Kvinge <jonaski@opensuse.org>
- Add libebur128: enabling song playback loudness normalization
* Sun Sep 24 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.20
+ Fixed appdata validation.
- Update to version 1.0.19
+ Bugfixes:
+ Use shared pointers for objects to fix potential crashes on exit (#1239).
+ Fixed smart playlist search not matching unrated songs (#1244).
+ Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248).
+ Always stop playing after 100 errors to prevent flooding the error dialog (#1220).
+ Fixed volume going to 100% when decreasing volume beyond zero (#1262).
+ Fixed error dialog sometimes showing empty.
+ Enhancements:
+ Add Mpris2 property to read/write rating (#1246).
+ Capitalize playlist column names (#1264).
+ Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com.
+ New features:
+ Support performing song loudness analysis using `libebur128` (#1216).
+ Support song playback loudness normalization, as per EBU R 128 (#1216).
+ Other:
+ Removed last.fm HTTPS workaround and GnuTLS dependency
+ Removed broken lyrics.com lyrics provider.
* Sun Sep 17 2023 Jonas Kvinge <jonaski@opensuse.org>
- Rebuild after abseil-cpp update. (boo#1215227)
* Sat Jul 01 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.18
+ Bugfixes:
+ Fixed reading disc from QObuz songs (#1168).
+ Fixed volume being reset on playback with PulseAudio (#1174).
+ Fixed <br> tags in SQL query error message.
+ Fixed compile with Qt 6 without XCB (QX11Application).
+ Fixed smart playlist editor not properly loading search terms (#1172).
+ Fixed use of fixed icon for playlist favorite star icon (#1178).
+ Possible fix for collection thumbnails using disk cache having identical covers for albums with hashtag (#) in the album title (#1183).
+ Fixed listenbrainz scrobbling for songs with multiple artist mbids.
+ Fixed listenbrainz scrobbling for songs without duration.
+ Fixed gapless playback sometimes not working.
+ Fixed writing PNG images as embedded covers (#1209).
+ Fixed greyscale album covers not working in OSD D-Bus (#1205).
+ Fixed collection thumbnail disk cache with Qt 6.5.1 and newer.
+ Fixed moodbar disk cache with Qt 6.5.1 and newer.
+ Fixed playlist edit tag F2 shortcut only working for title tag (#1210).
+ Append number to filename if the destination file already exist when transcoding audio (#1200).
+ Fixed abseil linking issues with protobuf 1.22.0 and newer.
+ Enhancements:
+ Reduce memory overhead with album cover handling (#1046).
+ Improved listenbrainz error handling.
+ Show error dialog for listenbrainz errors similar to last.fm/libre.fm.
+ Reduce NetworkAccessManager instances.
+ Replace SingleApplication with KDSingleApplication.
+ Require Qt 5.12 or higher.
+ Add new database fields for art_embedded and art_unset.
+ Rewrite album cover loader.
+ Move cover filename settings from collection to covers settings.
+ Add setting to set priorities for album cover types.
+ Add rating filtering to playlist search (#1212).
Version: 1.0.15-bp154.2.9.1
* Sat Mar 04 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.15
+ Bugfixes:
+ Fixed playlist column showing invalid last played date for streams.
+ Fixed crash when the audio bin failed to initialize (#1123, #1133).
+ Fixed duplicated filename when organizing files using dot in the filename (#1136).
+ Fixed tag inline editing for streams (#1130).
+ Fixed resetting play statistics using tag edit dialog (#1124).
+ Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140).
+ Enhancements:
+ Added lyrics from stands4 (lyrics.com).
+ Added Sonogram analyzer.
+ Use GStreamer playbin3 with GStreamer 1.22.0 and higher.
+ Code improvements:
+ Made use of C++11 enum class where possible.
+ Use new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher.
* Fri Jan 13 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.14
+ Fix initial volume not set when using Auto as output (#1104).
+ Fix saving moodbar if the URL contains host, ie.: UNC paths for SMB (#1101).
+ Fix CollectionBackendTest compile error (#1100).
+ Remove explicitly enabling debug messages (#1106).
* Mon Jan 09 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.13
+ Fixed volume synchronization leading to infinite loop resulting in crash when adjusting volume while playing (#1089).
+ Fixed incorrect volume.
+ Fixed collection organizing incorrectly handling slashes inside {} brackets for variables (#1091).
+ Fixed saving relative playlists to non-existing playlist files (#1092).
+ Fixed intermittent crash on collection model query (#1095).
+ Require system icons for fancy tabbar and settings sidebar to be larger than 22x22 (#1084).
* Mon Jan 02 2023 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.12
+ Fixed crash when adjusting volume with mouse wheel (#1089).
+ Fixed playback stopping in certain cases where the next track was unavailable (#958).
+ Removed appearance settings for changing palette colors, it was never properly implemented.
* Fri Dec 30 2022 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.11
+ Bugfixes:
+ Capitalize GLib application name so it appears nicely in GNOME and PulseAudio Volume Control (#1066).
+ Fixed missing application icon for PulseAudio Volume Control (#1066).
+ Ignore errors for missing albums when updating Tidal collection if there are results (#1061).
+ Only run periodic collection scan when moitoring collection setting is on.
+ Fixed an edge case where the context headline text was being cut short (#1067).
+ Made "Show in file browser" support SpaceFM filemanager (#1073).
+ Fixed incorrect tab order in edit tag dialog (#1075).
+ Changed "FMPS_PlayCount" to "FMPS_Playcount" when saving tag (#1074).
+ Fixed compilation tag read and write for MP4 (#1076).
+ Removed incorrect use of "TPE1" for performer when reading ID3 tags (#1076).
+ Disable tag fields for unsupported tags in tag editor.
+ Don't allow organizing files without unique tags (track or title) for filename (#1077).
+ Don't remove disc from album title when creating cover hash to allow different covers for each disc on an album (#1069).
+ Fixed incorrect relative paths for song filenames when saving playlists if the saved playlist location is a symablic link to the song filename (#1071).
+ Scrobble "Various Artists" as album artist (#1082).
+ Enhancements:
+ Use system volume instead of own software volume when available (#1037).
+ Improved Tidal and Qobuz support with timed requests.
+ Support MPRIS2 xesam:userRating.
* Fri Oct 21 2022 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.10
+ Bugfixes:
+ Fixed "Could not open settings file for writing: No such file or directory" error before settings file is created.
+ Fixed visual glitch on currently playing track (#1051).
+ Fixed "Unknown error" on Tidal search (#1047).
+ Fixed incomplete lyrics from Genius.
+ Fixed icons not showing in the file view on some systems (#1024).
+ Fixed issues with context and playing widget stopping when using VLC (#1054).
+ Enhancements:
+ Fixed narrowing conversions in connects.
+ Fixed casts from QByteArray.
+ Removed subdir for generated dbus files
+ Removed use of fixed font in context (#1040).
+ Improve Musixmatch lyrics search.
* Sat Sep 03 2022 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.9
+ Fixed parsing album title from radio stream metadata (#1023).
* Mon Aug 29 2022 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.8
+ Bugfixes:
+ Fixed backslash being appended to filter text when switching playlist (#1005).
+ Fixed OSD notifications service registering taking too long to timeout when not available.
+ Fixed radio stream added twice when double-clicked (#1015).
+ Fixed translating undo and redo buttons (#1017).
+ Enhancements:
+ Use ICU instead of iconv to transliterate characters for filenames.
+ Make separating albums by grouping tag optional in collection group by album.
+ Added support for video game music formats VGM and SPC.
+ Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016).
Version: 0.9.3-bp153.1.1
* Sun Apr 18 2021 Jonas Kvinge <jonaski@opensuse.org>
-Update to version 0.9.3:
+ Bugfixes:
+ Fix "Show in file browser" to work with thunar.
+ Check that the clicked rating position is to the right or left of the rectangle.
+ Fix rescan when collection directory is removed and readded.
+ Enhancements:
+ Allow editing playlist metadata for radio streams.
+ Make CollectionQuery subclass QSqlQuery, avoid copying QSqlQuery.
+ Only enable FTS3 when schema needs upgrading, since FTS5 is used for search.
+ Add setting for configuring the color for the currently playing song.
+ Add setting to turn on OSD Pretty fading.
+ Add commandline option to resize window.
* Thu Mar 25 2021 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 0.9.2:
+ Fix marking songs available.
+ Fix crash when transcoding music, or copying music to devices with transcoding.
+ Fix copying album covers to iPod.
+ Fix playlist tabbar close and save right click actions.
+ Fix slow opening of cover manager.
* Sat Mar 13 2021 Jonas Kvinge <jonaski@opensuse.org>
- Update to version 0.9.1:
+ Bugfixes:
+ Fix duplicating songs in the DB when organizing songs between 2 different collection directories.
+ Fix overwriting existing newer last played when importing last played from last.fm.
+ Fix memory leak on song change when moodbar is disabled.
+ Fix playlist filter search for text with spaces with Qt 6.
+ Fix 'Except between tracks on the same album' backend fade option always greyed out.
+ Fix read and save vorbis comment grouping tag.
+ Fix QAtomicInteger compile error on armv.
+ Fix compile error with protobuf 3.15.0 and newer.
+ Fix possible tagreader (messagereply) crashes.
+ Fix save album cover when album directory and no overwrite is used for saving covers.
+ Fix right click save cover action when album has embedded cover.
+ Fix temporary art saved to /tmp.
+ Fix playlist bitrate sometimes stuck when changing track to previous.
+ Enhancements:
+ Improve Musixmatch cover and lyrics search.
+ Decode any HTML entities in some rare cases they appear in the retrieved lyrics from the API's.
+ Use mimetype instead of description from stream metadata by default when updating song filetype.
+ Set limits for collection pixmap cache based on size units.
+ Convert all signal/slot connections to new Qt 5/6 syntax.
+ Improve album cover management.
+ Add right click actions to clear set cover, and option delete covers.
+ Show artist and album underneath the albums in the cover manager when all Artists is selected.
+ Disable unavailable right click cover actions.
+ Remove 3rdparty TagLib now that TagLib 1.12 is available.
+ New features:
+ Add option and support for saving embedded covers for FLAC, Ogg Vorbis, MP3 and MP4/AAC.
- Remove use of deprecated USE_SYSTEM_TAGLIB CMake option.
* Wed Dec 23 2020 Jonas Kvinge <jonaski@opensuse.org>
- Use cmake_build macro
- Use Qt 6 on tumbleweed
* Sat Dec 19 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.8.5:
* Bugfixes:
+ Fix return type of SmartPlaylistQueryWizardPlugin::type().
+ Fix comparison between QChar and integer to use QChar::unicode().
+ Fix return type of qHash with Qt 6 to use size_t instead of uint.
+ Fix tag edit dialog save process sometimes stuck.
+ Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.
+ Fix CUE parser handling of values with empty quotes.
+ Fix broken year and disc collection groupings with CUE songs.
+ Fix HTML escaping showing up in OSD notifications when using custom text.
* Enhancements:
+ Add Swedish translation.
+ Made Qt X11Extras and WinExtras modules optional.
+ Save and restore geometry in edit tag dialog.
+ Add command line option to play a playlist based on name.
+ Change double-click behaviour in cover manager to open fullsize cover.
* Sat Nov 14 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 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.8.3:
+ Fixed updating playing widget song details in small cover mode.
+ Fixed file extension when transcoding songs.
+ Fixed updating album cover to collection in edit tag dialog when pressing save.
+ Fixed songs with empty artist in collection.
+ Fixed possible crashes with stream discovery.
+ Fixed setting engine state to null.
+ Fixed tagreader crash with empty APE tags.
+ Fixed a gstreamer memory leak.
* Tue Oct 13 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.8.2:
* Bugfixes:
+ Fixed broken transition to next song for CUE files with certain audio formats (regression since version 0.6.13).
+ Fixed all collection divider keys showing on top with some language collate settings (regression in version 0.8.1).
+ Fixed SQL querying songs by song ID when song ID is a string.
+ Fixed saving album covers for LMS Subsonic servers.
+ Fixed reading song creation dates with LMS Subsonic servers.
+ Fixed saving initial settings.
+ Removed use of HTML in system tray icon tooltip for all desktop environments instead of just KDE and Cinnamon.
* Fri Oct 09 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.8.1:
* Bugfixes:
+ Fixed engine selection in backend settings with Qt 6.
+ Fixed pixelated playlist source icon for currently playing song.
+ Fixed crash when deleting queued songs from playlist.
+ Fixed situations where songs could disappear or be shown multiple times with certain collection groupings.
+ Fixed initial sizes of playlist header columns.
+ Fixed Strawberry preventing logout.
+ Fixed incorrectly splitting of basename for moodbar and transcoding for filenames with several dots.
+ Fixed certain cases where "playing now" for scrobbler were sent twice.
+ Fixed album cover loaded twice for certain songs causing slugglish playing widget.
+ Fixed playing widget to draw text after album cover is fully shown.
+ Fixed crash when trying to copy a closed playlist to a device.
+ Fixed incorrect song source for CUE songs when added through the collection watcher.
+ Disable use of HTML in system tray tooltip on Cinnamon too.
+ Remove problematic '&' character from OSD messages.
* Enhancements:
+ Improved playlist autoscrolling.
+ Only allow playlist right click tag editing for editable songs.
+ Read song creation time from subsonic API.
+ Remember manually set compilation status for albums when songs are rescanned.
+ Added icons for edit tag playlist right click menu actions.
+ Maximize dialogs if they are already open when clicked again in the menu.
+ Added support for compilation tag to edit tag dialog.
+ Show song info and album cover in OSD on stop and pause.
+ Reshow OSD on song restart.
+ Always save initial settings.
+ Removed use of deprecated gstreamer "low-percent" (Minimum buffer fill setting).
+ Added buffer low and high watermark settings to backend settings.
+ Make use of newer version of the desktop notifications service when available.
* New features:
+ Added setting for enabling scrobbling based on song source.
+ Added optional delete from disk in collection and playlist.
+ Added Last.fm import data wizard.
+ Added smart and dynamic playlists.
+ Added song ratings.
+ Added Qobuz streaming support.
+ Added Subsonic server side scrobbling support.
+ Load thumbnails from iPods to show under device collection.
* Sat Aug 15 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.7.2:
* Bugfixes:
+ Fixed installation directory for translations.
+ Fixed collection sorting for non-ASCII characters.
+ Fixed closing connected devices on exit.
* Fri Aug 14 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.7.1:
* Bugfixes:
+ Fixed incorrectly mapped global shortcuts keys "2" and "3".
+ Fixed Last.fm scrobbling to correctly start array notation for parameters at 0 and not 1.
+ Fixed sending trackNumber correctly for Last.fm and Libre.fm scrobbling.
+ Fixed collection search when using special characters in the search query.
+ Fixed reading and saving MP4 lyrics tag.
+ Fixed reading ASF comment tag.
+ Fixed adding playlist songs outside the collection when there are multiple files with the same URL.
+ Fixed the rescan songs option to work with local songs outside of the collection.
+ Fixed problems with editing song metadata in the playlists.
* Enhancements:
+ Simplified and improved startup behaviour code.
+ Adapted all source code to be compatible with Qt 6, and increased required Qt version to 5.8.
+ Added option to compile with Qt 6 (-DWITH_QT6=ON).
+ Base warning for show in file browser on unique directories to avoid unneeded warning about opening many files.
+ Use album artist instead of artist for album repeat mode when available.
+ Added extra safety for overwriting files for filesystem storages when organizing files.
+ Remove diacritics in FTS search.
+ Improved playlist context menu.
+ Added fatal CMake error for missing protobuf compiler.
+ Added support for parsing radio streams metadata with tilde in title.
+ Added CMake option to install translation files.
+ (Unix) Added playback actions to desktop file.
* Removed features:
+ Removed Xine engine support.
+ Removed broken imobiledevice (iPhone) support.
* Mon Jul 20 2020 Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints for ppc64le avoid "no space left on device" build error
* Mon Jul 13 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 07 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.12:
* Bugfixes:
+ Fixed height of about dialog.
* Enhancements:
+ Only save settings for pages that actually has been changed.
+ Replaced use of deprecated Qt functionality as of 5.15.
+ Made scrobbler show error dialog for all errors when show error dialog option is on.
+ Dont append disc to album titles for Subsonic and Tidal.
+ Sort folders added from file view.
+ Changed default collection grouping to album - disc.
* Sat May 16 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.11:
* Bugfixes:
+ Fixed MPRIS missing art url when playing albums with embedded cover.
+ Fixed updating local non collection songs when manually unsetting cover.
+ Fixed infinite loop and preceding crash when CSS background-color was set in qt5ct.
+ Fixed UI freeze when updating the database from a large Subsonic or Tidal collection.
+ Fixed crash when CD loading fails in devices.
+ Fixed CD devices showing up with having 0 songs after loading.
+ Fixed the album cover loading indicator being stuck if no cover providers were available.
+ Fixed the playing widget not updating artist, album or title after metadata has changed for a song when no album cover was loaded.
* Enhancements:
+ Sort songs in collection by song title instead of track if previous grouping is not the album.
+ Added option to switch on/off automatically searching for album covers to context settings.
+ Reset last played song when playlist is finished.
+ Checking content type of received HTTP request for image when receiving album covers.
+ Added option to scrobbler setting for turning off login error popup.
+ Made MusicBrainz and Discogs cover providers respect rate limiting.
* New features:
+ Added option to show/hide sidebar.
+ Added settings for selecting album cover and lyrics providers.
+ Added album covers from Musixmatch and Spotify.
+ Added lyrics from Genius, Musixmatch and ChartLyrics.
* Fri May 01 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.10:
* Bugfixes:
+ Fixed Subsonic album covers not working for albums with non ASCII charcters.
+ Fixed reading date and genre from individual tracks in CUE sheets.
+ Fixed resume playback on startup for CUE songs.
+ Fixed album cover manager not showing complete album titles in the list of album covers.
+ Fixed save album cover to file saving "no cover" image instead of actual album cover.
+ Fixed device state text color in devices not being visible when using a dark theme.
+ Fixed engine and device in context using too large icons when icons were loaded from the system theme.
+ Fixed "Secure connection setup failed" problem on Windows when playing streams.
+ Fixed margin for song title text in context.
+ Fixed UNC paths with non ASCII charcters not working.
* Enhancements:
+ Allowing all characters except slash and backslash when organising music unless options to strip characters is checked.
+ New option in organising music to remove problematic filename characters that removes less characters than the FAT option.
+ General improvements to the album cover loader and album cover providers code.
+ Fixed loading album cover images from album directory for songs added to the playlist from outside of the collection.
+ Made automatic album cover search work for songs outside of the collection and for streams.
+ Made album cover search work based on artist + title if album title is not present for providers supporting song/track search.
+ Update art manual in playlist for local files, devices and CDDA to avoid loading covers multiple times.
+ Made lyrics search work for streams.
+ Added "add stream" to menu.
+ Only showing song length in context when available.
+ Sort album cover search results by score and pick the best 3 first before trying others to improve album cover search speed.
+ Make scrobbler work for streams.
+ Added search for lyrics as a seperate option in context.
+ Made font and font sizes in context configurable.
+ Splitting artist and song title to the relevant metadata when artist and song title is sent as title seperated by a dash in streams.
+ Added label to show collection pixmap disk cache used in settings.
+ Icreased default collection pixmap disk cache to 360.
* New features:
+ Added back Tidal streaming support.
+ Added Qobuz album cover provider.
* Removed features:
+ Removed Phonon engine support.
* Thu Apr 09 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 2020 Markus S <kamikazow@opensuse.org>
- Clean up strawberry.spec file by removing conditions for EOL Leap 42.x.
* Sun Jan 05 2020 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.8
+ Fixed stuck tabbar and collection GUI with some themes.
+ Fixed possible crashes related to QProxyStyle.
+ Fixed a bug where metadata in the playlist was not updated when editing metadata for the current playing track.
+ Fixed crash when deleting a folder with playlists.
+ Fixed restoring to correct screen when maximized.
+ Increased lyrics score if lyrics text is larger than 60 characters to avoid using "no lyrics available" text.
+ Made context title and summary changeable.
+ Added option to disable playlist clear button.
+ Added confirmation dialog before clearing playlists with more than 500 songs.
+ Added German, French, Italian and Indonesian translations.
+ Added StartupWMClass to desktop file.
+ Replaced use of Qt deprecated functionality as of 5.14.
* Wed Nov 27 2019 Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.7
+ Fixed crash when cancelling scrobbler authentication
+ Fixed "Double clicking a song in the playlist" behaviour setting
+ Fixed "Pressing Previous in player" behaviour setting
+ Fixed updating compilations where there are spaces or special characters in filenames
+ Fixed cases where songs were stuck in "Various Artists" because not all songs in
the same compilation was removed from the model before readded with actual artist.
+ Fixed a bug when importing playlists where metadata was reset
+ Fixed scrobbler to also scrobble songs without album title
+ Fixed text for replay gain setting not loading in backend setting
+ Added back lyrics from Chartlyrics
+ Added ability to show fullsize cover on double-click in playing widget
+ Added separator between "unset cover" and "show fullsize" in popup menu
+ Removed left click on analyzer to popup menu
+ (Windows) Added killproc executable to terminate running process before uninstalling