diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fd291..c0a49a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## [0.11.0] - TBD + +### Added / Changed +- Updated to Fyne 2.5, adds/fixes the following + - [#57](https://github.com/dweymouth/supersonic/issues/57) Unable to show CJK characters without setting custom app font + - [#329](https://github.com/dweymouth/supersonic/issues/329) Adds support for Ctrl+{backspace/delete} to remove words in text inputs +- [#356](https://github.com/dweymouth/supersonic/issues/356), [#372](https://github.com/dweymouth/supersonic/issues/372) Adds synced lyrics support, and Jellyfin lyrics support + - LrcLib.net is used as a fallback lyrics source and can be disabled in the config file +- [#344](https://github.com/dweymouth/supersonic/issues/344) Improve UX of Add to Playlist dialog (thanks @natilou!) +- [#276](https://github.com/dweymouth/supersonic/issues/276) Show track thumbnails in tracklist views +- [#328](https://github.com/dweymouth/supersonic/issues/328) Adds support for internet radio stations for Subsonic servers +- [#286](https://github.com/dweymouth/supersonic/issues/286) Adds "option button" to right of current track title to bring up action menu +- [#371](https://github.com/dweymouth/supersonic/issues/371) Adds a portable mode +- [#387](https://github.com/dweymouth/supersonic/issues/387) Improves performance and behavior of Random albums sort with upcoming Navidrome releases +- Adds dynamic gradient background to Now Playing page + +### Fixed +- [#165](https://github.com/dweymouth/supersonic/issues/165) Last track occasionally missing in album view depending on window size +- [#383](https://github.com/dweymouth/supersonic/issues/383) Album filter button disappearing when restoring pages from history +- [#391](https://github.com/dweymouth/supersonic/issues/391) Artist radio button sometimes plays radio for wrong artist +- [#378](https://github.com/dweymouth/supersonic/issues/378) Home doesn't stay refreshed + + ## [0.10.1] - 2024-04-21 ### Fixed diff --git a/README.md b/README.md index d86741b..5a82990 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Supersonic supports any music server with a Subsonic (or OpenSubsonic) API, or J * [x] Sort tracklist views by column and configure visible tracklist columns * [x] Download songs, albums or playlists * [x] Shuffle and repeat playback modes (partial; shuffle album, playlist, artist radio, random songs; repeat one/all) -* [x] Lyrics support (Subsonic only, unsynced; Jellyfin and synced lyrics support is coming next release!) +* [x] Lyrics support +* [x] Internet radio station support (Subsonic) * [ ] Server jukebox control (planned) -* [ ] Internet radio station support (Subsonic) (planned) * [ ] Browse by folders (planned) * [ ] Cast to uPnP/DLNA devices (likely planned) * [ ] Offline mode (eventually planned)