Release 0.4.1

This commit is contained in:
Philipp Wolfer 2024-09-16 19:07:07 +02:00
parent 1c1ce224f7
commit 04eddfda33
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Scotty Changelog
## 0.4.1 - 2024-09-16
- Subsonic: include `subsonic_id` as additional metadata
- Deezer: fix artist and album ID URIs (#7)
- Fix installation issues due to wrong go version format in `go.mod`
## 0.4.0 - 2024-01-21
- JSPF: implement append mode
- scrobberlog: append mode is enabled by default

View file

@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.4.0"
AppVersion = "0.4.1"
)
func UserAgent() string {