Files
supersonic/res/metadata.go
T
2024-01-12 08:14:33 -08:00

26 lines
740 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package res
const (
AppName = "supersonic"
DisplayName = "Supersonic"
AppVersion = "0.8.2"
AppVersionTag = "v" + AppVersion
ConfigFile = "config.toml"
GithubURL = "https://github.com/dweymouth/supersonic"
LatestReleaseURL = GithubURL + "/releases/latest"
KofiURL = "https://ko-fi.com/dweymouth"
Copyright = "Copyright © 20222024 Drew Weymouth and contributors"
)
var (
WhatsAdded = ``
WhatsFixed = `
## Fixed
* Occasional crash when showing album info dialog, especially on Jellyfin
* Unable to connect to Airsonic servers not supporting latest Subsonic API
* Long album titles overflow the bounds of info dialog
* ReplayGain "prevent clipping" setting was reversed
`
)