Update Changelog

This commit is contained in:
Jonas Kvinge
2022-02-15 23:33:09 +01:00
parent 488b326e0f
commit 7c51f04140

View File

@@ -8,24 +8,26 @@ Unreleased
* Fixed showing menu when clicking icon for collection and internet search tool buttons * Fixed showing menu when clicking icon for collection and internet search tool buttons
* Fixed ignoring devices with system mounts as defined by GIO (#410). * Fixed ignoring devices with system mounts as defined by GIO (#410).
* Fixed updating database when deleting songs from filesystem devices. * Fixed updating database when deleting songs from filesystem devices.
* Fixed listing songs from MTP devices with Qt 6. * Fixed unregistered metatype when listing songs from MTP devices with Qt 6.
* Fixed using entered password when testing Subsonic settings before pressing save (#879). * Fixed using entered password when testing Subsonic settings before pressing save (#879).
* Fixed downloading Subsonic album covers. * Fixed downloading Subsonic album covers.
* Fixed downloading album covers once for each album when MD5 authentication is enabled (#885). * 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 global shortcuts (#884). * Fixed volume going to 100% when pressing volume down with MRPIS2 and global shortcuts (#884).
* Fixed incorrect rounding when setting volume through MPRIS2 (#894).
* Fixed delete from disk not showing up in the menu when one or more CUE songs were selected. * Fixed delete from disk not showing up in the menu when one or more CUE songs were selected.
* Fixed crash when switching songs when fading is enabled (#890). * 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).
Enhancements Enhancements
* Log Qt version on startup. * Log Qt version on startup.
* Add button for deleting existing Subsonic songs (#883). * Added button for deleting existing Subsonic songs (#883).
* Make collection watcher ignore files with "qt_temp" filename and tmp extension. * Make collection watcher ignore files with "qt_temp" filename and tmp extension.
* Require Qt 5.9 or higher. * Require Qt 5.9 or higher.
* Added scrollbars to edit tag dialog (#888). * Added scrollbars to edit tag dialog (#888).
* Added advanced settings for configuring collection watcher. * Added advanced settings for configuring collection watcher.
* Disable open audio CD menu when compiled without audio CD support. * Disable open audio CD menu when compiled without audio CD support.
* Replaced use of deprecated QMouseEvent constructor as of Qt 6.4. * Replaced use of deprecated QMouseEvent constructor as of Qt 6.4.
* Replaced use of deprecated QCryptographicHash::addData as of Qt 6.4. * Replaced use of deprecated QCryptographicHash::addData overload as of Qt 6.4.
Removed features: Removed features:
* Removed broken "nomedia" / "nomusic" file handling. * Removed broken "nomedia" / "nomusic" file handling.