mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-09 18:07:03 +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
|
||||
|
||||
## 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
|
||||
- ListenBrainz: handle missing loves metadata in case of merged recordings
|
||||
- ListenBrainz: fix loves import loading all existing loves
|
||||
|
|
|
@ -17,7 +17,7 @@ package version
|
|||
|
||||
const (
|
||||
AppName = "scotty"
|
||||
AppVersion = "0.5.0"
|
||||
AppVersion = "0.5.1"
|
||||
AppURL = "https://git.sr.ht/~phw/scotty/"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue