Skip to content

Releases: asynts/music-discovery

Version 0.6.3

11 Oct 19:48
Compare
Choose a tag to compare
Version 0.6.3 Pre-release
Pre-release

Changes

  • Do not run ESLint during yarn run build.

Version 0.6.2

11 Oct 19:26
Compare
Choose a tag to compare
Version 0.6.2 Pre-release
Pre-release

Changes

  • Remove all LFS files from the repository.

Version 0.6.1

11 Oct 19:03
Compare
Choose a tag to compare
Version 0.6.1 Pre-release
Pre-release

Changes

  • Several minor tweaks.

Version 0.6.0

10 Oct 08:33
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Changes

  • Many minor fixes.

  • Clean up code smells.

Version 0.5.0

07 Oct 15:22
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

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

05 Oct 18:10
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

03 Oct 10:12
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

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

03 Oct 09:22
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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

03 Oct 06:41
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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.