mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-29 21:27:05 +02:00
Release 0.5.0
This commit is contained in:
parent
19852be68b
commit
1e91b684cb
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Scotty Changelog
|
# Scotty Changelog
|
||||||
|
|
||||||
## 0.5.0 - (not yet released)
|
## 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
|
||||||
- ListenBrainz: fixed progress for loves import
|
- ListenBrainz: fixed progress for loves import
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright © 2023-2024 Philipp Wolfer <phw@uploadedlobster.com>
|
Copyright © 2023-2025 Philipp Wolfer <phw@uploadedlobster.com>
|
||||||
|
|
||||||
Scotty is free software: you can redistribute it and/or modify it under the
|
Scotty is free software: you can redistribute it and/or modify it under the
|
||||||
terms of the GNU General Public License as published by the Free Software
|
terms of the GNU General Public License as published by the Free Software
|
||||||
|
@ -17,7 +17,7 @@ package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppName = "scotty"
|
AppName = "scotty"
|
||||||
AppVersion = "0.4.1"
|
AppVersion = "0.5.0"
|
||||||
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