From 8b0434cd0a025a4fb5dbe8b6a7affb8f1c965bc5 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 15 Mar 2023 11:20:24 -0700 Subject: [PATCH] add CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ed0e45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +## [Unreleased] + +### Added +- [#73](https://github.com/dweymouth/supersonic/issues/73) Added "Play Random" button to genre page to play random songs +- [#60](https://github.com/dweymouth/supersonic/issues/60) Add Top Tracks view to artist page +- [#82](https://github.com/dweymouth/supersonic/issues/82) Added "Play Artist Radio" feature +- [#79](https://github.com/dweymouth/supersonic/issues/79) Support legacy unsalted password auth + +### Fixed +- [#66](https://github.com/dweymouth/supersonic/issues/66) Refreshing artist page duplicates list of similar artists +- [#37](https://github.com/dweymouth/supersonic/issues/37) Infinite scrolling album views stop loading if you scroll with scrollbar immediately to bottom +- [#78](https://github.com/dweymouth/supersonic/issues/78) Favorite button on Artist page always shows unfavorited initially + +## [0.0.1-alpha1] - 2023-03-05 + +First release!