Release 0.4.0

This commit is contained in:
Philipp Wolfer 2024-01-21 16:28:55 +01:00
parent 757aeed7b5
commit fee1eba080
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +1,14 @@
# Scotty Changelog
## 0.4.0 - unreleased
## 0.4.0 - 2024-01-21
- JSPF: implement append mode
- scrobberlog: default for append mode is enabled
- scrobberlog: append mode is enabled by default
- Subsonic: Only set tags if genre is not empty
- ListenBrainz: Listen import can be configured to check for duplicate listens
- spotify-history: New backend for importing from Spotify extended streaming
history JSON files
- Allow date time string for `--timestamp` parameter
- Enabled output for "dump" backend again
- Fixed completed progress bar showing empty
- Fixed crash in case of importer returning an error on import start

View file

@ -1,5 +1,5 @@
/*
Copyright © 2023 Philipp Wolfer <phw@uploadedlobster.com>
Copyright © 2023-2024 Philipp Wolfer <phw@uploadedlobster.com>
Scotty is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.3.1"
AppVersion = "0.4.0"
)
func UserAgent() string {