prepare for 0.5.1 bug fix release

This commit is contained in:
Drew Weymouth
2023-07-17 17:12:23 -07:00
parent 5bb65ee6aa
commit 69fa726894
3 changed files with 7 additions and 16 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.5.0 app_version = 0.5.1
build: build:
go build go build
+1 -1
View File
@@ -17,7 +17,7 @@ import (
const ( const (
appname = "supersonic" appname = "supersonic"
displayName = "Supersonic" displayName = "Supersonic"
appVersion = "0.5.0" appVersion = "0.5.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"
+5 -14
View File
@@ -60,28 +60,19 @@
</screenshots> </screenshots>
<releases> <releases>
<release date="2023-07-15" version="0.5.0"> <release date="2023-07-17" version="0.5.1">
<description> <description>
<p> <p>
Version 0.5.0 of Supersonic Version 0.5.1 of Supersonic
</p> </p>
<p>
Added
</p>
<ul>
<li>Add MPRIS integration</li>
<li>Add dialog to view album description and Last.fm, Musicbrainz links</li>
<li>Highlight play icon for currently playing track in tracklist</li>
<li>Release Audio Exclusive mode while paused to allow other applications to play audio</li>
</ul>
<p> <p>
Fixed Fixed
</p> </p>
<ul> <ul>
<li>Substantial improvement to memory use when navigating quickly through pages</li> <li>Regression: play buttons on album, playlist, artist pages playing incorrect item</li>
<li>Crash on Wayland with 2x scaling factor</li> <li>Incorrect track duration reported through MPRIS</li>
<li>MPRIS SetPosition mistakenly left unimplemented</li>
</ul> </ul>
</description> </description>