Skip to content

Releases: kartikk221/spotify-true-shuffle

2.4.0

17 Jul 20:05
c44f5c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

23 Sep 16:11
77f6e22
Compare
Choose a tag to compare

What's Changed

  • Added functionality to avoid back-to-back adders by @EpicGazel in #11

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

19 May 03:39
Compare
Choose a tag to compare

What's Changed

  • Save the results of the shuffle to a playlist on demand by @kuba300game in #9
  • Fixed bug with songs being appended instead of updated in the temporary shuffle playlist for free plan users
  • Improved UX by organizing playlists and separating them for ease of access from liked, created and followed playlists.

New Contributors

  • @kuba300game made their first contribution in #9

Full Changelog: 2.1.0...2.2.0

2.1.0

11 May 20:01
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with temporary playlist not being properly created for Spotify free plan users.
  • Implemented the ability for users to jump around to any point in the generated shuffled tracks to begin playback resulting in an improved user experience.
  • Implemented various state caches to reduce the number of recurring Spotify API requests resulting in improved user experience.
  • Implemented better sorting for playlists and devices to display the most important / likely to be selected candidates higher than others.

Full Changelog: 2.0.0...2.1.0

2.0.0

01 Apr 14:33
Compare
Choose a tag to compare
  • Re-factored codebase from 1.0.0 to be much more descriptive and better organized.
  • Added JSDocs to all utilized Javascript code.
  • Decreased complexity in authentication flow by decreasing number of steps and measures in place to complete flow.