Releases: kartikk221/spotify-true-shuffle
Releases · kartikk221/spotify-true-shuffle
2.4.0
What's Changed
- fix error due to an API change by @okawaffles in #15
New Contributors
- @okawaffles made their first contribution in #15
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Added functionality to avoid back-to-back adders by @EpicGazel in #11
New Contributors
- @EpicGazel made their first contribution in #11
Full Changelog: 2.2.0...2.3.0
2.2.0
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
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
- 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.