Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@theRealPadster theRealPadster released this 22 Jun 01:35
· 330 commits to main since this 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