v2.25.0 (2023-10-25)
What's Changed
- ci(github/actions): re-enable HTTPS on AUR update request by @itsmeow in #2580
- fix(new-releases): pointer events override by @ohitstom in #2583
- chore: bump homebrew action by @afonsojramos in #2585
- feat(cmd): request to stop the process if backup is outdated by @SunsetTechuila in #2588
- fix(lyrics-plus): lyrics version selector margin by @SunsetTechuila in #2597
- fix(lyrics-plus): copy second genius lyrics by @SunsetTechuila in #2595
- fix(lyrics-plus): hide synced lyrics container overflow-x by @SunsetTechuila in #2602
- chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #2598
- feat(preprocess): implement snackbar api by @ohitstom in #2601
⚠️ 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
Full Changelog: v2.24.2...v2.25.0