This release includes a patch to fix an issue resulted from a new policy change from Spotify - https://developer.spotify.com/blog/2026-06-18-refresh-token-expiration. As a result, users will be asked to re-authenticate when they launch the app with the release (to update the corrupted cached token stored in user_client_token.json)
What's Changed
- feat(device): track integrated device via
is_integratedflag by @aome510 in #1019 - fix invalid token with Spotify's new token expiration policy by @aome510 in #1041
Full Changelog: v0.24.0...v0.24.1