Release 0.6.0

This commit is contained in:
Philipp Wolfer 2025-05-23 10:10:08 +02:00
parent 3b9d07e6b5
commit 142d38e9db
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.5.2"
AppVersion = "0.6.0"
AppURL = "https://git.sr.ht/~phw/scotty/"
)