Releases: asynts/music-discovery
Version 0.6.3
Changes
- Do not run ESLint during
yarn run build
.
Version 0.6.2
Changes
- Remove all LFS files from the repository.
Version 0.6.1
Changes
- Several minor tweaks.
Version 0.6.0
Changes
-
Many minor fixes.
-
Clean up code smells.
Version 0.5.0
Changes
-
Use "authentication code flow + pkce" instead of "implicit flow".
This means that Spotify now hands out refresh tokens that we make use of. -
Keep track which artists and tracks have been viewed in the current session.
-
Add favorite button.
Version 0.4.0
Changes
-
Rollback and no longer use external library for interaction with Spotify.
Unfortunately, the library is extremely buggy and it's not trivial to do this without a library.
-
Keep all the other changes.
Version 0.3.0
Changes
-
Use external library to be able to play whole songs.
-
Handful smaller tweaks to make usable.
At this point, I can start using the application, there are some features that I can add in the future.
Version 0.2.0
Changes
-
User can select an artist and we show their top tracks in the sidebar.
-
User can select track in the sidebar and we play a preview in a normal
<audio />
element.
Version 0.1.0
Changes
-
Setup OAuth 2.0 (Implicit Flow) with Spotify API.
-
Get artist tree structure working.
It is now possible to navigate related artists and we fetch them lazily from the Spotify API.