mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-11 07:59:29 +02:00
Release 0.4.1
This commit is contained in:
parent
1c1ce224f7
commit
04eddfda33
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Scotty Changelog
|
# 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
|
## 0.4.0 - 2024-01-21
|
||||||
- JSPF: implement append mode
|
- JSPF: implement append mode
|
||||||
- scrobberlog: append mode is enabled by default
|
- scrobberlog: append mode is enabled by default
|
||||||
|
|
|
@ -17,7 +17,7 @@ package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppName = "scotty"
|
AppName = "scotty"
|
||||||
AppVersion = "0.4.0"
|
AppVersion = "0.4.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func UserAgent() string {
|
func UserAgent() string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue