mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
-
v0.14.0 Stable
released this
2025-01-01 09:20:24 +03:00 | 93 commits to master since this release📅 Originally published on GitHub: Wed, 01 Jan 2025 07:18:05 GMT
🏷️ Git tag created: Wed, 01 Jan 2025 06:20:24 GMTBreaking changes
- (#487) Change the type of
TrackLink.idfromTrackId<'static>toOption<TrackId<'static>>
Bugfixes
- (#494) Fix endless sequential pagination problem.
New features
- (#496) Add support for searching multiple types
- (#512) Add
AuthCodePkceSpotify::from_token_with_config() - (#513)
- Automatically spawn a local TCPListener to handle redirect url without manually copy/paste URL into terminal.(The most exciting feature in this release, free developer from manually copying/pasting redirect_url into their terminal)
- Mark
artist_related_artists,track_features,tracks_features,track_analysisas deprecated because Spotify has deprecated these endpoints
It's the last release in 2024, Happy New Year, nerds :)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- (#487) Change the type of