prepare for 0.21.0 release
This commit is contained in:
@@ -1,5 +1,30 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [0.21.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [#815](https://github.com/dweymouth/supersonic/pull/815) Shuffle play queue
|
||||||
|
- [#816](https://github.com/dweymouth/supersonic/pull/816) All Tracks tab on Artist page
|
||||||
|
- [#835](https://github.com/dweymouth/supersonic/pull/835) Equalizer improvements: 10-band EQ option, AutoEQ headphone profiles, preset management
|
||||||
|
- [#700](https://github.com/dweymouth/supersonic/issues/700) Song Radio context menu item on play queue
|
||||||
|
- [#845](https://github.com/dweymouth/supersonic/pull/845) Display radio stream ICY metadata
|
||||||
|
- [#847](https://github.com/dweymouth/supersonic/pull/847) `rate-current` CLI option to rate the currently playing track
|
||||||
|
- [#860](https://github.com/dweymouth/supersonic/pull/860) `-reload-theme` CLI flag to re-apply the current theme
|
||||||
|
- Updated Polish and Chinese translations
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#862](https://github.com/dweymouth/supersonic/pull/862) Shuffle and repeat controls moved into main player controls
|
||||||
|
- Waveform seekbar disabled by default
|
||||||
|
- Use JSON instead of XML in Subsonic API requests
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [#854](https://github.com/dweymouth/supersonic/issues/854) Crash in playback engine during time position update
|
||||||
|
- [#857](https://github.com/dweymouth/supersonic/issues/857) Clearing cache did not clear in-memory cache
|
||||||
|
- [#861](https://github.com/dweymouth/supersonic/pull/861) Normalize server URLs before connecting
|
||||||
|
- [#866](https://github.com/dweymouth/supersonic/issues/866) Race condition around context cancel func
|
||||||
|
- [#867](https://github.com/dweymouth/supersonic/pull/867) Occasional momentary playback when loading saved play queue
|
||||||
|
- Fix content not loading on startup until window focused
|
||||||
|
|
||||||
## [0.20.1]
|
## [0.20.1]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[Details]
|
[Details]
|
||||||
Icon = "res/appicon-512.png"
|
Icon = "res/appicon-512.png"
|
||||||
Name = "Supersonic"
|
Name = "Supersonic"
|
||||||
Version = "0.20.1"
|
Version = "0.21.0"
|
||||||
|
|
||||||
[LinuxAndBSD]
|
[LinuxAndBSD]
|
||||||
Categories = ["Audio", "AudioVideo"]
|
Categories = ["Audio", "AudioVideo"]
|
||||||
|
|||||||
@@ -63,35 +63,45 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release date="2026-01-31" version="0.20.1">
|
<release date="2026-03-11" version="0.21.0">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Version 0.20.1 of Supersonic
|
Version 0.21.0 of Supersonic
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Added
|
Added
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improved translations for Chinese, Japanese, Italian</li>
|
<li>Shuffle play queue</li>
|
||||||
<li>Setting to disable fade out on pause</li>
|
<li>All Tracks tab on Artist page</li>
|
||||||
<li>Ignore SSL validation setting migrated to per-server option</li>
|
<li>Equalizer improvements: 10-band EQ option, AutoEQ headphone profiles, preset management</li>
|
||||||
|
<li>Song Radio context menu item on play queue</li>
|
||||||
|
<li>Display radio stream ICY metadata</li>
|
||||||
|
<li>-rate-current CLI option to rate the currently playing track</li>
|
||||||
|
<li>-reload-theme CLI flag to re-apply the current theme</li>
|
||||||
|
<li>Updated Polish and Chinese translations</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Changed
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Shuffle and repeat controls moved into main player controls</li>
|
||||||
|
<li>Waveform seekbar disabled by default</li>
|
||||||
|
<li>Use JSON instead of XML in Subsonic API requests</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Fixed
|
Fixed
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Some uPnP devices not recognized</li>
|
<li>Crash in playback engine during time position update</li>
|
||||||
<li>Jellyfin synced lyrics not shown as synced if first line starts at 00:00.00</li>
|
<li>Clearing cache did not clear in-memory cache</li>
|
||||||
<li>Regression in peak meter animation smoothness</li>
|
<li>Normalize server URLs before connecting</li>
|
||||||
<li>Some optimizations of tracklist rendering</li>
|
<li>Race condition around context cancel func</li>
|
||||||
<li>Autoplay tracks enqueuing too early</li>
|
<li>Occasional momentary playback when loading saved play queue</li>
|
||||||
<li>Fix equalizer filter string for ffmpeg</li>
|
<li>Fix content not loading on startup until window focused</li>
|
||||||
<li>Unnecessarily large minimum window width for pages with tracklist</li>
|
|
||||||
<li>Use sort tags for sorting artist discography by album name (OpenSubsonic only)</li>
|
|
||||||
<li>For Jellyfin - Add to Playlist dialog not showing playlists when logged in with username in different case</li>
|
|
||||||
<li>Fix Now Playing background dissolve animation when next track has same cover art as previous</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
+15
-14
@@ -3,7 +3,7 @@ package res
|
|||||||
const (
|
const (
|
||||||
AppName = "supersonic"
|
AppName = "supersonic"
|
||||||
DisplayName = "Supersonic"
|
DisplayName = "Supersonic"
|
||||||
AppVersion = "0.20.1"
|
AppVersion = "0.21.0"
|
||||||
AppVersionTag = "v" + AppVersion
|
AppVersionTag = "v" + AppVersion
|
||||||
ConfigFile = "config.toml"
|
ConfigFile = "config.toml"
|
||||||
GithubURL = "https://github.com/dweymouth/supersonic"
|
GithubURL = "https://github.com/dweymouth/supersonic"
|
||||||
@@ -15,20 +15,21 @@ const (
|
|||||||
var (
|
var (
|
||||||
WhatsAdded = `
|
WhatsAdded = `
|
||||||
## Added
|
## Added
|
||||||
* Improved translations for Chinese, Japanese, Italian
|
* Shuffle play queue
|
||||||
* Setting to disable fade out on pause
|
* All Tracks tab on Artist page
|
||||||
* Ignore SSL validation setting migrated to per-server option`
|
* Equalizer improvements: 10-band EQ option, AutoEQ headphone profiles, preset management
|
||||||
|
* Song Radio context menu item on play queue
|
||||||
|
* Display radio stream ICY metadata
|
||||||
|
* -rate-current CLI option to rate the currently playing track
|
||||||
|
* -reload-theme CLI flag to re-apply the current theme
|
||||||
|
* Updated Polish and Chinese translations`
|
||||||
|
|
||||||
WhatsFixed = `
|
WhatsFixed = `
|
||||||
## Fixed
|
## Fixed
|
||||||
* Some uPnP devices not recognized
|
* Crash in playback engine during time position update
|
||||||
* Jellyfin synced lyrics not shown as synced if first line starts at 00:00.00
|
* Clearing cache did not clear in-memory cache
|
||||||
* Regression in peak meter animation smoothness
|
* Normalize server URLs before connecting
|
||||||
* Some optimizations of tracklist rendering
|
* Race condition around context cancel func
|
||||||
* Autoplay tracks enqueuing too early
|
* Occasional momentary playback when loading saved play queue
|
||||||
* Fix equalizer filter string for ffmpeg
|
* Fix content not loading on startup until window focused`
|
||||||
* Unnecessarily large minimum window width for pages with tracklist
|
|
||||||
* Use sort tags for sorting artist discography by album name (OpenSubsonic only)
|
|
||||||
* For Jellyfin - Add to Playlist dialog not showing playlists when logged in with username in different case
|
|
||||||
* Fix Now Playing background dissolve animation when next track has same cover art as previous`
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Supersonic"
|
#define MyAppName "Supersonic"
|
||||||
#define MyAppVersion "0.20.1"
|
#define MyAppVersion "0.21.0"
|
||||||
#define MyAppPublisher "Drew Weymouth"
|
#define MyAppPublisher "Drew Weymouth"
|
||||||
#define MyAppURL "https://github.com/dweymouth/supersonic"
|
#define MyAppURL "https://github.com/dweymouth/supersonic"
|
||||||
#define MyAppExeName "Supersonic.exe"
|
#define MyAppExeName "Supersonic.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user