Update changelog

This commit is contained in:
Philipp Wolfer 2025-05-22 18:56:49 +02:00
parent e9768c0934
commit 12eb7acd98
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -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