mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-31 10:58:35 +02:00
Release 0.6.0
This commit is contained in:
parent
3b9d07e6b5
commit
142d38e9db
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ package version
|
|||
|
||||
const (
|
||||
AppName = "scotty"
|
||||
AppVersion = "0.5.2"
|
||||
AppVersion = "0.6.0"
|
||||
AppURL = "https://git.sr.ht/~phw/scotty/"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue