From 2a809f96c4c0651e81dd676725950b20fb622380 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 15 Aug 2020 11:31:29 +0200 Subject: [PATCH] Update Changelog --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 084611b03..22a5153e4 100644 --- a/Changelog +++ b/Changelog @@ -14,6 +14,8 @@ ChangeLog * 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. + * Fixed saving and restoring playlist scrollbar position when switching between playlists. + * Fixed minor issue in cue parser with date and genre. * (macOS) Fixed gst-libav plugin issue resulting in MP3 not working. Enhancements: @@ -28,6 +30,7 @@ ChangeLog * 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. + * Increased maximum time step for seeking to 60. * (Unix) Added playback actions to desktop file. * (macOS) Hide behaviour settings that are unavailable on macOS. * (macOS) Fixed compile warnings.