@@ -3,7 +3,7 @@ package res
33const (
44 AppName = "supersonic"
55 DisplayName = "Supersonic"
6- AppVersion = "0.18.1 "
6+ AppVersion = "0.19.0 "
77 AppVersionTag = "v" + AppVersion
88 ConfigFile = "config.toml"
99 GithubURL = "https://github.com/dweymouth/supersonic"
@@ -15,18 +15,19 @@ const (
1515var (
1616 WhatsAdded = `
1717## Added
18- * Save and use the most recently selected music library when re-launching app
19- * Add Artists to the supported list of startup pages`
18+ * Toggleable side bar play queue
19+ * New setting to skip one-star tracks or tracks with specific keyword when shuffling
20+ * New Last Played column for tracklists
21+ * Create Playlist button added to the playlists page
22+ * Save play queue on all queue changes rather than on shutdown
23+ * Left and Right keybindings for seeking back/forward 10 sec`
2024
2125 WhatsFixed = `
2226## Fixed
23- * Occasionally crashing on Linux when monitors go idle
24- * AppImage: failing to start due to "No GLXFBConfigs returned
25- * AppImage: failing to start on openSUSE-Tumbleweed and CachyOS
26- * Rework format for now playing status line
27- * Silenty failing to add large number of tracks to playlist (OpenSubsonic servers)
28- * Fail to start on Windows ARM64 or older x64 CPUs
29- * Search results limited to 20 items
30- * Transcoding not working with Jellyfin
31- * Crashing on "Shuffle albums" if fewer than 20 albums available`
27+ * Peak Meter visualization crashing with custom themes
28+ * Adjust spacing for rating/favorite widget on Now Playing page
29+ * Occasional crashing on lyrics viewer
30+ * Jellyfin M3U playlists not showing up
31+ * Occasional hangs when loading artist pages
32+ * Improved LrcLib lyrics fetching with unknown album or artist name`
3233)
0 commit comments