diff --git a/Makefile b/Makefile index b3ad8ce..cae647f 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.1 +app_version = 0.4.0 build: go build diff --git a/main.go b/main.go index 0008e9a..60b73c2 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.3.1" + appVersion = "0.4.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 8a96ee0..92f5d0b 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -60,24 +60,33 @@ - +

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

+

+ Added +

+
    +
  • Add 15 band graphic equalizer
  • +
  • Add custom theme support
  • +
  • Add playback status line to bottom of Now Playing page
  • +
  • Add repeat playback modes
  • +
  • Add Home button to navigation bar
  • +
  • Add ability to download tracks, albums, and playlists
  • +
  • Add click-to-set to volume slider
  • +
  • Attempting to launch a second instance refocuses the existing window
  • +
+

Fixed

-
    -
  • 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
  • +
  • Track correctly scrobbles if removed from play queue while playing
+