Skip to content

Releases: spicetify/marketplace

v0.8.7

24 Jun 13:23
6b5445a
Compare
Choose a tag to compare

What's Changed

New Contributors

Update/Install Marketplace

Run the install script from the guide below, or follow the guide to update/install manually:
https://github.com/spicetify/spicetify-marketplace/wiki/Installation

Full Changelog: v0.8.6...v0.8.7

v0.8.6

30 May 15:31
38da463
Compare
Choose a tag to compare

What's Changed

New Contributors

Update/Install Marketplace

Run the install script from the guide below, or follow the guide to update/install manually:
https://github.com/spicetify/spicetify-marketplace/wiki/Installation

Full Changelog: v0.8.5...v0.8.6

v0.8.5

05 Feb 01:23
00987eb
Compare
Choose a tag to compare

What's Changed

Update/Install Marketplace

Run the install script from the guide below, or follow the guide to update/install manually:
https://github.com/spicetify/spicetify-marketplace/wiki/Installation

Full Changelog: v0.8.4...v0.8.5

v0.8.4

07 Dec 17:41
Compare
Choose a tag to compare

What's Changed

  • Remove transition from colour shift and album art colour functionality (caused a few bugs and potentially some performance issues)
  • Remove extra stuff and workspaces by @theRealPadster in #396

Update/Install Marketplace

Run the install script from the guide below, or follow the guide to update/install manually:
https://github.com/spicetify/spicetify-marketplace/wiki/Installation

Full Changelog: v0.8.3...v0.8.4

v0.8.3

04 Dec 03:04
67b3ca3
Compare
Choose a tag to compare

✨ New features

Fixes

  • Rotating cover art image
  • GitHub actions and workflow changes

Update/Install Marketplace

Run the install script from the guide below, or follow the guide to update/install manually:
https://github.com/spicetify/spicetify-marketplace/wiki/Installation

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

30 Oct 23:30
1967fa3
Compare
Choose a tag to compare

✨ New features

  • Back up + restore Marketplace (Instructions)
  • Rotating Cover Art snippet (#347)

Fixes

  • When using color scheme selector dropdown, Spicetify.Config.color_scheme is updated

New Contributors

  • @ItsRemix made their first contribution in #347

Full Changelog: v0.8.1...v0.8.2

v0.8.1

30 Sep 13:46
c9d611d
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

✨ New features

🛠️ Fixes

  • fix(readme-page): scrollbar not showing up on image load by @kyrie25 in #321
  • style(grid): Add space between + and “Add CSS” by @pan93412 in #324
  • fix: handling username with special characters by @kyrie25 in #329

🌎 Localizations

⚙️ Misc

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Sep 00:17
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

✨ New features

🛠️ Fixes

⚙️ Misc

  • Only re-render cards on state change (@kyrie25 - #289)
  • Dependency upgrades

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

29 Jul 02:58
8bdd26c
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

✨ New features

🛠️ Fixes

  • Patches issues where Marketplace fails to load for some users (@CharlieS1103 - eccd538)
  • Patches Marketplace not installing correct items on search (@pnthach95 - #288)
  • Patches missing/incorrect color for some themes on install (@kyrie25 - #287)

⚙️ Misc

  • General improvements

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Jun 01:35
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

✨ New features

  • Snippet previews and editing: Now have preview images, and you can view the CSS and edit your custom snippets via the Installed tab (Thanks @kyrie25, @theRealPadster - #225, #226, #245, #246)
  • Added an update checker: This will notify you when there is a new Marketplace release available. You will still need to download and update manually, but there will be a nice notification with release notes now. (Thanks @kyrie25 - #234)
  • Added a custom apps tab: We will now list custom apps, though they will need to be downloaded and installed manually, due to restrictions in how Spicetify injects custom apps. Having a custom apps tab listed will help with custom app discoverability. (Thanks @theRealPadster - #243)
  • Added theme developer tools: For theme developers, this button pops up a modal that allows you to edit your colour schemes INI, and lists classes in the current theme that are not present in the Spotify DOM. Enable in the settings modal. (Thanks @CharlieS1103 - #240)

🛠️ Fixes

  • Fix Marketplace crashing on moving tabs (Thanks @kyrie25 - #235)
  • Fix theme color injection workaround (should make theme compatibility a bit more consistent) (Thanks @kyrie25, @theRealPadster - #237)
  • Stop duplicate tags from appearing (Thanks @kyrie25 - #241)

⚙️ Misc

  • Update CI workflow, add Husky, resolve linting errors (Thanks @kyrie25 - #232)
  • README updates - The main readme has been shortened and most items relocated to a GitHub wiki (Thanks @kyrie25, @theRealPadster - #244)

What we want from you:

As always, we would appreciate it if you would use our custom app, and submit issues for any new features suggestions, as well as report any bugs you may come across.

We would also greatly appreciate it if you would add your own CSS snippets! You can again, find them here

And any other code contributions via pull requests are welcome.
Submit your Suggestions/ Issues here.
Information on how to add your extension/theme/app to the marketplace is in the wiki.

⬇️ Installation:

You can always download and install manually, however, we also have install scripts for various OSes. These scripts will also take care of the aforementioned reinstall for most users.

Auto Install (macOS and Linux)

Open a terminal and paste the following:

curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh

Auto Install (Windows)

Open Powershell and paste the following:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1" | Invoke-Expression

Full Changelog: v0.5.0-beta...v0.7.0