Spicetify Hide Podcasts Versions Save

Spicetify extension to hide podcasts

3.0.0

4 months ago

What's Changed

The main feature is that the extension now uses CSS for podcast/audiobook detection instead of Javascript. This should make the extension much more reliable.

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/2.8.0...3.0.0

2.8.0

5 months ago

What's Changed

Upgrade podcast detection to be more reliable. Dependency bumps.

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v.2.7.2...2.8.0

v.2.7.2

7 months ago

What's Changed

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.7.1...v.2.7.2

v2.7.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.7.0...v2.7.1

v2.7.0

1 year ago

What's Changed

I've added an option to hide audiobooks. You can toggle it on in the profile menu with the other options. You need to have "enabled" checked off in order for it to have any effect. All localizations will need to have the "Hide audiobooks" text translation added.

New Contributors

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.6.0...v2.7.0

v2.6.0

1 year ago

What's Changed

This is mainly a maintenance release with some new translations

New Contributors

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.5.2...v2.6.0

v2.5.2

1 year ago

What's Changed

  • 🇵🇱 Add Polish locale by @ItsRemix (https://github.com/theRealPadster/spicetify-hide-podcasts/pull/41)
  • Fix pt-br search label translation (d031aedb24c3eb508caca7148b319a99d5d77f3b)
  • Add better "page-loaded" detection (f3af23fc951ec6d271d8ee81795e8e418a007d52)
    • This should make the initial homepage load more reliable
  • Dependency bumps (16f427b02779cbf96bb15369b9de2e22110ef7e8)

New Contributors

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.5.1...v2.5.2

v2.5.1

1 year ago

This is mostly just a new release that adds a few translations.

New translations

Other changes

  • Upgrade dependencies

New Contributors

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.5.0...v2.5.1

v2.5.0

1 year ago

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.

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: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.4.0...v2.5.0

v2.4.0

1 year ago

Feature:

  • Add optional "aggressive mode" that leaves the MutationObserver running after page load. This should help if you're getting podcasts load in after initial page load

Full Changelog: https://github.com/theRealPadster/spicetify-hide-podcasts/compare/v2.3.1...v2.4.0