From c7f58a8a385b1e784e7dc40264e670ea8a7f0c4e Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 15 Jul 2023 11:14:57 -0700 Subject: [PATCH] prepare for 0.5.0 release --- Makefile | 2 +- main.go | 2 +- ...io.github.dweymouth.supersonic.appdata.xml | 19 ++++++++----------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index cae647f..8f6c689 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.4.0 +app_version = 0.5.0 build: go build diff --git a/main.go b/main.go index 7b05cc8..c9ece54 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( const ( appname = "supersonic" displayName = "Supersonic" - appVersion = "0.4.0" + appVersion = "0.5.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 92f5d0b..4d36e4b 100644 --- a/res/io.github.dweymouth.supersonic.appdata.xml +++ b/res/io.github.dweymouth.supersonic.appdata.xml @@ -60,31 +60,28 @@ - +

- Version 0.4.0 of Supersonic + Version 0.5.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
  • +
  • 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

    -
  • Track correctly scrobbles if removed from play queue while playing
  • +
  • Substantial improvement to memory use when navigating quickly through pages
  • +
  • Crash on Wayland with 2x scaling factor