Skip to content

Releases: theRealPadster/spicetify-hide-podcasts

3.0.0

17 Jan 03:56
Compare
Choose a tag to compare

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.

  • feat: use css :has() selector instead of JS detection by @theRealPadster in #123
  • fix: detect new style of "your episodes" in sidebar by @theRealPadster in #120
  • detect and hide more podcast-related categories in the search page
    • (Podcasts, Podcast Charts, Educational, Documentary, and Comedy)
  • bump dependencies

Full Changelog: 2.8.0...3.0.0

2.8.0

23 Dec 18:01
Compare
Choose a tag to compare

What's Changed

Upgrade podcast detection to be more reliable.
Dependency bumps.

Full Changelog: v.2.7.2...2.8.0

v.2.7.2

11 Nov 04:57
Compare
Choose a tag to compare

What's Changed

  • Lots of dependency bumps
  • Use pnpm etc by @theRealPadster in #104 (this fixes a potential build issue which may or may not have existed)

Full Changelog: v2.7.1...v.2.7.2

v2.7.1

13 Sep 01:10
Compare
Choose a tag to compare

What's Changed

  • Added Danish translation by @gfdsyjkdyhkfsydkh in #87
  • Fix extension not initializing properly on newer Spotify versions
  • Dependency bumps

New Contributors

  • @gfdsyjkdyhkfsydkh made their first contribution in #87

Full Changelog: v2.7.0...v2.7.1

v2.7.0

10 May 02:13
Compare
Choose a tag to compare

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.

  • feat: hide audiobooks by @theRealPadster in #74
  • 🐱 Add catalan translation by @Seifer23 in #68
  • Search page content load detection no longer uses a string translation
  • Dependency bumps

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

01 Feb 21:51
Compare
Choose a tag to compare

What's Changed

This is mainly a maintenance release with some new translations

New Contributors

Full Changelog: v2.5.2...v2.6.0

v2.5.2

27 Oct 21:49
Compare
Choose a tag to compare

What's Changed

  • 🇵🇱 Add Polish locale by @ItsRemix (#41)
  • Fix pt-br search label translation (d031aed)
  • Add better "page-loaded" detection (f3af23f)
    • This should make the initial homepage load more reliable
  • Dependency bumps (16f427b)

New Contributors

  • @ItsRemix made their first contribution in #41

Full Changelog: v2.5.1...v2.5.2

v2.5.1

02 Oct 00:31
Compare
Choose a tag to compare

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

New translations

Other changes

  • Upgrade dependencies

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

05 Sep 04:32
Compare
Choose a tag to compare

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: v2.4.0...v2.5.0

v2.4.0

29 Jul 22:52
Compare
Choose a tag to compare

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: v2.3.1...v2.4.0