mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-10 10:17:04 +02:00
Release 0.5.1
This commit is contained in:
parent
e973e72bbe
commit
389c7c6ec1
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Scotty Changelog
|
# Scotty Changelog
|
||||||
|
|
||||||
|
## 0.5.0 - 2025-05-01
|
||||||
|
- scrobblerlog: fixed timezone offset calculation
|
||||||
|
- if system locale detection fails don't abort but fall back to English
|
||||||
|
|
||||||
|
|
||||||
## 0.5.0 - 2025-04-29
|
## 0.5.0 - 2025-04-29
|
||||||
- ListenBrainz: handle missing loves metadata in case of merged recordings
|
- ListenBrainz: handle missing loves metadata in case of merged recordings
|
||||||
- ListenBrainz: fix loves import loading all existing loves
|
- ListenBrainz: fix loves import loading all existing loves
|
||||||
|
|
|
@ -17,7 +17,7 @@ package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppName = "scotty"
|
AppName = "scotty"
|
||||||
AppVersion = "0.5.0"
|
AppVersion = "0.5.1"
|
||||||
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