strawberry-audio-player-win.../Changelog

1127 lines
55 KiB
Plaintext
Raw Normal View History

2018-02-27 18:06:05 +01:00
Strawberry Music Player
=======================
ChangeLog
2018-05-02 00:18:54 +02:00
2023-03-19 22:03:55 +01:00
Unreleased:
Bugfixes:
* Fixed lyrics from Musixmatch.
* Fixed possible file corruption when saving both tags and embedded cover using the tag editor (#1158).
* Fixed compile without GStreamer.
2023-03-25 16:49:19 +01:00
* Fixed context and playing now album art rendering on High DPI displays (#1161).
* Fixed setting source properties (device, user-agent, ssl-strict) with GStreamer 1.22 (playbin3) and higher (#1148).
* Fixed rescan songs feature not ignoring mtime.
2023-03-19 22:03:55 +01:00
* Search lyrics by artist instead of album artist by default.
Code improvements:
* Replace use of deprecated QSqlDatabase::exec().
2023-03-25 16:49:19 +01:00
Added features:
* Added backend setting for strict SSL mode.
* Read AcoustID and MusicBrainz tags.
* Submit MusicBrainz tags with ListenBrainz.
2023-03-19 22:03:55 +01:00
2023-03-04 15:46:51 +01:00
Version 1.0.15 (2023.03.04):
2023-02-11 01:49:10 +01:00
Bugfixes:
* Fixed playlist column showing invalid last played date for streams.
2023-03-04 15:45:33 +01:00
* Fixed crash when the audio bin failed to initialize (#1123, #1133).
2023-02-11 01:49:10 +01:00
* Fixed duplicated filename when organizing files using dot in the filename (#1136).
2023-03-04 15:45:33 +01:00
* Fixed tag inline editing for streams (#1130).
2023-02-11 01:49:10 +01:00
* Fixed resetting play statistics using tag edit dialog (#1124).
2023-03-04 15:45:33 +01:00
* Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140).
2023-02-11 01:49:10 +01:00
Enhancements:
* Added lyrics from stands4 (lyrics.com).
* Added Sonogram analyzer.
2023-03-04 15:45:33 +01:00
* 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.
2023-02-11 01:49:10 +01:00
2023-01-13 22:21:54 +01:00
Version 1.0.14 (2023.01.13):
2023-01-13 22:15:07 +01:00
Bugfixes:
* 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).
2023-01-09 22:46:59 +01:00
Version 1.0.13 (2023.01.09):
2023-01-06 23:14:28 +01:00
Bugfixes:
* Fixed volume synchronization leading to infinite loop resulting in crash when adjusting volume while playing (#1089).
2023-01-08 18:36:32 +01:00
* Fixed incorrect volume.
2023-01-06 23:14:28 +01:00
* Fixed collection organizing incorrectly handling slashes inside {} brackets for variables (#1091).
* Fixed saving relative playlists to non-existing playlist files (#1092).
2023-01-08 18:36:32 +01:00
* Fixed intermittent crash on collection model query (#1095).
2023-01-06 23:14:28 +01:00
* Require system icons for fancy tabbar and settings sidebar to be larger than 22x22 (#1084).
2023-01-02 18:56:49 +01:00
Version 1.0.12 (2023.01.02):
2023-01-02 18:54:57 +01:00
Bugfixes:
* Fixed crash when adjusting volume with mouse wheel (#1089).
* Fixed playback stopping in certain cases where the next track was unavailable (#958).
* (Windows) Apply patch for fonts too large on High DPI screen (QTBUG-108593).
Removed features:
* Removed appearance settings for changing palette colors, it was never properly implemented.
2022-12-30 18:52:59 +01:00
Version 1.0.11 (2022.12.30):
2022-12-04 03:18:02 +01:00
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).
2022-12-30 18:52:34 +01:00
* Scrobble "Various Artists" as album artist (#1082).
2022-12-04 03:18:02 +01:00
Enhancements:
* Use system volume instead of own software volume when available (#1037).
* Improved Tidal and Qobuz support with timed requests.
2022-12-30 18:52:34 +01:00
* Support MPRIS2 xesam:userRating.
2022-12-04 03:18:02 +01:00
2022-10-21 23:39:59 +02:00
Version 1.0.10 (2022.10.21):
2022-10-09 22:18:20 +02:00
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).
2022-10-15 14:39:49 +02:00
* Fixed incomplete lyrics from Genius.
* Fixed icons not showing in the file view on some systems (#1024).
2022-10-21 23:38:29 +02:00
* Fixed issues with context and playing widget stopping when using VLC (#1054).
2022-10-15 14:39:49 +02:00
* (macOS) Fixed search field related crash when playlist toolbar is turned off.
2022-10-09 22:18:20 +02:00
Enhancements:
* Fixed narrowing conversions in connects.
* Fixed casts from QByteArray.
* Removed subdir for generated dbus files
* Removed use of fixed font in context (#1040).
2022-10-21 23:38:29 +02:00
* Improve Musixmatch lyrics search.
2022-10-09 22:18:20 +02:00
2022-09-03 20:40:14 +02:00
Version 1.0.9 (2022.09.03):
2022-09-01 22:06:00 +02:00
Bugfixes:
* Fixed parsing album title from radio stream metadata (#1023).
* (macOS) Fixed Strawberry not starting, incorrect rpath for libgcc_s.1.1.dylib (#1025).
2022-09-03 20:34:25 +02:00
* (macOS) Fixed HTTP streaming.
2022-09-01 22:06:00 +02:00
2022-08-29 17:54:05 +02:00
Version 1.0.8 (2022.08.29):
2022-08-27 23:14:56 +02:00
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).
* (Windows|MSVC) Install Visual C++ runtime redistributable automatically in installer.
2022-07-25 21:45:27 +02:00
Version 1.0.7 (2022.07.25)
2022-07-17 01:50:58 +02:00
2022-07-25 21:45:27 +02:00
Bugfixes:
2022-07-24 23:44:54 +02:00
* Fixed checking file extension case-insensitive when loading and saving playlists.
* Fixed reading and saving rating with TagParser.
* (macOS/Windows) Fixed playlist column alignment. Applied patch for Qt bug QTBUG-103576 (#999).
2022-07-25 15:28:25 +02:00
* (Windows|MinGW) Fixed HLS streaming.
* (Windows|MSVC) Fixed MP3 encoding.
2022-07-24 23:44:54 +02:00
Enhancements
* Added option for selecting file extension when saving all playlists.
2022-07-17 01:50:58 +02:00
2022-07-24 23:44:54 +02:00
Version 1.0.6 (2022.07.17)
2022-07-25 21:45:27 +02:00
Bugfixes:
2022-07-17 01:50:58 +02:00
* Fixed certain albums not added to playlist in correct track order from search for Tidal and QObuz.
* Fixed songs not added to playlist in numeric order when added from file view with right click (#977).
* Fixed "Stop after this track" graying out next track in dynamic mode (#912).
* Fixed a gstreamer caps leak when transcoding songs.
2022-07-17 01:53:39 +02:00
* Fixed errors in translation files (#994).
2022-07-17 01:50:58 +02:00
Enhancements
* Add songs to the collection even when they have invalid ctime or mtime.
* Made ListenBrainz scrobbler respect "Prefer album artist" option (#989).
2022-07-17 01:52:21 +02:00
* Send track duration, number, player name and version when scrobbling to ListenBrainz (#995).
2022-07-17 01:50:58 +02:00
* (macOS) Added missing HLS streaming plugin.
2022-06-10 21:50:35 +02:00
Version 1.0.5 (2022.06.10)
2022-06-09 23:38:25 +02:00
2022-07-17 01:50:58 +02:00
Bugfixes:
2022-06-09 23:38:25 +02:00
* Fixed smart playlist filetype search.
* Fixed Radio Paradise URLs to use HTTPS instead of HTTP.
* Fixed horizontal scrolling not affecting currently playing track (#952).
2022-06-10 00:01:21 +02:00
* Fixed keep running in the background when window is closed with Wayland (#964).
2022-06-09 23:38:25 +02:00
* Fixed percent-encoding of URLs when loading and saving XSPF playlists (#821).
* Fixed fancy tabbar context menu showing on right clicks outside of tabbar when a song is playing.
* Fixed possible duplicating songs in the database when moving songs to the collection using the organize feature.
2022-06-10 00:01:21 +02:00
* (Windows|MSVC) Fixed moodbar fftw3 crash with (older) CPU's that does not support AVX2 (#944).
* (Windows|MSVC) Fixed using libiconv for converting characters when organizing files like with MinGW.
2022-06-09 23:38:25 +02:00
Enhancements
* Show more details in error dialog on GStreamer errors (#958).
* Allow setting blur amount of playlist background image up to 100px (#939).
* Include 128x128 icon sizes (#954).
* Show right click copy context menu in context view on top text and lyrics (#965).
* Improve fading between album covers in context view.
* Added option for overwriting database playcounts in collection settings (#962).
* Added option for disabling bar on currently playing track (#972).
* (Debian) Added Qt 6 support to debian files and build with Qt 6 for Debian Bookworm, Ubuntu Jammy and newer.
* (Windows|MSVC) Added libav/ffmpeg plugin.
2022-04-10 14:08:25 +02:00
Version 1.0.4 (2022.04.10)
2022-04-10 12:19:23 +02:00
Bugfixes:
* Fixed use-after-free memory in ALSA PCM device finder.
* Translate global shortcuts.
* (Windows) Fixed registering 0-9 numpad keys in global shortcuts.
Enhancements
* Added save all playlists action.
* (Windows) Made updater support both MSVC and MinGW.
* (Windows) Added HLS support.
Other:
* Removed use of custom font in context.
2022-03-24 21:23:36 +01:00
Version 1.0.3 (2022.03.24)
2022-03-24 21:21:24 +01:00
Bugfixes:
* Remove slash and backslash from filenames when saving album covers using album directory cover filenames (#903).
* Remove playlist file-extensions from accepted audio file extensions (#909).
* Fixed Qobuz requests only receiving the first 50 albums (#922).
* (Windows|MinGW) Fixed streaming stopping at the end of each track. libsoup downgraded from 3.0 to 2.74.
* (Windows|MSVC) Fixed initial database schema failure caused by CRLF line-endings in schema files.
New features
* Added support for bs2b (Improved headphone listening of stereo audio records using Bauer stereophonic-to-binaural DSP) (#249).
2022-02-20 16:58:08 +01:00
Version 1.0.2 (2022.02.20)
2022-01-29 00:31:28 +01:00
Bugfixes:
* Fixed showing menu when clicking icon for collection and internet search tool buttons
2022-02-05 19:37:32 +01:00
* Fixed ignoring devices with system mounts as defined by GIO (#410).
2022-01-29 00:31:28 +01:00
* Fixed updating database when deleting songs from filesystem devices.
2022-02-15 23:33:09 +01:00
* Fixed unregistered metatype when listing songs from MTP devices with Qt 6.
2022-02-05 19:37:32 +01:00
* Fixed using entered password when testing Subsonic settings before pressing save (#879).
* Fixed downloading Subsonic album covers.
2022-02-15 23:33:09 +01:00
* Fixed subsonic album covers downloaded several times for each album when MD5 authentication was enabled (#885).
* Fixed volume going to 100% when pressing volume down with MRPIS2 and global shortcuts (#884).
* Fixed incorrect rounding when setting volume through MPRIS2 (#894).
2022-02-05 19:37:32 +01:00
* Fixed delete from disk not showing up in the menu when one or more CUE songs were selected.
2022-02-15 23:33:09 +01:00
* Fixed possible crashes when switching songs when fading is enabled (#890).
* Fixed X11 global shortcuts not working unless window was in focus with Qt 6.2 and higher (#893).
2022-02-20 16:57:20 +01:00
* Fixed scrobbler re-sending scrobbles to fast on error (#898).
2022-01-29 00:31:28 +01:00
Enhancements
* Log Qt version on startup.
2022-02-15 23:33:09 +01:00
* Added button for deleting existing Subsonic songs (#883).
2022-01-29 00:31:28 +01:00
* Make collection watcher ignore files with "qt_temp" filename and tmp extension.
2022-02-05 19:37:32 +01:00
* Require Qt 5.9 or higher.
* Added scrollbars to edit tag dialog (#888).
* Added advanced settings for configuring collection watcher.
* Disable open audio CD menu when compiled without audio CD support.
* Replaced use of deprecated QMouseEvent constructor as of Qt 6.4.
2022-02-15 23:33:09 +01:00
* Replaced use of deprecated QCryptographicHash::addData overload as of Qt 6.4.
2022-01-29 00:31:28 +01:00
Removed features:
* Removed broken "nomedia" / "nomusic" file handling.
2022-01-08 15:20:32 +01:00
Version 1.0.1 (2022.01.08)
2021-10-24 18:32:14 +02:00
Bugfixes:
2022-01-08 14:42:53 +01:00
* Fixed collection and internet search filter tool button menu arrow overlap (#796).
* Fixed stop after this track button with Qt 6 (#795).
* Fixed not updating the URL when songs were moved on disk when the fingerprinting feature is enabled.
* Fixed SQL query error for songs with an invalid modification time (#815).
* Fixed blocky rendering of the currently playing track with high resolution screens (#794).
* Fixed incorrect playlist column filesize for radio streams.
* Fixed deleting embedded album cover from Ogg songs.
* Fixed parsing of Cue tracks with 1-digit minutes (#836).
* Fixed updating of playlist summary after reloading items when adding songs from files outside of the collection (#848).
* Fixed always saving metadata when saving playlists for Tidal, Qobuz and Subsonic songs independent of playlist setting (#851).
* Fixed setting media shortcuts when using kglobalaccel (#849).
* Fixed parsing of Genius lyrics when they are sometimes received in a different HTML format.
* Fixed saving MP4 specific tags as UTF-8 (#830).
* Fixed clearing "manually set" cover when saving album covers embedded from outside of the tag editor (#858).
* Fixed aborting collection scan when Strawberry exists to avoid hang on exit.
* Fixed resuming collection scan when adding a new directory after collection scan was aborted.
* Fixed excluding hidden songs from the collection.
* Disabled moodbar for CUE songs since they can not be supported properly (#865).
* (Windows) Added gstreamer gstxingmux plugin to fix transcoding to MP3 (#856).
2021-10-24 18:32:14 +02:00
Enhancements:
2022-01-08 14:42:53 +01:00
* Made playlist header column text elided (#801).
* Added support for reading and writing playcounts and ratings from/to tags.
* Added support for setting rating using the edit tag dialog.
* Added setting to enable/disable playlist toolbar (#809).
* Added component type, content_rating type and releases to AppStream data file (#806).
* Removed unused "mark as listened" option in organize dialog.
* Fixed some clazy warnings and narrowing conversions in the source code.
* Replaced uses of macros in the source code.
* Added a more user-friendly error message when receiving encrypted streams from Tidal (#824).
* Added support for port-pattern entered in the device textbox when using Jack as output (#828).
* Added Spanish (Spain) translation.
* Added support for more CUE filenames (#835).
2021-10-24 18:32:14 +02:00
* (Windows) Add gstreamer dash plugin.
2021-10-17 20:30:57 +02:00
Version 1.0.0 (2021.10.14)
2021-04-25 21:20:43 +02:00
Bugfixes:
2021-05-26 17:04:29 +02:00
* Fix updating temporary metadata when reloading songs outside of the collection.
* Don't strip off "Live" from song title when sending scrobbles.
2021-07-02 02:26:34 +02:00
* Fix incorrect use of QFutureWatcher.
2021-08-25 03:19:42 +02:00
* Fix compile of Utilities::Hmac with Qt 6.2.
2021-07-14 13:12:20 +02:00
* Fix a memory leak when using right click context menu in internet search.
* Fix a gstreamer bus leak when adding streams and remote playlists.
2021-10-09 22:25:27 +02:00
* Fix "Source ID x was not found when attempting to remove it" error.
2021-09-26 19:03:01 +02:00
* Escape ampersands in playlist tabs.
2021-10-14 20:50:20 +02:00
* Fix analyzer with S24_32LE audio format.
* (macOS) Fix incorrect playlist alternating row colors with dark theme.
2021-04-25 21:20:43 +02:00
* (Windows) Fix adding songs with Japanese characters from the files tab.
Enhancements:
* Add replaygain fallback gain setting.
2021-05-26 17:04:29 +02:00
* Add option to turn off playlist alternating row colors.
* Make the default tabbbar background color lighter.
2021-08-25 03:19:42 +02:00
* Remove use of deprecated WinExtras Qt module.
2021-05-26 17:04:29 +02:00
* Add CMake test for Qt sqlite support.
* Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is not specified.
* Correct playlist tabbar favorite tooltip from "click" to "double-click".
* Remove scroll over icon to change track option since it does not work reliable.
2021-06-12 16:05:47 +02:00
* Improve resume playback on startup.
* Re-request stream URL for Tidal and QObuz when resuming playback after pausing for more than 30 seconds.
* Add Finnish, Ukrainian, Dutch, Japanese, Chinese, Catalan and Portuguese (Brazil).
2021-07-02 02:26:34 +02:00
* Add support for TagParser (https://github.com/Martchus/tagparser) as an alternative to TagLib.
2021-09-26 19:03:01 +02:00
* Add Subsonic option to turn off HTTP/2.
2021-07-02 02:26:34 +02:00
* Fix minor Clang-Tidy and Clazy warnings.
2021-07-30 21:17:53 +02:00
* Use higher resolution images from last.fm API.
* Add MD5 token authentication for Subsonic.
* Use 500 albums per request when receiving albums from Subsonic.
2021-08-25 03:19:42 +02:00
* Use QX11Application with Qt >= 6.2 for X11 global shortcuts.
* Allow fading when a ALSA PCM device is selected.
2021-09-26 19:03:01 +02:00
* Store Tidal MPEG-DASH file in data uri.
* Use XSPF image elements as manually set artwork.
* Make error dialog larger.
* Show error dialog for failed SQL queries.
* Show error dialog when failing to read or write album covers.
2021-10-14 20:50:20 +02:00
* Add module music formats (mod, s3m, xm, it) to detected filetypes.
* Disable gapless playback for module music formats to workaround gstreamer bug.
2021-10-09 22:25:27 +02:00
* Update directory ID and song path immediately when organizing collection songs.
* Add right click option to star a playlist in playlist tabs.
* Use seconds instead of minutes for scrobble submit delay.
2021-05-26 17:04:29 +02:00
* (macOS) Build with libgpod.
2021-08-25 03:19:42 +02:00
* (Windows) Fix compile with MSVC.
2021-04-25 21:20:43 +02:00
2021-07-30 21:17:53 +02:00
New features:
* Add ALSA PCM devices.
* Add song fingerprinting and tracking.
* Add support for native global shortcuts on MATE.
* Add radios view with channels from Radio Paradise and SomaFM.
2021-10-17 20:30:57 +02:00
Version 0.9.3 (2021.04.18)
2021-04-11 03:24:21 +02:00
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.
2022-12-04 03:18:02 +01:00
* Fix rescan when collection directory is removed and re-added.
2021-04-15 21:06:09 +02:00
* Create GLib main event loop on non-glib systems to fix stream discoverer.
2021-04-11 03:24:21 +02:00
* (macOS) Fix intermittent abort on startup.
2021-04-15 21:06:09 +02:00
* (macOS) Fix Tidal and Qobuz search field not showing.
2021-04-11 03:24:21 +02:00
* (macOS) Add tidal URL scheme to Info.plist.
2021-04-15 21:06:09 +02:00
* (macOS) Fix Tidal OAuth authentication.
2021-04-11 03:24:21 +02:00
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.
2021-04-15 21:06:09 +02:00
* Add setting to turn on OSD Pretty fading.
* Add commandline option to resize window.
2021-04-11 03:24:21 +02:00
* (Windows) Show dialog with programs that needs to close in nsis installer.
* (macOS) Make macdeployqt work with Qt 5 too.
* (macOS) Show keep running option in behaviour settings.
2021-10-17 20:30:57 +02:00
Version 0.9.2 (2021.03.25)
2021-03-20 21:21:36 +01:00
Bugfixes:
* Fix marking songs available.
* Fix crash when transcoding music, or copying music to devices with transcoding.
* Fix copying album covers to iPod.
2021-03-21 04:55:59 +01:00
* Fix playlist tabbar close and save right click actions.
2021-03-25 23:23:35 +01:00
* Fix slow opening of cover manager.
2021-03-20 21:21:36 +01:00
* (macOS) Fix crash when opening cover manager.
* (macOS) Fix broken Qt plugins resulting in album covers not showing.
2021-10-17 20:30:57 +02:00
Version 0.9.1 (2021.03.13)
2021-01-14 21:33:18 +01:00
Bugfixes:
2021-01-25 23:39:18 +01:00
* 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.
2021-03-13 16:17:06 +01:00
* Fix 'Except between tracks on the same album' backend fade option always grayed out.
2021-02-02 21:41:31 +01:00
* Fix read and save vorbis comment grouping tag.
2021-03-03 22:18:04 +01:00
* 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.
2021-03-13 15:18:09 +01:00
* Fix playlist bitrate sometimes stuck when changing track to previous.
2021-01-14 21:33:18 +01:00
* (macOS) Fix minor compile errors with Qt 6.
* (macOS) Fix exclusively grabbing global media shortcuts.
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.
2021-02-02 21:41:31 +01:00
* Convert all signal/slot connections to new Qt 5/6 syntax.
2021-03-03 22:18:04 +01:00
* 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.
2021-03-13 16:17:06 +01:00
* Remove 3rdparty TagLib now that TagLib 1.12 is available.
2021-01-14 21:33:18 +01:00
* (macOS) Update and improve build deployment/bundling for Qt 6.
2021-03-03 22:18:04 +01:00
New features:
* Add option and support for saving embedded covers for FLAC, Ogg Vorbis, MP3 and MP4/AAC.
2021-10-17 20:30:57 +02:00
Version 0.8.5 (2020.12.19)
2020-12-04 19:38:00 +01:00
Bugfixes:
* Fix return type of SmartPlaylistQueryWizardPlugin::type().
2020-12-19 17:42:24 +01:00
* Fix comparison between QChar and integer to use QChar::unicode().
2020-12-04 19:38:00 +01:00
* 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.
2020-12-12 00:50:46 +01:00
* 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.
2020-12-04 19:38:00 +01:00
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.
2020-12-12 00:50:46 +01:00
* Change double-click behaviour in cover manager to open fullsize cover.
2020-12-04 19:38:00 +01:00
2021-10-17 20:30:57 +02:00
Version 0.8.4 (2020.11.15)
2020-11-05 00:10:16 +01:00
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.
2020-11-08 04:05:39 +01:00
* Fix stretched fancy/side tabbar style issue with adwaita style (Fedora/Gnome).
2020-11-05 00:10:16 +01:00
* Fix centering star icon on playlist tabbar.
* Fix network proxy settings for streaming.
2020-11-08 02:10:20 +01:00
* Fix copy URL to clipboard to handle non-ASCII characters.
2020-11-11 22:51:55 +01:00
* Fix HiDPI scaling for glow animation and drag over playlist.
2020-11-15 00:20:16 +01:00
* Fix smart playlist search by filename.
* Fix single letter collection nodes showing before dividers.
2020-11-05 00:10:16 +01:00
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.
2021-07-02 18:45:53 +02:00
* Change star/unstar playlist to double-click instead of singleclick.
* Don't edit playlist name on double-click in playlists view.
2020-11-05 00:10:16 +01:00
* Make context view top label text selectable.
2020-11-08 02:10:20 +01:00
* Add setting to change Qt style.
* Clear ID3v3 tags that are empty, and clear ID3v1 tags when setting ID3v3 tags.
2020-11-05 00:10:16 +01:00
* Remove remaining uses of QTextCodec.
* Remove Core5Compat dependency.
2021-10-17 20:30:57 +02:00
Version 0.8.3 (2020.10.24)
2020-10-17 21:11:06 +02:00
Bugfixes:
* Fixed updating playing widget song details in small cover mode.
2020-10-18 17:08:28 +02:00
* Fixed file extension when transcoding songs.
2020-10-19 21:07:25 +02:00
* Fixed updating album cover to collection in edit tag dialog when pressing save.
2020-10-21 19:57:00 +02:00
* Fixed songs with empty artist in collection.
* Fixed possible crashes with stream discovery.
2020-10-23 19:35:07 +02:00
* Fixed setting engine state to null.
* Fixed tagreader crash with empty APE tags.
* Fixed a gstreamer memory leak.
2020-10-18 00:29:28 +02:00
Enhancements:
2020-10-17 21:11:06 +02:00
* (Windows) Added WASAPI plugin.
2021-10-17 20:30:57 +02:00
Version 0.8.2 (2020.10.13)
2020-10-13 01:47:22 +02:00
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.
* (Windows) Ignore "IDirectSoundBuffer_GetStatus The operation completed successfully" false error when switching device while playing.
2021-10-17 20:30:57 +02:00
Version 0.8.1 (2020.10.09)
2020-09-17 17:49:25 +02:00
2020-10-09 21:38:00 +02:00
Bugfixes:
2020-09-17 17:49:25 +02:00
* 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.
2020-09-23 17:59:51 +02:00
* Fixed Strawberry preventing logout.
2020-09-29 23:26:55 +02:00
* 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.
2020-10-08 19:42:33 +02:00
* 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.
2020-09-17 17:49:25 +02:00
* Disable use of HTML in system tray tooltip on Cinnamon too.
2020-10-02 22:09:40 +02:00
* Remove problematic '&' character from OSD messages.
2020-09-17 17:49:25 +02:00
* (macOS) Fixed crash on exit when cover manager is open.
* (macOS) Fixed graphical corruption.
2020-10-08 19:42:33 +02:00
* (Windows) Fixed GStreamer registry problems.
* (Windows) Register Tidal URL Scheme in Windows installer.
2020-09-17 17:49:25 +02:00
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.
2020-09-23 17:59:51 +02:00
* Added support for compilation tag to edit tag dialog.
2020-10-02 22:09:40 +02:00
* Show song info and album cover in OSD on stop and pause.
* Reshow OSD on song restart.
* Always save initial settings.
2020-10-08 19:42:33 +02:00
* 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.
2020-09-17 17:49:25 +02:00
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.
2020-09-23 17:59:51 +02:00
* Added Subsonic server side scrobbling support.
2020-09-17 17:49:25 +02:00
* Load thumbnails from iPods to show under device collection.
2021-10-17 20:30:57 +02:00
Version 0.7.2 (2020.08.15)
2020-08-15 23:01:56 +02:00
2020-10-09 21:38:00 +02:00
Bugfixes:
2020-08-15 23:01:56 +02:00
* Fixed installation directory for translations.
* Fixed collection sorting for non-ASCII characters.
* Fixed closing connected devices on exit.
2021-10-17 20:30:57 +02:00
Version 0.7.1 (2020.08.15)
2020-08-03 21:53:31 +02:00
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.
2020-08-14 18:38:50 +02:00
* 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.
2020-08-15 11:31:29 +02:00
* Fixed saving and restoring playlist scrollbar position when switching between playlists.
* Fixed minor issue in cue parser with date and genre.
2020-08-03 21:53:31 +02:00
* (macOS) Fixed gst-libav plugin issue resulting in MP3 not working.
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.
2020-08-14 18:38:50 +02:00
* 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.
2020-08-14 18:39:56 +02:00
* Added CMake option to install translation files.
2020-08-15 11:31:29 +02:00
* Increased maximum time step for seeking to 60.
2020-08-03 21:53:31 +02:00
* (Unix) Added playback actions to desktop file.
* (macOS) Hide behaviour settings that are unavailable on macOS.
* (macOS) Fixed compile warnings.
* (macOS) Added Sparkle integration to notify on new versions.
* (Windows) Added QtSparkle support to notify on new versions.
Removed features:
* Removed Xine engine support.
* Removed broken imobiledevice (iPhone) support.
2020-08-03 21:53:31 +02:00
2021-10-17 20:30:57 +02:00
Version 0.6.13 (2020.07.13)
2020-07-13 00:39:33 +02:00
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.
2021-10-17 20:30:57 +02:00
Version 0.6.12 (2020.06.07)
2020-06-07 23:49:11 +02:00
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.
2021-10-17 20:30:57 +02:00
Version 0.6.11 (2020.05.16)
2020-05-14 22:10:18 +02:00
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.
2020-05-15 23:54:15 +02:00
* Made MusicBrainz and Discogs cover providers respect rate limiting.
2020-05-14 22:10:18 +02:00
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.
2021-10-17 20:30:57 +02:00
Version 0.6.10 (2020.05.01)
2020-04-28 22:28:45 +02:00
Bugfixes:
2021-07-02 18:45:53 +02:00
* Fixed Subsonic album covers not working for albums with non ASCII characters.
2020-04-28 22:28:45 +02:00
* 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.
2021-07-02 18:45:53 +02:00
* Fixed UNC paths with non ASCII characters not working.
2020-04-28 22:28:45 +02:00
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.
2021-07-02 18:45:53 +02:00
* Added search for lyrics as a separate option in context.
2020-05-01 16:40:54 +02:00
* Made font and font sizes in context configurable.
2021-07-02 18:45:53 +02:00
* Splitting artist and song title to the relevant metadata when artist and song title is sent as title separated by a dash in streams.
2020-05-01 16:40:54 +02:00
* Added label to show collection pixmap disk cache used in settings.
2022-12-04 03:18:02 +01:00
* Increased default collection pixmap disk cache to 360.
2020-04-28 22:28:45 +02:00
New features:
* Added back Tidal streaming support.
* Added Qobuz album cover provider.
Removed features:
* Removed Phonon engine support.
2021-10-17 20:30:57 +02:00
Version 0.6.9 (2020.03.09)
2020-04-08 23:38:00 +02:00
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.
2020-04-08 23:38:00 +02:00
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).
2021-10-17 20:30:57 +02:00
Version 0.6.8 (2020.01.05)
2020-01-05 23:27:31 +01:00
* 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.
2020-01-05 23:49:34 +01:00
* Fixed restoring to correct screen when maximized.
2020-01-05 23:27:31 +01:00
* 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.
2020-01-05 23:49:34 +01:00
* Added German, French, Italian and Indonesian translations.
2020-01-05 23:27:31 +01:00
* Added StartupWMClass to desktop file.
* Replaced use of Qt deprecated functionality as of 5.14.
* (macOS) Fixed filesystem watcher to correctly pick up changed collection directories.
* (Windows) Fixed translations not being included.
2021-10-17 20:30:57 +02:00
Version 0.6.7 (2019.11.27)
2019-11-18 17:25:57 +01:00
* Fixed crash when cancelling scrobbler authentication
* Fixed "Double clicking a song in the playlist" behaviour setting
* Fixed "Pressing Previous in player" behaviour setting
2019-11-25 22:31:42 +01:00
* 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
2022-12-04 03:18:02 +01:00
the same compilation was removed from the model before re-added with actual artist.
2019-11-25 22:31:42 +01:00
* 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
2019-11-19 20:49:54 +01:00
* Added back lyrics from Chartlyrics
2019-12-21 17:54:43 +01:00
* Added ability to show fullsize cover on double-click in playing widget
* Added separator between "unset cover" and "show fullsize" in popup menu
2019-11-18 17:25:57 +01:00
* Removed left click on analyzer to popup menu
* (Windows) Added killproc executable to terminate running process before uninstalling
2021-10-17 20:30:57 +02:00
Version 0.6.6 (2019.11.09)
2019-10-29 19:27:03 +01:00
* Fixed lowercased album artist in playlist column
* Fixed compiling with different optional features turned off
* Fixed hang in stream discoverer with certain formats
* Fixed Subsonic to correctly read disc
* Fixed preventing system logoff or shutdown
2019-11-09 16:30:23 +01:00
* Fixed correctly updating compilations
2019-10-29 19:27:03 +01:00
* Simplified gstreamer pipeline code
* Disabled showing analyzer for bit depths not supported by the analyzer
2019-11-09 16:30:23 +01:00
* Made stereo balancer independent from equalizer
2019-10-29 19:27:03 +01:00
* Added option to prefer album artist when sending scrobbles
* Removed lines in settings
* Added limit for number of tagreader processes to 2
* Improved system theme icon option to better pick correct icons
2019-11-09 16:30:23 +01:00
* Added option to automatically select current playing track
2019-10-29 19:27:03 +01:00
* (Windows) Added support for WASAPI
2021-10-17 20:30:57 +02:00
Version 0.6.5 (2019.09.30)
2019-09-30 22:05:42 +02:00
* Fixed scrobbler not to send scrobbles multiple times when metadata is updated
* Fixed Listenbrainz scrobbler not don't send "various artists" as album artist
* Fixed missing cover image in OSD pretty reposition image
* Fixed OSD pretty upper left positioning
* Fixed OSD pretty positioning on Windows on screens with negative geometry
* Fixed appdata file to pass full validation
2021-10-17 20:30:57 +02:00
Version 0.6.4 (2019.09.25)
2019-09-23 21:32:56 +02:00
* Added setting for fancy tabbar background color
* Added setting to make marking songs unavailable optional
* Added lyrics from lyrics.ovh and lololyrics.com
* Fixed so that Subsonic verify certificate setting takes affect immediately
* Fixed all services to follow redirects
* Fixed so that songs with different albums are not treated as duplicates
* Fixed SingleApplication to use native system calls on Linux for getting username
* Added stream discoverer to gstreamer pipeline to detect stream filetype, samplerate and bit depth
* Disabled video in gstreamer pipeline
* Fixed ampache compatibility
* Fixed lyrics searcher not to try search for lyrics with empty song artist or title
* Fixed Qobuz login to send mac address as device manufacturer id on login
* Fixed Qobuz invalid signature parameter error when retrieving stream urls
* Fixed player not using preloaded stream url causing gapless playback to break
* Increased preload gap for gstreamer to make sure gapless playback works better
* Fixed setting and resetting temporary metadata for next playlist item
* Replaced media buttons with more correct ones
* Fixed windows thumbbar
* Lowered required Subsonic API version to 1.11.0
* Fixed Subsonic to allow empty artist and album in song replies
* Added Russian translations
* Fixed some services API urls using http to use https
* Fixed restoring to original window size when restoring from system tray
* Updated 3rdparty taglib
2021-10-17 20:30:57 +02:00
Version 0.6.3 (2019.08.05)
2019-08-05 23:26:19 +02:00
* Fixed crash when using internet services.
* Fixed musicbrainz tagfetcher only showing 1 result per song.
* Fixed collection watcher to unwatch deleted directories.
* Added "album - disc" grouping.
2021-10-17 20:30:57 +02:00
Version 0.6.2 (2019.08.03)
2019-08-03 13:57:54 +02:00
* Disabled fatal error for FTS5 cmake test.
2021-10-17 20:30:57 +02:00
Version 0.6.1 (2019.08.03)
2019-06-21 00:12:07 +02:00
* Compare artist and album case-insensitive when generating score for album covers.
* Fixed broken return value of sendMessage() in SingleApplication causing application to be started twice.
* Improved error handling in local redirectserver.
* Added new tabs view with search and favorites to Tidal.
* Fixed gst_pad_send_event lock in gstreamer pipeline.
* Made Xine analyzer optional to fix compilation with newer Xine.
* Implemented offset and queue to all Tidal requests.
* Added new artist, album and song ids to songs schemas to add/remove favorites.
* Improved lyrics searcher.
* Fixed disabling fading option in backend settings when volume control is disabled.
* Added x-scheme-handler/tidal to desktop file to handle tidal songs and allow OAuth redirect url.
* Added love button for scrobblers.
* Fixed gapless playback when using url handler.
* Fixed enabling/disabling fading options in backend settings.
* Added support for Subsonic streaming.
* Added support for Qobuz streaming.
* Added confirmation box for opening songs in file browser to avoid users accidentally opening too many songs.
2019-07-01 01:08:07 +02:00
* Added OSD notification on playback resume option.
* Fixed MusicBrainz tag fetcher to respect rate limiting when fetching tags.
* Fixed hardcoded systemtray icon.
* Added live scanning and option to rescan songs.
* Added playlist background image stretch option to zoom image with cutting the height.
2019-07-21 00:05:54 +02:00
* Replaced use of QDesktopWidget with QDesktop
* Replaced all uses of QSignalMapper with lambda expressions
* Fixed collection album covers stuck to old ones when new album covers are fetched
* Fixed all Json services to check HttpStatusCodeAttribute in addition to checking network errors
* Fixed track change hang
* Fixed playlist sorting to ignore articles
* Fixed MessageReply crash in tagreader
* Fixed MTP support
* Fixed possible crashes with libimobiledevice devices
* Removed older devicekit udisks backend
* Using iconv to replace non-ascii characters when organising files
* Fixed IPod support when listed from UDisks2
2019-07-26 20:52:47 +02:00
* Fixed memory leaks when establishing database connections and in database backup.
* Fixed dangling database connections when loading collection, playlists and devices.
* Fixed closing and deleting backends to free memory and database connections on exit.
* Fixed dangling pointers causing crashes when loading new album covers in collection.
2019-08-01 22:01:27 +02:00
* Fixed playlist shortcuts being broken because they were hidden in playlist right click menu.
* Replaced FTS3 and custom tokenizer with FTS5 with unicode61.
* Fixed certain cases where track slider popup was stuck.
* Fixed certain cases where the playing widget gets stuck when switching fast between context and other widgets.
2019-11-19 20:49:54 +01:00
* Removed ChartLyrics provider (service have been down for a long time).
2019-06-21 00:12:07 +02:00
2021-10-17 20:30:57 +02:00
Version 0.5.5 (2019.05.05)
2019-05-05 21:27:31 +02:00
* Fixed Tidal API url
2021-10-17 20:30:57 +02:00
Version 0.5.4 (2019.05.05)
2019-04-27 23:02:46 +02:00
* Changed description for offline mode scrobbling for less confusion
* Fixed scrobbler to not send "playing now" when in offline mode
* Added common RPM spec file for openSUSE, Fedora, RedHat, CentOS and Mageia
2019-04-27 23:08:54 +02:00
* Improved cover manager score system
2019-04-27 23:02:46 +02:00
* Added Deezer and Tidal cover providers
* Added ChartLyrics lyrics provider
* Added HTTPS workaround for Last.Fm OAuth to solve redirect https to http (localhost) problems
* Added Moodbar
* Fixed incorrect desktop file returned by mpris2
* Fixed mpris2 CanPlay
* Fixed updating play and skip count properly
* Fixed track seeking with mouse wheel
* Fixed CDDA tracks being invalidated (greyed) in the playlist
* Fixed problems using transcoder when other engines were selected
* Improved song loader error handling
* Fixed enabling equalizer having no affect
* Disable notification art setting when tray icon notification is selected
* Applying settings immediately when pressing Apply in settings dialog instead of just saving
* Disable scroll over icon to change track setting on non-X11 systems and KDE
* Removed nvidia workaround on exit which is no longer needed
* Fixed chromaprinter unref buffer crash when using complete tags automatically
* Fixed crash on exit using VLC engine when using static taglib caused by tagblib linking collision
* Fixed context background to follow base colors instead of always white
* Fixed fancy tabbar small sidebar mode width
* Added some missing taglib configure checks
* Saving geometry, tabbar, playlist column settings on exit only to reduce wear on SSD's and fix sluggish resizing with non-SSD
2019-04-27 23:08:54 +02:00
* Fixed and improved snap including upgrading to core18 and adding proper alsa support
2019-05-05 19:57:40 +02:00
* Fixed resume playback on startup not working for other than the first playlist
2019-04-27 23:02:46 +02:00
2021-10-17 20:30:57 +02:00
Version 0.5.3 (2019.03.02)
2019-03-25 23:35:33 +01:00
* Changed default tagging to albumartist in organise dialog
* Removed support for older taglib in tagreader
* Made lyrics selectable in context
* Added boom and rainbow analyzers
* Made it possible to use enter in shortcuts
* Replaced "no album cover" image
* Capitalized Strawberry in OSD and tooltip
* Added artist search to Tidal
* Created systray tooltip workaround for KDE
* Changed defaults for backend fade setting
* Changed backend settings to allow setting device back to automatic when a custom device is active
* Hide ALSA options on non-ALSA systems
* Showing errors in dialog when editing tags fails
* Update database immediately when saving tags were successful
* Show Strawberry icon in OSD when stopping track
* Added support for translations
* Renamed desktop and appdata files to follow freedesktop specifications
* No longer allowing X11 shortcuts on Wayland
* Fixed handling of UNC paths in gstreamer engine
* Added option to disable volume control
* Removed Deezer support (SDK discontinued and streams are encrypted)
2019-03-31 01:16:11 +01:00
* Added Norwegian and Spanish translations
2019-03-25 23:35:33 +01:00
* Added setting to allow automatically saving album covers directly to album directory
* Updated mimetypes
* Added basic support for system and custom icons
* Moved loading of device icons to device model
* Added better support for APE tags
* Fixed problems identifying song as collection songs when loading playlist files
* Fixed problems loading Tidal URLs from playlist files
* Added support for saving and restoring geometry in settings, organise and transcoder dialogs
* Improved Tidal error handling and automatic login
* Improved Tidal search to handle duplicate albums
* Notify collection backend about renamed files when organising files
* Added more background image options
2019-03-31 01:16:11 +01:00
* Removed API Seeds lyrics provider (require payment)
* Added group by format
* Fixed gstreamer leaks
2019-03-25 23:35:33 +01:00
2021-10-17 20:30:57 +02:00
Version 0.5.2 (2019.01.26)
2019-01-13 14:48:01 +01:00
* Added error handling and message for URL handler
* Added SingleCoreApplication secondary check
2019-01-25 23:46:13 +01:00
* Fixed memory leaks in devices
2019-01-26 17:31:05 +01:00
* Fixed more stability issues in devices
2019-01-25 23:46:13 +01:00
* Remove remastered from album title when searching for lyrics, covers and scrobbling
* Fixed CMake check for X11 headers
* Enabled iLister and AFC device
* Added saving of album cover to gpod devices
* Fixed AAC/MP4 transcoder
* Added log to organise error dialog
* Added warning when enabling X11 shortcuts on Gnome, Cinnamon or KDE
2019-01-26 17:31:05 +01:00
* Fixed transcoder to use filename suffixes to solve issues when copying files to iPods
2019-01-26 17:45:52 +01:00
* Added option to copy album cover in organise dialog (filesystem and libgpod devices)
* Added raise() to make sure window is on top when strawberry is started twice
2019-01-13 14:48:01 +01:00
2021-10-17 20:30:57 +02:00
Version 0.5.1 (2019.01.12)
2018-12-23 19:23:03 +01:00
* Added scrobbler with support for Last.fm, Libre.fm and ListenBrainz
* Fixed key up causing playback to reset
2018-12-23 19:28:52 +01:00
* New improved last.fm and musicbrainz album cover providers
2018-12-29 03:21:40 +01:00
* Removed Qt5Xml and liblastfm dependency
2018-12-24 00:15:53 +01:00
* Replaced sha2 with QCryptographicHash
2018-12-29 03:21:40 +01:00
* Fixed songs not showing up under devices
2019-01-01 22:22:31 +01:00
* Removed qxt dependency
* Replaced globalshortcuts backend for X11 and Windows
* Made global shortcuts on X11 optional and off by default
2019-01-06 00:32:32 +01:00
* Added support for Monkey's Audio
* Fixed crashes in devices
2019-01-06 21:39:23 +01:00
* Enabled transcoder and organiser in menus
* Added transcoder for WavPack
* Changed default group by for collection to album artist
* Enabled organise without gstreamer
* Added cmake USE_BUNDLE option for macOS/Windows
2019-01-09 21:32:32 +01:00
* Fixed broken GSD D-Bus shortcuts backend
* Fixed broken background image setting
* Disabling fading when a ALSA device is selected
* Replaced QtSingleApplication with SingleApplication
2019-01-11 21:58:24 +01:00
* Fixed scroll over icon to change track feature
* Fixed freeze when changing appearance settings
* Made text in about dialog selectable
* Improved manual pages
* Fixed typos
* Updated contributors in about
* Added debian copyright file
* Fixed some compile errors
2018-12-23 19:23:03 +01:00
2021-10-17 20:30:57 +02:00
Version 0.4.2 (2018.11.28)
2018-11-19 01:31:52 +01:00
* Updated AppStream data file to newer specifications
* Fixed Deezer engine to use quality setting
* Removed unneeded dependency Qt5OpenGL
* Removed obsolete xine warning and engine reinitialization
* Added ALSA as optional component in cmake
* Fixed bug in playlist columns setting all visible
* Added option to reset playlist columns
2018-11-28 21:53:38 +01:00
* Fixed/Improved console logging
* Added queue to play next option
2018-11-19 01:31:52 +01:00
* (Windows) Corrected uninstalled files on x64 installer
2019-01-01 22:22:31 +01:00
* (macOS) Fixed poor performance
2018-11-19 01:31:52 +01:00
2021-10-17 20:30:57 +02:00
Version 0.4.1 (2018.11.01)
2018-09-30 22:32:56 +02:00
* Fixed crash in analyzer
* Fixed trying to use systray even if the desktop had no systray
2018-10-16 21:32:03 +02:00
* Fixed Tidal login loop bug
* Added Deezer support
2018-10-19 20:37:42 +02:00
* New improved fancy tabwidget
* Fixed bug not loading engine settings
2018-10-21 15:13:48 +02:00
* Moved queue manager into tabbar for easier access
2018-10-30 23:47:51 +01:00
* Fixed crash when changing appearance colors
* Improved error handling between player and engine
2018-11-01 21:18:57 +01:00
* Added setting to allow continue to the next song in the playlist based on error
2018-10-30 23:47:51 +01:00
* Improved Xine engine code
2018-11-01 21:18:57 +01:00
* Moved some settings
* Updated builtin taglib
* Added AppStream data file
* Fixed compiling with Qt 5 versions of system QtSingleApplication and Qxt library
2018-09-30 22:32:56 +02:00
2021-10-17 20:30:57 +02:00
Version 0.3.3 (2018.09.24)
2018-09-24 19:13:45 +02:00
* Fixed Tidal login
2021-10-17 20:30:57 +02:00
Version 0.3.2 (2018.09.24)
2018-09-21 01:20:16 +02:00
* Fixed search error not shown in Tidal search
2018-09-30 00:07:59 +02:00
* Added URL handler for Tidal, now retrieving URL's when playing instead of when searching
2018-09-21 01:20:16 +02:00
* Fixed bug in pipeline not setting url
* Fixed bug setting wrong temporary metadata
* Removed device module from windows, since it's not implemented for windows
2018-09-22 15:37:42 +02:00
* Added support for both ALSA hw and plughw
* Added option to change url stream scheme for Tidal
* Added encoding of Tidal token in the source code
* Added encoding of Tidal password in the configuration
2018-09-21 01:20:16 +02:00
2021-10-17 20:30:57 +02:00
Version 0.3.1 (2018.09.15)
* Added new lyrics provider with lyrics from AudD and API Seeds
* New improved context widget with albums and lyrics
* Fixed playing and context widget getting stuck in play mode when there was an error
* Changed icons for artists in collection, tidal and cover manager
* Removed "search" icon from "Search automatically" checkbox (right click) that looked ugly
* Removed some unused widgets from the src/widgets directory
* Fixed initial size of window and side panel
* Fixed saving window size correctly
2018-09-01 22:22:12 +02:00
* Added Tidal support
* Disabled Amazon cover provider because of revoked API key
* Removed broken xine fader
* Made chromeprint optional
* Added missing names to about dialog
* Made xine enabled only for window debug
* Removed dead code
2018-09-02 12:50:12 +02:00
* Added DSF and DSDIFF/DFF support
* Fixed tagreader crash when saving tags to MP3 files
* Added support for reading/writing lyrics to tags
2018-09-06 22:34:18 +02:00
* Fixed saving tags (APE) for WavPack files
2021-10-17 20:30:57 +02:00
Version 0.2.1 (2018.07.05)
2018-07-05 02:55:51 +02:00
* Fixed crash with newer Qt
* Fixed setting output/device for Xine and VLC backend
* Improved backend settings to better support multiple backends
* Fixed track slider for Xine, VLC and Phonon
2019-01-01 22:22:31 +01:00
* Fixed compilation on macOS
* Fixed device selection on macOS
2018-07-05 02:55:51 +02:00
* Added xine on to windows build
2021-10-17 20:30:57 +02:00
Version 0.1.6 (2018.06.07)
2018-07-05 02:55:51 +02:00
* Fixed crash on exit caused by NVIDIA driver
* Fixed PulseAudio device selection
2018-06-07 23:23:59 +02:00
* Improvements to device selection
2021-10-17 20:30:57 +02:00
Version 0.1.5 (2018.05.16)
2018-05-16 22:20:46 +02:00
* Makefile fixes for building
2021-10-17 20:30:57 +02:00
Version 0.1.4 (2018.05.14)
2022-12-04 03:18:02 +01:00
* Fixed compilation with clang compiler
* This release is mainly to get it working on openbsd and freebsd.
2021-10-17 20:30:57 +02:00
Version 0.1.3 (2018.05.12)
2018-05-11 22:51:41 +02:00
* Audio file detection by content
* Added builtin taglib to 3rdparty to support detecting audio by content instead of just file extension
2018-11-01 21:18:57 +01:00
* Removed unneeded qsqlite from 3rdparty
2018-05-11 22:51:41 +02:00
* Added sqldrivers\qsqlite.dll for windows build
* Replaced incorrect DLL libgstdirectsoundsink.dll (from gst 1.12.4) instead of libgstdirectsound.dll (from gst 1.14.0) for windows build
* Fixed git versioning
2021-10-17 20:30:57 +02:00
Version 0.1.2 (2018.05.02)
2018-05-02 00:18:54 +02:00
* Fixed playback of WavPack files
* Fixed musicbrainz tagfetcher
* Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album
* Remove Disc/CD from album when creating hash for album cover filename
* Fixed imobiledevice support compilation
* Fixed output device selection on windows
* Fixed problems with windows build missing some DLL's, only supplying required gstreamer-plugins now
* Removed redundant code
2021-10-17 20:30:57 +02:00
Version 0.1.1 (2018.04.07)
2018-05-02 00:18:54 +02:00
* Initial release