What's Changed
- chore(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #2504
- refactor(keyboardShortcut): cleanup & patch keybinds by @ohitstom in #2506
- feat: toggle in-app update notification by @ohitstom in #2512
- refactor(lyrics-plus/translator): wait-and-retry logic by @pan93412 in #2510
- fix(lyrics-plus/utils): no-op replace by @pan93412 in #2511
- fix(lyrics-plus/netease): use PyNCMd API by @pan93412 in #2508
- feat(wrapper): expose
Button
components by @Aimarekin in #2514 - ci(github/workflows): merge
trigger-winget-release
job by @sitiom in #2522 - fix(lyrics-plus/utils): force usage of OpenCC standard by @Deskehs in #2517
- refactor(lyrics-plus): unneeded interpolation by @pan93412 in #2524
- fix(popupLyrics/netease): use PyNCMd API by @Lseoksee in #2516
- fix: use PlayerAPI for
Player.data
by @rxri in #2532 - style: apply prettier to all files by @afonsojramos in #2533
⚠️ BREAKING CHANGE FOR DEVELOPERS ⚠️
Due to changes in Spotify 1.2.19
, how we retrieve data for Spicetify.Player.data
has also changed. This version 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
Full Changelog: v2.22.2...v2.23.0