This repository has been archived by the owner on May 4, 2021. It is now read-only.
Releases: khanhas/Spicetify
Releases · khanhas/Spicetify
1.7.7
Adds:
- Enable Made For You hub option: Made For You hub page contains Daily Mix playlists plus some additional playlists specially made for your taste.
- Enable Song Page option: Clicks at song name in player bar will access that song page (instead of its album page) to discover playlists it appearing on.
- Shuffle+ extension: support for playlist folder context.
Fixes:
- WebNowPlaying Companion extension:
SetRating
andSetPosition
commands bug. They should work correctly now.
Removes:
- WebNowPlaying Companion extension:
toggleThumbsUp
,toggleThumbsDown
. Thumbs up/down mechanic is no longer used by Spotify.
1.7.6
Adds
-
Pre-process Remove Right-To-Left CSS Rules: Spotify design team added a large amount of CSS rules to support Right-To-Left languages. If you don't use any of those languages, enable this to simplify CSS files for better performance.
-
Optimizes pre-preprocess and Color find/replace function
Fixes
- SpicetifyDefault theme: Color of headers in some pages, square corner album covers in some pages, profile menu drop down arrow's position
1.7.5
1.7.4
Fixed WebNowPlaying extension Duration and Position bug
Fixed Spicetify.Player.play and pause command
1.7.2 Fix play and pause command
Patch fix for Spotify 1.0.84
Added:
- Spicetify.LiveAPI
- Emit 'onprogress' event in Spicetify.Player
Refactor leaked objects and functions, patch fix for Spotify 1.0.83
Changed:
- Moved all leaked object and functions into global object
Spicetify
. Their functionality are also documented inglobal.d.ts
file. - I also added a test function for Spicetify object. If you suspect an object or function doesn't work correctly or not available at all. Please do run
Spicetify.test()
and inform me about returned error.
Added:
- Leaked object
Spicetify.PlaybackControl
to play a track/album/episode/playlist immediately. Check out its implementation in WebNowPlaying extension for example usage. - Type declaration
global.d.ts
. From now on, when you develop a extension, set global.d.ts as reference type (don'trequire
orimport
it) to have a brief what you can do with leaked objects and functions. - WebNowPlaying extension: Added
search
andplayurl
command, emitSEARCHRESULT
to websocket.
Fixed
- Adding app bug in Spotify 1.0.83
Various fixes for Spotify 1.0.82
Make sure your client version is 1.0.82 first before updating and applying this Spicetify version.
Added
- Experimental Features: Enable experimental features of Spotify page, access it via Profile menu in top right. Currently, there are only 2 items, hope more will come.
- Fast User Switch: Enable Fast User Switch menu, switching accounts immediately. Access it via Profile menu in top right.
Fixed
chrome.cosmosAPI
object should be available now.- Custom apps section in left sidebar are created correctly.
- WebNowPlaying Companion extension:
setrating #
command and rating value. - DJ Mode and Christian Spotify extensions custom menu items in Profile Menu.