prepare for 0.5.2 release

This commit is contained in:
Drew Weymouth
2023-09-18 09:02:26 -07:00
parent d04a07bf16
commit 3321540bd3
3 changed files with 21 additions and 7 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.1 app_version = 0.5.2
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.1" appVersion = "0.5.2"
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"
+19 -5
View File
@@ -60,19 +60,33 @@
</screenshots> </screenshots>
<releases> <releases>
<release date="2023-07-17" version="0.5.1"> <release date="2023-09-18" version="0.5.2">
<description> <description>
<p> <p>
Version 0.5.1 of Supersonic Version 0.5.2 of Supersonic
</p> </p>
<p> <p>
Fixed Fixed
</p> </p>
<ul> <ul>
<li>Regression: play buttons on album, playlist, artist pages playing incorrect item</li> <li>Album lists were not populating when connecting to Astiga</li>
<li>Incorrect track duration reported through MPRIS</li> <li>MPRIS SetPosition call failed</li>
<li>MPRIS SetPosition mistakenly left unimplemented</li> <li>Album card on artist discography page occasionally showed artist name instead of year</li>
<li>MPRIS invalid track object path for some Subsonic servers</li>
<li>Play count did not increment on Favorites page tracklist</li>
<li>Ctrl+F should focus search bar on Artists page</li>
<li>Prevent multiple popup cover images if thumbnail clicked twice</li>
</ul>
<p>
Changed
</p>
<ul>
<li>Settings dialog opens to last active tab</li>
<li>Add size limit and periodic pruning to on-disc image cache</li>
<li>Added Cmd+, shortcut on Mac to launch settings dialog</li>
<li>Add ContentCreated, UseCount to the MPRIS metadata</li>
</ul> </ul>
</description> </description>