mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-25 23:15:57 +03:00
-
v3.1 Stable
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 GMTFeatures and Improvements:
- NEW: Implemented hybrid authentication approach when using
cookie/clientmethods 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_dcfunction 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/meendpoint limitations introduced by Spotify on 22 Dec 2025 - BREAKING: OAuth app credentials are now required for playlist/user information retrieval when using either
cookieorclienttoken source methods
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
spotify_profile_monitor_v3.1.tar.gz
0 downloads ·
2026-02-27 20:07:28 +03:00 · 606 KiB -
spotify_profile_monitor_v3.1.zip
0 downloads ·
2026-02-27 20:07:29 +03:00 · 609 KiB
- NEW: Implemented hybrid authentication approach when using