From e7c1a7a4521f372d6ec963bee49ba05682f7683c Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 26 Apr 2023 18:16:05 -0700 Subject: [PATCH] update CHANGELOG and README with recent changes --- CHANGELOG.md | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202cc77..e690fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## Unreleased + +### Added +- [#145](https://github.com/dweymouth/supersonic/issues/145) Add rating column to tracklist with 5-star rating widget +- [b017995](https://github.com/dweymouth/supersonic/commit/b01799550ded0c6a8f33913827df23818f9a7353) Add Ctrl+W (Cmd+W on Mac) shortcut to close to tray if enabled + +### Fixed +- [#148](https://github.com/dweymouth/supersonic/issues/148) Fix potential crash when searching for albums +- [#149](https://github.com/dweymouth/supersonic/issues/149) Tracklist columns occasionally misaligned when shrinking window +- [#142](https://github.com/dweymouth/supersonic/issues/142) Disable hyperlinks for track artists that are not also album artists +- [#141](https://github.com/dweymouth/supersonic/issues/141) Fix crash when navigating to "Top Tracks" on artist page not yet fully loaded or invalid artist +- [56b6709](https://github.com/dweymouth/supersonic/commit/56b67097b9259ad16e9799b39df644d323405bbe) Don't pluralize "tracks" for albums and playlists with only one track + ## [0.1.0] - 2023-04-22 ### Added diff --git a/README.md b/README.md index a7bd1a3..a9f8569 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Screenshots of Supersonic running against the Navidrome [demo server](https://ww * [x] Create, play, and update playlists * [x] Configure visible tracklist columns * [x] Set/unset favorite and browse by favorite albums, artists, and songs +* [x] Set and view track rating (0-5 stars) * [x] View and edit play queue (add and remove tracks; reorder support coming soon) * [x] Shuffle and repeat playback modes (partial; shuffle album, playlist, artist radio, random songs) * [ ] Set filters in albums browsing view (planned)