Add
- New custom app New Releases: Aggregate all fresh releases from your followed artists and podcasts. Release types filter, time range are customizable via Settings menu. Remember to hit Refresh after configuring.
- Lyrics Plus:
- Settings menu: You can customize colors, swap providers priority and input Musximatch token now.
- Version selector for Genius mode: If there are multiple versions or translations found, just select from drop down menu and it will switch to chosen version.
- Reddit, New Releases apps' cards can be right clicked to open their context menus now
- Generate
spicetify-config.json
file in app folder. It contains current theme name, current color scheme name and all color schemes. #624
const spiceConfig = await fetch("spicetify-config.json").then(a => a.json);
console.log(spiceConfig.theme_name, spiceConfig.scheme_name, spiceConfig.schemes);
Fix
- A few bug with Musixmatch and Genius verified annotation in Lyrics Plus
- Full App Display progress bar length inconsistency #651 Thanks @BluTree
- Typos in Lyrics Plus #654 Thanks @Kamefrede
- Webnowplaying info delayed bug when playing on another device
Improvement
- Shuffle+ fetch playlist, library way faster by using protobuf request.
- Spicetify.PopupModal can mount a React element as now (check New Release and Lyrics Plus "Settings.js" for example usage)