feat(extension): add HMAC-SHA1 utility, artist URL handler, and store refresh fix

- Add utils.hmacSHA1(key, message) for extensions
- Add artist type handling in track_provider for extension URL results
- Fix extension store not refreshing after uninstall
- Update CHANGELOG with new features and Spotify Web extension
This commit is contained in:
zarzet
2026-01-13 05:54:19 +07:00
parent 0a16be4395
commit 729ab01a5f
+1 -1
View File
@@ -45,7 +45,7 @@
- **Spotify Web Extension** (example): New extension for Spotify metadata via web API
- Supports personalized playlists (Daily Mix, Discover Weekly, Release Radar, etc.)
- Search, album, playlist, track, and artist fetching
- Located in `docs/extensions_example/spotify-internal/`
- Available in Extension Store (3.0.0-alpha.4)
---