@@ -3,7 +3,7 @@ package res
33const (
44 AppName = "supersonic"
55 DisplayName = "Supersonic"
6- AppVersion = "0.11 .0"
6+ AppVersion = "0.12 .0"
77 AppVersionTag = "v" + AppVersion
88 ConfigFile = "config.toml"
99 GithubURL = "https://github.com/dweymouth/supersonic"
@@ -15,24 +15,19 @@ const (
1515var (
1616 WhatsAdded = `
1717## Added
18- * Automatically load fonts from the OS as needed to display CJK and other scripts
19- * Synced lyrics support and Jellyfin lyrics support
20- * LrcLib.net as a backup lyric source (disable in config file if desired)
21- * Improve UX of Add to Playlist dialog
22- * Show track thumbnails in tracklist views
23- * Support for internet radio stations for Subsonic servers
24- * New "option button" to right of current track title to bring up action menu
25- * Ctrl+{backspace/delete} to remove words in text inputs
26- * New portable mode option
27- * Improves performance and behavior of Random albums sort with upcoming Navidrome releases
28- * Dynamic gradient background on Now Playing page
18+ * Enable drag-and-drop reordering of tracks in the play queue and playlists
19+ * Add command-line options to control playback
20+ * Add option to show album years in grid views
21+ * Include radio station results in Quick Search
22+ * Better stringification of play times longer than 1 hour
23+ * Add fallback logic for populating related tracks and artist top tracks if server returns none
2924`
3025
3126 WhatsFixed = `
3227## Fixed
33- * Last track occasionally missing in album view depending on window size
34- * Album filter button disappearing when restoring pages from history
35- * Artist radio button sometimes plays radio for wrong artist
36- * Clicking Home button doesn't automatically refresh page
28+ * Window occasionally misrendered into smaller space on opening for Linux over xwayland
29+ * Add "Play next/later" options to the related tracks list on the Now Playing page
30+ * Change wording of the Add/Edit server form to be less confusing
31+ * Don't crash if server returns nil saved play queue but no Subsonic error
3732`
3833)
0 commit comments