Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Releases: khanhas/Spicetify

1.7.7

03 Oct 13:30
Compare
Choose a tag to compare

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

31 Aug 17:07
Compare
Choose a tag to compare

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

24 Aug 08:13
Compare
Choose a tag to compare

Fixed

  • DJMode, Christian Spotify extensions: PopupMenu classes name #63

1.7.4

29 Jul 05:39
Compare
Choose a tag to compare

Fixed:

  • Voinpahoin #51
  • Amber26Theta #55
  • WebNowPlaying extension: State of Pause should be 2 not 0

Fixed WebNowPlaying extension Duration and Position bug

25 Jul 05:20
Compare
Choose a tag to compare

Fixed Spicetify.Player.play and pause command

01 Jul 12:41
Compare
Choose a tag to compare
1.7.2

Fix play and pause command

Patch fix for Spotify 1.0.84

01 Jul 10:19
Compare
Choose a tag to compare

Added:

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

Refactor leaked objects and functions, patch fix for Spotify 1.0.83

19 Jun 19:28
Compare
Choose a tag to compare

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

Various fixes for Spotify 1.0.82

05 Jun 20:57
Compare
Choose a tag to compare

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.

Fixed Injecting app bug

01 Jun 16:44
Compare
Choose a tag to compare