prepare for 0.3.1 release

This commit is contained in:
Drew Weymouth
2023-06-03 10:22:06 -07:00
parent 0fc7385970
commit 6d5900b692
3 changed files with 10 additions and 26 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.0 app_version = 0.3.1
build: build:
go build go build
+1 -1
View File
@@ -15,7 +15,7 @@ import (
const ( const (
appname = "supersonic" appname = "supersonic"
displayName = "Supersonic" displayName = "Supersonic"
appVersion = "0.3.0" appVersion = "0.3.1"
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"
+8 -24
View File
@@ -60,39 +60,23 @@
</screenshots> </screenshots>
<releases> <releases>
<release date="2023-05-24" version="0.3.0"> <release date="2023-06-03" version="0.3.1">
<description> <description>
<p> <p>
Version 0.3.0 release of Supersonic! Version 0.3.1 (bug fix point release) of Supersonic
</p> </p>
<p>
Added
</p>
<ul>
<li>Add multi-server support (add, delete, switch servers)</li>
<li>Add filter options to album grid views</li>
<li>Add ability to sort tracklist by individual columns</li>
<li>Add grid view for artists showing portrait image</li>
<li>Disable back/forward buttons when no navigation is possible</li>
<li>Allow adjusting volume slider with the scroll wheel</li>
<li>Add context menu to cover thumbnail in bottom panel to rate/favorite/add to playlist current track</li>
<li>Add shuffle option to tracklist context menu</li>
</ul>
<p> <p>
Fixed Fixed
</p> </p>
<ul> <ul>
<li>Fix crash in "Play artist radio" feature when server returns empty response</li> <li>Fix regression: crashing on Funkwhale when navigating to Artist page</li>
<li>Fix race condition occasionally causing album search results to be incorrect</li> <li>Tracklist selection now updates properly if sorting with items selected</li>
<li>Fix inability to log in on KDE and other systems where a credential storage service is not available</li> <li>Fix regression: searching genres list unbroken</li>
<li>Fix navigating back to Favorites page twice always resets view to Albums</li> <li>Fix version number shown in Mac system About dialog</li>
<li>Fixed a rare crash from a race condition with album searching</li> <li>Fix favorite button on Artist page showing opposite state</li>
<li>Fixed a resource leak of HTTP connections</li> <li>Fix issing album icon in cover image placeholder for album grid views</li>
<li>Fixed Ctrl+A not selecting all tracks on Favorites page</li>
</ul> </ul>
</description> </description>
</release> </release>