prepare for 0.3.1 release
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user