Skip to content

v0.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@CharlieS1103 CharlieS1103 released this 21 Feb 18:36
· 642 commits to main since this release

Spicetify Marketplace

(Made in conjunction with @theRealPadster)

Good news! We're in beta now.

Features

CSS SNIPPETS

  • You can now download snippets to change small parts of a theme
  • There aren't many currently however you can find information on how to add them here

AUTHORS

  • The authors of themes and extensions are now displayed, thank you @fivepixels for the original implementation
  • It's recommended you leave the authors of themes/extensions that you like a star on their repo or a follow on their profile!

THEMES WITH NO RELOAD

  • You can now install most themes without the irritating reload button
  • Note that this will not work with themes that have packaged extensions

GENERAL IMPROVEMENTS

  • Cards will no longer load twice
  • Themes will appear under the installed tab now

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 to the marketplace is in the readme.

Installation:

You can always download and install manually, via Git or zip. But we now have an install script for MacOS and Linux, as well as Windows.

Auto Install (MacOS and Linux)

Open a terminal and paste the following:

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

Auto Install (Windows)

Open Powershell and paste the following:

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

Full Changelog: v0.3.1-alpha...v0.1-beta