diff --git a/CHANGES.md b/CHANGES.md index 8dc9838..486d0ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Scotty Changelog -## 0.6.0 - WIP +## 0.6.0 - 2025-05-23 - Fully reworked progress report - Cancel both export and import on error - Show progress bars as aborted on export / import error @@ -12,8 +12,8 @@ - JSPF: implemented export as loves and listens - JSPF: write track duration - JSPF: read username and recording MSID -- JSPF: add MusicBrainz playlist extension in append mode, if it does not exist - in the existing JSPF file +- JSPF: add MusicBrainz playlist extension in append mode, if it does not + exist 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 diff --git a/internal/version/version.go b/internal/version/version.go index b38a40f..f3bc081 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.5.2" + AppVersion = "0.6.0" AppURL = "https://git.sr.ht/~phw/scotty/" )