Releases: theRealPadster/spicetify-hide-podcasts
3.0.0
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
What's Changed
Upgrade podcast detection to be more reliable.
Dependency bumps.
- chore: bump deps by @theRealPadster in #110
- feat: update react types by @theRealPadster in #112
- fix: shelves on homepage not blocking podcasts by @theRealPadster in #113
- feat: use locale by @theRealPadster in #115
Full Changelog: v.2.7.2...2.8.0
v.2.7.2
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
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
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
What's Changed
This is mainly a maintenance release with some new translations
- 🇹🇷 Add Turkish translation by @ulasW in #44
- 🇨🇳 Add Simplified Chinese locale by @Wittoy in #45
- 🇷🇺 Add Russian translation by @zeroma25 in 4026622
- Inject styles to
<head>
, not<body>
by @theRealPadster in ebec72b - Upgrade dependencies
New Contributors
Full Changelog: v2.5.2...v2.6.0
v2.5.2
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
This is mostly just a new release that adds a few translations.
New translations
- Support German locale by @D3SOX in #33
- Support Brazilian Portuguese by @JoseLuizFranco in #35
- Improved French translation by @xerta555 in #37
- Support Italian by @francescoaracu in cb00925
Other changes
- Upgrade dependencies
New Contributors
- @D3SOX made their first contribution in #33
- @JoseLuizFranco made their first contribution in #35
- @xerta555 made their first contribution in #37
- @francescoaracu made their first contribution in cb00925
Full Changelog: v2.5.0...v2.5.1
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
v2.4.0
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