mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-01 19:38:34 +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
|
# Scotty Changelog
|
||||||
|
|
||||||
## 0.6.0 - WIP
|
## 0.6.0 - 2025-05-23
|
||||||
- Fully reworked progress report
|
- Fully reworked progress report
|
||||||
- Cancel both export and import on error
|
- Cancel both export and import on error
|
||||||
- Show progress bars as aborted on export / import error
|
- Show progress bars as aborted on export / import error
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
- JSPF: implemented export as loves and listens
|
- JSPF: implemented export as loves and listens
|
||||||
- JSPF: write track duration
|
- JSPF: write track duration
|
||||||
- JSPF: read username and recording MSID
|
- JSPF: read username and recording MSID
|
||||||
- JSPF: add MusicBrainz playlist extension in append mode, if it does not exist
|
- JSPF: add MusicBrainz playlist extension in append mode, if it does not
|
||||||
in the existing JSPF file
|
exist in the existing JSPF file
|
||||||
- scrobblerlog: fix timezone not being set from config (#6)
|
- scrobblerlog: fix timezone not being set from config (#6)
|
||||||
- scrobblerlog: fix listen export not considering latest timestamp
|
- scrobblerlog: fix listen export not considering latest timestamp
|
||||||
- Funkwhale: fix progress abort on error
|
- Funkwhale: fix progress abort on error
|
||||||
|
|
|
@ -17,7 +17,7 @@ package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppName = "scotty"
|
AppName = "scotty"
|
||||||
AppVersion = "0.5.2"
|
AppVersion = "0.6.0"
|
||||||
AppURL = "https://git.sr.ht/~phw/scotty/"
|
AppURL = "https://git.sr.ht/~phw/scotty/"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue