prepare for 0.2.0 release

This commit is contained in:
Drew Weymouth
2023-05-05 08:33:47 -07:00
parent 6e4845a16e
commit e212484d00
3 changed files with 25 additions and 16 deletions
+1
View File
@@ -18,6 +18,7 @@ Screenshots of Supersonic running against the Navidrome [demo server](https://ww
## Features ## Features
* [x] Fast, lightweight, native UI with infinite scrolling * [x] Fast, lightweight, native UI with infinite scrolling
* [x] Light and Dark themes, with optional auto theme switching
* [x] High-quality gapless audio playback powered by MPV, with optional audio exclusive mode * [x] High-quality gapless audio playback powered by MPV, with optional audio exclusive mode
* [x] ReplayGain support (depends on files being tagged on server) * [x] ReplayGain support (depends on files being tagged on server)
* [x] Scrobble plays to server, with configurable criteria * [x] Scrobble plays to server, with configurable criteria
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const ( const (
appname = "supersonic" appname = "supersonic"
displayName = "Supersonic" displayName = "Supersonic"
appVersion = "0.1.0" appVersion = "0.2.0"
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"
+23 -15
View File
@@ -21,6 +21,7 @@
</p> </p>
<ul> <ul>
<li>Fast, lightweight, native UI, with infinite scrolling</li> <li>Fast, lightweight, native UI, with infinite scrolling</li>
<li>Light and Dark themes, with optional auto theme switching</li>
<li>High-quality gapless audio playback powered by MPV, with optional audio exclusive mode</li> <li>High-quality gapless audio playback powered by MPV, with optional audio exclusive mode</li>
<li>ReplayGain support (depends on files being tagged on server)</li> <li>ReplayGain support (depends on files being tagged on server)</li>
<li>Scrobble plays to server, with configurable criteria</li> <li>Scrobble plays to server, with configurable criteria</li>
@@ -57,10 +58,10 @@
</screenshots> </screenshots>
<releases> <releases>
<release date="2023-04-22" version="0.1.0"> <release date="2023-05-05" version="0.2.0">
<description> <description>
<p> <p>
Version 0.1.0 release of Supersonic! Version 0.2.0 release of Supersonic!
</p> </p>
<p> <p>
@@ -68,25 +69,32 @@
</p> </p>
<ul> <ul>
<li>Add playback settings dropdown to choose output audio device</li> <li>Add rating column to tracklist with 5-star rating widget</li>
<li>Add file path column to tracklist view</li> <li>Add light theme, and optional auto-switching between dark and light</li>
<li>Add (optional) system tray menu and close to tray support</li> <li>Add grid view option to playlists page with playlist cover images</li>
<li>Show disc number and disc count for multi-disc albums</li> <li>Enable click-to-seek behavior in seek bar</li>
<li>Add search bar to artist, genres, and playlists pages</li> <li>Add context menu to items in grid views (albums and playlists)</li>
<li>Add alternate (e.g. external) hostname to server connection config</li> <li>Add Ctrl+W (Cmd+W on Mac) shortcut to close to tray if enabled</li>
<li>Add "..." button to album page with menu to add album to queue or playlist</li> <li>Add tracklist context menu items to bulk set favorite and rating</li>
<li>Add searchable "All Tracks" page, with button to play random tracks</li> <li>Add "meatball menu" actions to playlist page</li>
<li>Add experimental support for setting custom application font</li> <li>Add settings option to choose startup page</li>
<li>Migrate to Fyne 2.3.4 (few performance and memory improvements)</li>
<li>Track title in bottom panel links to track location on Now Playing page</li>
<li>Clicking thumbnail in bottom panel shows full size cover</li>
<li>Add volume adjustment options to system tray menu</li>
</ul> </ul>
<p> <p>
Fixed Fixed
</p> </p>
<ul> <ul>
<li>Don't show update available prompt if the found version is the same as the running app version</li> <li>Fix crash when searching for albums on Airsonic servers</li>
<li>Update Mac build process to support OS versions back to High Sierra (thanks @whorfin!)</li> <li>Tracklist columns occasionally misaligned when shrinking window</li>
<li>Navigating back twice to an albums page with search result clears search state</li> <li>Disable hyperlinks for track artists that are not also album artists</li>
</ul> <li>Fix crash when navigating to "Top Tracks" on artist page not yet fully loaded or invalid artist</li>
<li>Don't pluralize "tracks" for albums and playlists with only one track</li>
</ul>
</description> </description>
</release> </release>
</releases> </releases>