Skip to content

Commit

Permalink
prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jun 24, 2023
1 parent 9aeab2f commit 47a7f06
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 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.3.1
app_version = 0.4.0

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 @@ -16,7 +16,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.3.1"
appVersion = "0.4.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"
Expand Down
27 changes: 18 additions & 9 deletions res/io.github.dweymouth.supersonic.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,33 @@
</screenshots>

<releases>
<release date="2023-06-03" version="0.3.1">
<release date="2023-06-24" version="0.4.0">
<description>
<p>
Version 0.3.1 (bug fix point release) of Supersonic
Version 0.4.0 of Supersonic
</p>

<p>
Fixed
Added
</p>
<ul>
<li>Add 15 band graphic equalizer</li>
<li>Add custom theme support</li>
<li>Add playback status line to bottom of Now Playing page</li>
<li>Add repeat playback modes</li>
<li>Add Home button to navigation bar</li>
<li>Add ability to download tracks, albums, and playlists</li>
<li>Add click-to-set to volume slider</li>
<li>Attempting to launch a second instance refocuses the existing window</li>
</ul>

<p>
Fixed
</p>
<ul>
<li>Fix regression: crashing on Funkwhale when navigating to Artist page</li>
<li>Tracklist selection now updates properly if sorting with items selected</li>
<li>Fix regression: searching genres list unbroken</li>
<li>Fix version number shown in Mac system About dialog</li>
<li>Fix favorite button on Artist page showing opposite state</li>
<li>Fix issing album icon in cover image placeholder for album grid views</li>
<li>Track correctly scrobbles if removed from play queue while playing</li>
</ul>

</description>
</release>
</releases>
Expand Down

0 comments on commit 47a7f06

Please sign in to comment.