What's Changed
- fix(lyrics-plus): add missing params for mxm richsync by @kakkokari-gtyih in #2536
- fix: adapt extensions to new player data structure by @rxri in #2537
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #2550
- fix(shuffle+): add context support for Queue by @Delusoire in #2552
- chore: update supported spotify ver by @rxri in #2545
- chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #2553
⚠️ BREAKING CHANGE FOR DEVELOPERS ⚠️
Due to changes in Spotify 1.2.19
, how we retrieve data for Spicetify.Player.data
has also changed. Since v2.23.0
it now uses PlayerAPI._state
to retrieve Player data, possibly leading to different variable names. Please update your extensions or custom apps accordingly
Compatibility
Spotify 1.2.18
, 1.2.19
don't have working custom panels. PanelAPI has changed and there is no ETA for patch
- Spotify for macOS:
1.2.0
->1.2.19
- Spotify for Linux:
1.2.8
,1.2.9
,1.2.11
,1.2.13
- Spotify for Windows/Microsoft Store:
1.2.0
->1.2.19
- Spicetify may not work properly with Microsoft Store version
New Contributors
- @Delusoire made their first contribution in #2552
Full Changelog: v2.23.0...v2.23.1