• v3.1 bf03265fbb

    v3.1 Stable

    kerem released this 2025-12-27 20:36:56 +03:00 | 67 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 Dec 2025 17:55:17 GMT
    🏷️ Git tag created: Sat, 27 Dec 2025 17:36:56 GMT

    Features and Improvements:

    • NEW: Implemented hybrid authentication approach when using cookie/client methods by using secondary client credentials OAuth flow (oauth_app) for playlist/user API calls to address restrictions introduced by Spotify on 22 Dec 2025

    Bug fixes:

    • BUGFIX: Removed old TOTP versions from SECRET_CIPHER_DICT
    • BUGFIX: Updated TOTP version handling in refresh_access_token_from_sp_dc function to dynamically use the latest version and remove old TOTP versions from SECRET_CIPHER_DICT

    Breaking changes:

    • BREAKING: Removed token owner display at startup due to /v1/me endpoint limitations introduced by Spotify on 22 Dec 2025
    • BREAKING: OAuth app credentials are now required for playlist/user information retrieval when using either cookie or client token source methods
    Downloads