Releases: dweymouth/supersonic
0.8.1
0.8.0
Not much new for Subsonic users in this release, but Jellyfin servers are now supported!
Added
- #98 Add support for connecting to Jellyfin servers
- #157 Add "Auto" ReplayGain option to auto-choose between Track and Album mode
- #179 Add experimental setting for changing UI scaling
Fixed
- #282 Crash when repeatedly searching the All Tracks page quickly
- #275 What's New dialog sometimes continuing to re-show on subsequent launches
- #277 Config settings sometimes not being saved due to abnormal exits
- Don't crash with zero-track albums or tracks with no artists
- Slightly improved the time it takes to check server connectivity
0.7.0
Added
- #263 "Quick Search" popup dialog to search entire library from any page
- #245 UI Refresh and misc. internal improvements from moving to Fyne 2.4
- New custom theme colors - Hyperlink and PageHeader
- Added support for displaying WEBP images (Thanks @adamantike!)
- Added playback setting to force disable server transcoding
Fixed
- #270 Crash when removing from the currently playing track to the end of the play queue
- UI hang if playback slow to begin after clicking on green play button on cover images
0.6.0
Version 0.6.0 adds support for the first of many new features to come from the OpenSubsonic initiative - multi-valued artists for both albums and tracks, and multi-valued album genres! If your server supports OpenSubsonic (currently Gonic and LMS - Lightweight Music Server), and your library is tagged with multiple artists and genres, you will see them in Supersonic, each individually navigable.
This is also the first release with native ARM64 Mac binaries offered, and also the introduction of the Discord server for discussion of all things Supersonic!
Added
- #259 Support for multi-valued artists and genres through the new OpenSubsonic API extensions
- #233 Mac OS media center integration incl. media key support (Thanks @zackslash!)
- #77 Builds off latest
main
branch available via Github Actions for Ubuntu and Intel Macs - #252 Sorting now enabled on genres and playlists list views
- #261 Sortable tracklist columns provide a visual indication on hover
- #249 "Rescan library" option added to settings menu to trigger a library scan on the server
0.5.2
It's been awhile - here's another release of miscellaneous bug fixes and improvements, including Astiga support!
Fixed
- #248 Album lists not populating when connecting to Astiga
- #230 MPRIS SetPosition call fails
- cf09912 Album card on artist discography page occasionally showed artist name instead of year
- ce68593 Fix MPRIS invalid track object path for some Subsonic servers (thanks @yelite!)
- 64ec698 Play count did not increment on Favorites page tracklist
- a2a56b3 Ctrl+F should focus search bar on Artists page
- 5c9d338 Prevent multiple popup cover images if thumbnail clicked twice
Changed
0.5.1
0.5.0
MPRIS integration, performance improvements, and more!
Added
- #75 Add MPRIS integration
- #105 Add dialog to view album description and Last.fm, Musicbrainz links (thanks @natilou!)
- #184 Highlight play icon for currently playing track in tracklist (thanks @adamantike!)
- #216 Release Audio Exclusive mode while paused to allow other applications to play audio
Fixed
0.4.0
Version 0.4.0 adds custom theme support, a 15-band graphic equalizer, and more, with several contributions from the community!
Added
- #207 Add 15 band graphic equalizer
- #203 Add custom theme support
- see the wiki for more info https://github.com/dweymouth/supersonic/wiki/Custom-Themes
- fedb9fd Add playback status line to bottom of Now Playing page
- #197 Add repeat playback modes (thanks @adamantike!)
- #187 Add Home button to navigation bar (thanks @natilou!)
- #191,#201,#206 Add ability to download tracks, albums, and playlists (thanks @natilou!)
- c19edcc Add click-to-set to volume slider (thanks @adamantike!)
- #193 Attempting to launch a second instance refocuses the existing window instead
Fixed
- #196 Track correctly scrobbles if removed from play queue while playing (thanks @adamantike!)
0.3.1
Bug fix release. Goals for the next release (0.4.0) are Jellyfin support and custom theme support.
Fixed
- #182 Regression: crash on Funkwhale when navigating to Artist page
- #178 Tracklist selection doesn't update properly if sorting with items selected
- #176 Regression: searching genres list broken
- #175 Incorrect version number shown in Mac system About dialog
- 066be7b Favorite button on Artist page showing opposite state
- 8b238fd Missing album icon in cover image placeholder for album grid views
0.3.0
Added
- #168 Add multi-server support (add, delete, switch servers)
- #99 Add filter options to album grid views
- #170 Add ability to sort tracklist by individual columns
- #151 Add grid view for artists
- #166 Disable back/forward buttons when no navigation is possible (thank you @davidhaymond!)
- #156 Allow adjusting volume slider with the scroll wheel
- 3e448ed Add context menu to cover thumbnail in bottom panel to rate/favorite/add to playlist current track
- 2083af3 Add shuffle option to tracklist context menu
Fixed
- #158 Crash in "Play artist radio" feature when server returns empty response
- #161 Race condition occasionally causing album search results to be incorrect
- #163 Inability to log in on KDE and other systems where a credential storage service is not available
- #172 Navigating back to Favorites page twice always resets view to Albums
- b2dce99 Fixed a rare crash from a race condition with album searching
- dde8cd0 Fixed a resource leak of HTTP connections
- c97edef Ctrl+A should select all tracks on Favorites page