Spicetify Versions Save

Spice up your Spotify client

1.7.7

5 years ago

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 and SetPosition 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

5 years ago

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

5 years ago

Fixed

1.7.4

5 years ago

Fixed:

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

Added:

  • Spicetify.LiveAPI
  • Emit 'onprogress' event in Spicetify.Player

1.7

5 years ago

Changed:

  • Moved all leaked object and functions into global object Spicetify. Their functionality are also documented in global.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't require or import it) to have a brief what you can do with leaked objects and functions.
  • WebNowPlaying extension: Added search and playurl command, emit SEARCHRESULT to websocket.

Fixed

  • Adding app bug in Spotify 1.0.83

1.6.6

5 years ago

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.