v2.5.0
Features
- Add translations support. If you use Spotify in a non-English language and are getting the "hide podcasts" menu item etc in English, you can get your language added by either:
- Submitting a pull request with a new copy of
src/locales/en.json
but named after your locale, with your translated content inside. - Or making a new issue with the relevant information.
- Submitting a pull request with a new copy of
Other changes
- I've also converted this extension to use spicetify-creator, so I can write it in typescript and use npm packages (e.g. for translations).
- Added linting and build process checks
Full Changelog: v2.4.0...v2.5.0