From e212484d004bbf84b7c04bdc3207f5c543429623 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Fri, 5 May 2023 08:33:47 -0700 Subject: [PATCH] prepare for 0.2.0 release --- README.md | 1 + main.go | 2 +- ...io.github.dweymouth.supersonic.appdata.xml | 38 +++++++++++-------- 3 files changed, 25 insertions(+), 16 deletions(-) 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 @@