From 6d5900b6925fcfae9028dae506a892bb08c2d7ea Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 3 Jun 2023 10:22:06 -0700 Subject: [PATCH] prepare for 0.3.1 release --- Makefile | 2 +- main.go | 2 +- ...io.github.dweymouth.supersonic.appdata.xml | 32 +++++-------------- 3 files changed, 10 insertions(+), 26 deletions(-) diff --git a/Makefile b/Makefile index ee955fd..b3ad8ce 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.3.0 +app_version = 0.3.1 build: go build diff --git a/main.go b/main.go index ced092e..b2ab4c5 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.3.0" + appVersion = "0.3.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 0bb0021..8a96ee0 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -60,39 +60,23 @@ - +

- Version 0.3.0 release of Supersonic! + Version 0.3.1 (bug fix point release) of Supersonic

-

- Added -

- -
    -
  • Add multi-server support (add, delete, switch servers)
  • -
  • Add filter options to album grid views
  • -
  • Add ability to sort tracklist by individual columns
  • -
  • Add grid view for artists showing portrait image
  • -
  • Disable back/forward buttons when no navigation is possible
  • -
  • Allow adjusting volume slider with the scroll wheel
  • -
  • Add context menu to cover thumbnail in bottom panel to rate/favorite/add to playlist current track
  • -
  • Add shuffle option to tracklist context menu
  • -
-

Fixed

    -
  • Fix crash in "Play artist radio" feature when server returns empty response
  • -
  • Fix race condition occasionally causing album search results to be incorrect
  • -
  • Fix inability to log in on KDE and other systems where a credential storage service is not available
  • -
  • Fix navigating back to Favorites page twice always resets view to Albums
  • -
  • Fixed a rare crash from a race condition with album searching
  • -
  • Fixed a resource leak of HTTP connections
  • -
  • Fixed Ctrl+A not selecting all tracks on Favorites page
  • +
  • Fix regression: crashing on Funkwhale when navigating to Artist page
  • +
  • Tracklist selection now updates properly if sorting with items selected
  • +
  • Fix regression: searching genres list unbroken
  • +
  • Fix version number shown in Mac system About dialog
  • +
  • Fix favorite button on Artist page showing opposite state
  • +
  • Fix issing album icon in cover image placeholder for album grid views