Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jun 5, 2024
1 parent b65bb70 commit aa5312a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa5312a

Please sign in to comment.