11 KiB
11 KiB
Change Log
Unreleased
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] - 2023-05-25
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
[0.2.0] - 2023-05-05
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] - 2023-04-22
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
Fixes
- 198110d Don't show update available prompt if the found version is the same as the running app version
- #120,#87 Update Mac build process to support OS versions back to High Sierra (thanks @whorfin!)
- #125 Navigating back twice to an albums page with search result clears search state
[0.1.0-beta] - 2023-04-01
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] - 2023-03-17
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] - 2023-03-05
First release!