diff --git a/Makefile b/Makefile index 43a5c86..df0408f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ icon_path = ./res/appicon-512.png icon_path_mac = ./res/appicon-macos.png app_name = Supersonic -app_version = 0.5.1 +app_version = 0.5.2 build: go build diff --git a/main.go b/main.go index be64fb2..ea4d07d 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.5.1" + appVersion = "0.5.2" 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 e7e1bf5..187482a 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -60,19 +60,33 @@ - +

- Version 0.5.1 of Supersonic + Version 0.5.2 of Supersonic

Fixed

    -
  • Regression: play buttons on album, playlist, artist pages playing incorrect item
  • -
  • Incorrect track duration reported through MPRIS
  • -
  • MPRIS SetPosition mistakenly left unimplemented
  • +
  • Album lists were not populating when connecting to Astiga
  • +
  • MPRIS SetPosition call failed
  • +
  • Album card on artist discography page occasionally showed artist name instead of year
  • +
  • MPRIS invalid track object path for some Subsonic servers
  • +
  • Play count did not increment on Favorites page tracklist
  • +
  • Ctrl+F should focus search bar on Artists page
  • +
  • Prevent multiple popup cover images if thumbnail clicked twice
  • +
+ +

+ Changed +

+
    +
  • Settings dialog opens to last active tab
  • +
  • Add size limit and periodic pruning to on-disc image cache
  • +
  • Added Cmd+, shortcut on Mac to launch settings dialog
  • +
  • Add ContentCreated, UseCount to the MPRIS metadata