prepare for 0.4.0 release

This commit is contained in:
Drew Weymouth
2023-06-24 15:56:15 -07:00
parent 9aeab2fb38
commit 47a7f065cb
3 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
icon_path = ./res/appicon-512.png icon_path = ./res/appicon-512.png
icon_path_mac = ./res/appicon-macos.png icon_path_mac = ./res/appicon-macos.png
app_name = Supersonic app_name = Supersonic
app_version = 0.3.1 app_version = 0.4.0
build: build:
go build go build
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const ( const (
appname = "supersonic" appname = "supersonic"
displayName = "Supersonic" displayName = "Supersonic"
appVersion = "0.3.1" appVersion = "0.4.0"
appVersionTag = "v" + appVersion appVersionTag = "v" + appVersion
configFile = "config.toml" configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest" latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"
+18 -9
View File
@@ -60,24 +60,33 @@
</screenshots> </screenshots>
<releases> <releases>
<release date="2023-06-03" version="0.3.1"> <release date="2023-06-24" version="0.4.0">
<description> <description>
<p> <p>
Version 0.3.1 (bug fix point release) of Supersonic Version 0.4.0 of Supersonic
</p> </p>
<p>
Added
</p>
<ul>
<li>Add 15 band graphic equalizer</li>
<li>Add custom theme support</li>
<li>Add playback status line to bottom of Now Playing page</li>
<li>Add repeat playback modes</li>
<li>Add Home button to navigation bar</li>
<li>Add ability to download tracks, albums, and playlists</li>
<li>Add click-to-set to volume slider</li>
<li>Attempting to launch a second instance refocuses the existing window</li>
</ul>
<p> <p>
Fixed Fixed
</p> </p>
<ul> <ul>
<li>Fix regression: crashing on Funkwhale when navigating to Artist page</li> <li>Track correctly scrobbles if removed from play queue while playing</li>
<li>Tracklist selection now updates properly if sorting with items selected</li>
<li>Fix regression: searching genres list unbroken</li>
<li>Fix version number shown in Mac system About dialog</li>
<li>Fix favorite button on Artist page showing opposite state</li>
<li>Fix issing album icon in cover image placeholder for album grid views</li>
</ul> </ul>
</description> </description>
</release> </release>
</releases> </releases>