Update Changelog
This commit is contained in:
parent
b275f91a58
commit
ae7e515945
19
Changelog
19
Changelog
|
@ -17,6 +17,13 @@ Unreleased:
|
||||||
* Fixed manual shuffle while playing not setting current song to new index (##1353).
|
* Fixed manual shuffle while playing not setting current song to new index (##1353).
|
||||||
* Fixed volume sync with PA when output is set to auto (#1123).
|
* Fixed volume sync with PA when output is set to auto (#1123).
|
||||||
* Fixed mpris:trackid type with KDE 6 (#1397).
|
* Fixed mpris:trackid type with KDE 6 (#1397).
|
||||||
|
* Fixed open in file manager feature not handling missing XDG_DATA_DIRS variable.
|
||||||
|
* Fixed collection pixmap disk cache and moodbar cache with newer Qt versions.
|
||||||
|
* Fixed reading common metadata CUE's with multiple files (#1463).
|
||||||
|
* Fixed playlist header stretch mode to only resize the right column of the column being resized.
|
||||||
|
* Fixed adding columns to playlist header not working when not using stretch mode (#1085).
|
||||||
|
* Removed -new-window parameter from dolphin command for open in file manager (#1412).
|
||||||
|
* Only use playbin3 with GStreamer 1.24 and higher, not with GStreamer 1.22 or lower.
|
||||||
* (macOS/Windows) Fixed dash and hls streaming, plugins were missing.
|
* (macOS/Windows) Fixed dash and hls streaming, plugins were missing.
|
||||||
* (Windows) Fixed incorrect colors in smart playlist wizard with Fusion in dark mode (#1399).
|
* (Windows) Fixed incorrect colors in smart playlist wizard with Fusion in dark mode (#1399).
|
||||||
|
|
||||||
|
@ -30,11 +37,23 @@ Unreleased:
|
||||||
* Added button for fetching lyrics to tag editor (#1391).
|
* Added button for fetching lyrics to tag editor (#1391).
|
||||||
* Added option not to skip "A", "An" and "The” when sorting artist names in collection (#1393).
|
* Added option not to skip "A", "An" and "The” when sorting artist names in collection (#1393).
|
||||||
* Improved album and title disc, remastered, etc matching and stripping (#1387).
|
* Improved album and title disc, remastered, etc matching and stripping (#1387).
|
||||||
|
* Save volume to settings when adjusting (#1272).
|
||||||
|
* Resolve song from collection using track with Cue in XSPF (#1181).
|
||||||
|
* Added background image to sidebar.
|
||||||
|
* Read metadata from RIFF WAV files (#1424).
|
||||||
|
* Use original path instead of canonical path when adding directories to the collection.
|
||||||
|
* Only apply added/removed collection directories when settings are saved.
|
||||||
|
* Detect and handle different text encodings when reading CUE files (#1429).
|
||||||
|
* The collection has been rewritten and improved (model/filter/search) (#392).
|
||||||
* (Unix) Add experimental GStreamer pipewire support.
|
* (Unix) Add experimental GStreamer pipewire support.
|
||||||
* (Windows) Add experimental exclusive mode for WASAPI.
|
* (Windows) Add experimental exclusive mode for WASAPI.
|
||||||
* (Windows MSVC) Add ASIO support.
|
* (Windows MSVC) Add ASIO support.
|
||||||
* (Windows MSVC) Add back WASAPI2.
|
* (Windows MSVC) Add back WASAPI2.
|
||||||
|
|
||||||
|
New features:
|
||||||
|
* WaveRubber analyzer.
|
||||||
|
* Spotify support.
|
||||||
|
|
||||||
Removed features:
|
Removed features:
|
||||||
* Removed now broken lyricsmode.com lyrics provider because of website changes.
|
* Removed now broken lyricsmode.com lyrics provider because of website changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue