From 12eb7acd9871110b5f08fd2d2a7e77703e34ccd6 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 22 May 2025 18:56:49 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a0a60f2..64f854f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,13 @@ # Scotty Changelog ## 0.6.0 - WIP -- Fix program hanging endlessly if import fails (#11) -- If import fails still store the last successfully imported timestamp -- Show progress bars as aborted on export / import error +- Fully reworked progress report + - Cancel both export and import on error + - Show progress bars as aborted on export / import error + - The import progress is now aware of the total amount of exported items + - The import progress shows total items processed instead of time estimate + - Fix program hanging endlessly if import fails (#11) + - If import fails still store the last successfully imported timestamp - JSPF: implemented export as loves and listens - JSPF: write track duration - JSPF: read username and recording MSID @@ -11,6 +15,7 @@ in the existing JSPF file - scrobblerlog: fix timezone not being set from config (#6) - scrobblerlog: fix listen export not considering latest timestamp +- Funkwhale: fix progress abort on error ## 0.5.2 - 2025-05-01