Release 0.5.1

This commit is contained in:
Philipp Wolfer 2025-05-01 11:53:09 +02:00
parent e973e72bbe
commit 389c7c6ec1
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.5.0"
AppVersion = "0.5.1"
AppURL = "https://git.sr.ht/~phw/scotty/"
)