Skip to content

Commit

Permalink
prepare for 0.5.1 bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jul 18, 2023
1 parent 5bb65ee commit 69fa726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
icon_path = ./res/appicon-512.png
icon_path_mac = ./res/appicon-macos.png
app_name = Supersonic
app_version = 0.5.0
app_version = 0.5.1

build:
go build
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.5.0"
appVersion = "0.5.1"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"
Expand Down
19 changes: 5 additions & 14 deletions res/io.github.dweymouth.supersonic.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,19 @@
</screenshots>

<releases>
<release date="2023-07-15" version="0.5.0">
<release date="2023-07-17" version="0.5.1">
<description>
<p>
Version 0.5.0 of Supersonic
Version 0.5.1 of Supersonic
</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>
Fixed
</p>
<ul>
<li>Substantial improvement to memory use when navigating quickly through pages</li>
<li>Crash on Wayland with 2x scaling factor</li>
<li>Regression: play buttons on album, playlist, artist pages playing incorrect item</li>
<li>Incorrect track duration reported through MPRIS</li>
<li>MPRIS SetPosition mistakenly left unimplemented</li>
</ul>

</description>
Expand Down

0 comments on commit 69fa726

Please sign in to comment.