Release 0.5.2

This commit is contained in:
Philipp Wolfer 2025-05-01 12:53:32 +02:00
parent 21d757e37c
commit 91c28bac0c
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Scotty Changelog # Scotty Changelog
## 0.5.0 - 2025-05-01 ## 0.5.2 - 2025-05-01
- ListenBrainz: fixed loves export not considering latest timestamp
## 0.5.1 - 2025-05-01
- scrobblerlog: fixed timezone offset calculation - scrobblerlog: fixed timezone offset calculation
- if system locale detection fails don't abort but fall back to English - if system locale detection fails don't abort but fall back to English

View file

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