From 69fa726894f30b01bbf077c5d8abfb659e98f9f3 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 17 Jul 2023 17:12:23 -0700 Subject: [PATCH] prepare for 0.5.1 bug fix release --- Makefile | 2 +- main.go | 2 +- ...io.github.dweymouth.supersonic.appdata.xml | 19 +++++-------------- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 8f6c6895..43a5c861 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.0 +app_version = 0.5.1 build: go build diff --git a/main.go b/main.go index c9ece54b..be64fb22 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.5.0" + appVersion = "0.5.1" 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 4d36e4b2..e7e1bf5a 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -60,28 +60,19 @@ - +

- Version 0.5.0 of Supersonic + Version 0.5.1 of Supersonic

-

- Added -

-
    -
  • Add MPRIS integration
  • -
  • Add dialog to view album description and Last.fm, Musicbrainz links
  • -
  • Highlight play icon for currently playing track in tracklist
  • -
  • Release Audio Exclusive mode while paused to allow other applications to play audio
  • -
-

Fixed

    -
  • Substantial improvement to memory use when navigating quickly through pages
  • -
  • Crash on Wayland with 2x scaling factor
  • +
  • Regression: play buttons on album, playlist, artist pages playing incorrect item
  • +
  • Incorrect track duration reported through MPRIS
  • +
  • MPRIS SetPosition mistakenly left unimplemented