Releases: dweymouth/supersonic
0.2.0
Lots of small additions to this release, but most notably adding 5-star ratings to the tracklist views, a grid view option for playlists, and adding a light theme with optional auto theme switching! Also fixed a few crashes that impacted Airsonic servers.
Added
- #145 Add rating column to tracklist with 5-star rating widget
- #101 Add light theme, and optional auto-switching between dark and light
- #40 Add grid view option to playlists page with playlist cover images
- #95 Enable click-to-seek behavior in seek bar
- #136 Add context menu to items in grid views (albums and playlists)
- b017995 Add Ctrl+W (Cmd+W on Mac) shortcut to close to tray if enabled
- 5b6b6b4,a9eac50 Add tracklist context menu items to bulk set favorite and rating
- fd01e37 Add "meatball menu" actions to playlist page
- a9263c8 Add settings option to choose startup page
- cbc724d Migrate to Fyne 2.3.4 (few performance and memory improvements)
- 053474f Track title in bottom panel links to track location on Now Playing page
- 7819416 Clicking thumbnail in bottom panel shows full size cover
- de36149 Add volume adjustment options to system tray menu
Fixed
- #148 Fix crash when searching for albums on Airsonic servers
- #149 Tracklist columns occasionally misaligned when shrinking window
- #142 Disable hyperlinks for track artists that are not also album artists
- #141 Fix crash when navigating to "Top Tracks" on artist page not yet fully loaded or invalid artist
- 56b6709 Don't pluralize "tracks" for albums and playlists with only one track
0.1.0
🌎🌳 Version 0.1.0 release of Supersonic! 🌍🌏
Happy Earth Day everyone!
Added
- #107 Add playback settings dropdown to choose output audio device
- #119 Add file path column to tracklist view
- #117 Add (optional) system tray menu and close to tray support
- #55 Show disc number and disc count for multi-disc albums
- #115 Add search bar to artist, genres, and playlists pages
- #104 Add alternate (e.g. external) hostname to server connection config
- #136 Add "..." button to album page with menu to add album to queue or playlist
- #70 Add searchable "All Tracks" page, with button to play random tracks
- #63 Add experimental support for setting custom application font
Fixed
0.1.0-beta
Beta release of Supersonic!
Lots of fixes and new features in this release, including ReplayGain support and a brand new settings dialog, and much improved memory utilization!
Supersonic is free and always will be, but if you are enjoying it and want to support the project, donations are always appreciated! And if you're a developer, contributions are welcome!
Edit: there is a minor bug in this release - if you've already been running Supersonic off of the fresh code in the main branch, when launching this version for the first time the update checker may inform you of a "new" version, which is just this release. Just select "Skip this version" and it will go away until the next release! :)
Added
- #39 Add caching of artist images
- #94 Add Cmd+[ Cmd+] back/forward shortcuts for Mac (alongside existing Cmd+Left/Right)
- #96 Make scrobbling thresholds configurable
- #21 Add ability to reorder tracks within a playlist (via context menu)
- #99 Add Year (asc + desc) sort orders to album page
- #102 Add ReplayGain support (requires files to be tagged on server and transcoding to preserve tags)
- #106 Automatically check for updates
- #12 Add settings dialog
- d67dfa0 Add file size column to tracklist view
- 0a11df8 Limit the size of MPV's in-memory audio cache
Fixed
- #90 Wrong covers get loaded for albums if server has different IDs for album and cover art
- #88 Incorrect icon size for Mac OS
- #87 Fix dependency bundling for Mac OS
- #45 Tracklist multi-select on Linux now works properly (Ctrl+click, Shift+click)
- #109 Memory leak in image rendering
- f34d432 Don't show tracklist row hover indicator when favorite toggle is hovered
- 98fb148 Migrate to Fyne 2.3.3 (modest memory improvements, fixes seek slider "wobble", fixes possible issues on M2 Macs)
0.0.1-alpha2
Second alpha release of Supersonic! This release adds a few new features and fixes several issues (see changelog below). If no major issues are reported, the next release will most likely be designated as beta.
Added
- #73 Added "Play Random" button to genre page to play random songs
- #60 Add Top Tracks view to artist page
- #82 Added "Play Artist Radio" feature
- #79 Support legacy unsalted password auth
- #48 Send "Now Playing" scrobble to server when beginning new track
- #76 Added "Audio Exclusive" playback mode
- 60b7b93 Add support for deleting playlists and editing playlist metadata
Fixed
- #62 Set a placeholder image if an album cover is not available
- #66 Refreshing artist page duplicates list of similar artists
- #37 Infinite scrolling album views stop loading if you scroll with scrollbar immediately to bottom
- #78 Favorite button on Artist page always shows unfavorited initially
- #64 Improve scrolling smoothness in album grid view
0.0.1-alpha1
First alpha release of Supersonic!