What's Changed
- fix(cmd/patch): support
~
in file names by @SunsetTechuila in #2560 - chore(deps): bump mislav/bump-homebrew-formula-action@v2 to v3 by @dependabot in #2567
- feat(utils/config): support semicolon in config values by @SunsetTechuila in #2566
- fix(wrapper): playbar.button match Spotify structure by @ohitstom in #2547
- fix(wrapper): support for
UserAPI._product_state_service
by @SunsetTechuila in #2573 - fix(wrapper): correct webpack module for
Spicetify.ReactComponent.Menu
by @SunsetTechuila in #2575
⚠️ BREAKING CHANGES FOR DEVELOPERS ⚠️
UserAPI._product_state
has been replaced byUserAPI._product_state_service
since Spotify1.2.21
.- Due to changes in Spotify
1.2.19
, how we retrieve data forSpicetify.Player.data
has also changed. Sincev2.23.0
it now usesPlayerAPI._state
to retrieve Player data, possibly leading to different variable names. Please update your extensions or custom apps accordingly to both changes
Compatibility
Spotify 1.2.18
-> 1.2.21
don't have working custom panels. PanelAPI has changed and there is no ETA for patch
- Spotify for macOS:
1.2.0
->1.2.21
- Spotify for Linux:
1.2.8
,1.2.9
,1.2.11
,1.2.13
,1.2.20
- Spotify for Windows/Microsoft Store:
1.2.0
->1.2.21
- Spicetify may not work properly with Microsoft Store version
Full Changelog: v2.23.2...v2.24.0