v2.25.1 (2023-10-27)
What's Changed
- chore(css-map): map
lyrics-lyricsContent-text
by @SunsetTechuila in #2606 - fix(keyboardShortcut): enable playlist selection by @gaardhus in #2608
- refactor(wrapper): combine snackbar and notification apis by @SunsetTechuila in #2613
- feat: stop sending the events to gabo-service by @rxri in #2615
- chore(css-map): view-homeShortcutsGrid-playingIcon by @ohitstom in #2618
- fix(wrapper): styled component filters by @ohitstom in #2617
⚠️ 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.23
don't have working custom panels. PanelAPI has changed and there is no ETA for patch
- Spotify for macOS:
1.2.0
->1.2.23
- Spotify for Linux:
1.2.8
,1.2.9
,1.2.11
,1.2.13
,1.2.20
,1.2.22
- Spotify for Windows/Microsoft Store:
1.2.0
->1.2.23
- Spicetify may not work properly with Microsoft Store version
- You may need to apply spicetify every time you close Spotify in Microsoft Store version
New Contributors
Full Changelog: v2.25.0...v2.25.1