diff --git a/README.md b/README.md index a9f8569..dfc4b4c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Screenshots of Supersonic running against the Navidrome [demo server](https://ww ## Features * [x] Fast, lightweight, native UI with infinite scrolling +* [x] Light and Dark themes, with optional auto theme switching * [x] High-quality gapless audio playback powered by MPV, with optional audio exclusive mode * [x] ReplayGain support (depends on files being tagged on server) * [x] Scrobble plays to server, with configurable criteria diff --git a/main.go b/main.go index fc4594d..0d6df65 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.1.0" + appVersion = "0.2.0" appVersionTag = "v" + appVersion configFile = "config.toml" latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest" diff --git a/res/io.github.dweymouth.supersonic.appdata.xml b/res/io.github.dweymouth.supersonic.appdata.xml index 847bb76..6a81169 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -21,6 +21,7 @@