Skip to content

Commit

Permalink
prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jul 15, 2023
1 parent b2ce80b commit c7f58a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 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.4.0
app_version = 0.5.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 @@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.4.0"
appVersion = "0.5.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"
Expand Down
19 changes: 8 additions & 11 deletions res/io.github.dweymouth.supersonic.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,28 @@
</screenshots>

<releases>
<release date="2023-06-24" version="0.4.0">
<release date="2023-07-15" version="0.5.0">
<description>
<p>
Version 0.4.0 of Supersonic
Version 0.5.0 of Supersonic
</p>

<p>
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>
<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>Track correctly scrobbles if removed from play queue while playing</li>
<li>Substantial improvement to memory use when navigating quickly through pages</li>
<li>Crash on Wayland with 2x scaling factor</li>
</ul>

</description>
Expand Down

0 comments on commit c7f58a8

Please sign in to comment.