From fb00d68aa7ce98c4abae4b36eb630e0055ef5f4e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 20 Feb 2024 22:47:47 +0100 Subject: [PATCH] Update Changelog --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog b/Changelog index 7a587210..ffbf9ae8 100644 --- a/Changelog +++ b/Changelog @@ -6,11 +6,18 @@ Unreleased: Bugfixes: * Fixed crash when pressing CTRL + C (#1359). + * Pass on scroll events to page in settings to avoid changing settings when scrolling with mouse (#1380). * (macOS/Windows) Fixed dash and hls streaming, plugins were missing. Enhancements: * Improve error messages when connecting and copying to devices. * Allow enter to be used with multiselection to add songs to playlist (#1360) + * Add song progress to taskbar using D-Bus. + * Use API to receive Radio Paradise channels. + * (Unix) Add experimental GStreamer pipewire support. + * (Windows) Add experimental exclusive mode for WASAPI. + * (Windows MSVC) Add ASIO support. + * (Windows MSVC) Add back WASAPI2. Version 1.0.23 (2024.01.11):