v2.28.0 (2023-12-05)
What's Changed
- feat(preprocess): nuke ui logging by @SunsetTechuila in #2667
- fix: correct spotifyPath inside update cmd by @rxri in #2685
- chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #2687
- fix(wrapper): remove outdated
attachObserver
function by @SunsetTechuila in #2693 - feat(cmd): ignore update check if version is dev by @SunsetTechuila in #2697
- fix(extensions/bookmark): content_uri migration support by @Delusoire in #2688
- feat(wrapper): remove
appchange
event from player by @SunsetTechuila in #2696 - feat(css-map): update classes by @SunsetTechuila in #2691
- feat(wrapper): use apis for
toggleHeart
,getHeart
,toggleMute
by @SunsetTechuila in #2692 - feat: enhance snackbar exposition by @SunsetTechuila in #2701
- feat: remove compatibility
track
property by @rxri in #2695
ℹ️ Information for users
- The
New Releases
custom app no longer works with Spotify1.2.25
and higher. As an alternative, please useWhat's New
which was created by Spotify and can be enabled viaExperimental Features
if it isn't already enabled.
⚠️ Breaking changes for developers
UserAPI._product_state
has been replaced byUserAPI._product_state_service
since Spotify1.2.21
.Spicetify.Player.data.track
property has been fully removed and has been replaced bySpicetify.Player.data.item
.
Compatibility
Spotify 1.2.18
and above doesn't have working custom panels. PanelAPI has changed and there is no ETA for patch. We plan to remove Panel API with v3
release.
- Spotify for macOS:
1.2.0
->1.2.26
- Spotify for Linux:
1.2.8
->1.2.26
- Spotify for Windows/Microsoft Store:
1.2.0
->1.2.26
- 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.27.2...v2.28.0