Releases: FrostCo/AdvancedProfanityFilter
Releases · FrostCo/AdvancedProfanityFilter
4.0.0 - Localization System and Audio Muting Updates
✨ New Features & Updates
- Use
i18next
to support localization for the extension's interface strings
🔇 Audio muting
- Audio muting for 7plus (AUS)
- Audio muting for Angel Studios (#579)
- Audio muting for Beamafilm (AUS)
- Audio muting for Jellyfin (local)
- Audio muting for SimpleVideoPlayer
- Update audio muting for Disney+ (#595)
- Update audio muting for Fandango at Home (formerly Vudu) (#594)
- Update audio muting for Frndly TV
- Update audio muting for The Daily Wire
🐛 Bugs Fixed
- ba911bc Use IDs for switching Option Page tabs
- 2397ed6 Fix for
_
keys inWebConfig
- Only apply muteAudioOnly when muteAudio is enabled
- Add
!important
for controlling captions by style (Needed by Frndly TV)
🔧 Development
- Restructured HTML to ensure proper IDs for each element for translations
- Add English locale files
- 2910558 Update dev dependencies
- ced678f Migrate to the new
eslint
flat config - c80aec3 Switch project type to module and use ES6 imports for webpack
- c66134c Rename all
.mjs
files to.js
since the project type is now module - 1cfa49d Read
.build.json
file directly instead of importing withassert
(experimental) - 49e27a9 Add documentation for localizations/translations
- 11783e5 Switch to
DOMContentLoaded
for OptionPage - ae8e47c Add initial support for
language
config - 56a4442 Add
language
to config for UI language - d8edbca Remove unnecessary backslashes in domain pattern
3.6.0 - Custom Filler Audio & Storage Improvements
✨ New Features & Updates
- Custom Filler Audio (#528)
- 🔇 Update audio muting for Frndly TV in Safari
🐛 Bugs Fixed
- Disable ProtectedStorage for Edge (#567)
- Ignore metadata tracks in
getVideoTextTrack()
- Fix potential bug in setting audioUnmuteDelay (Firefox)
- 07a2341 Exclude localOnly config from Bookmarklet
- ef73b1e Force disable stats collection in Bookmarklet
- edbfa78 Add empty
updateCounterBadge()
to Bookmarklet
🔧 Development
- Improve
WebConfig
support for local storage - 22c3c0a Add
deepCloneJson
helper function - f036ceb Add
truncateString
helper function - e0d7393 Consolidate to
WebConfig._localOnlyKeys
- 02484e4 Make
WebConfig.load
handle local storage better - ccd1f28 Make
WebConfig.save
handle local storage better - ea755b5 Remove unused
WebConfig.includesLargeKeys
- e3c6d66 Add attribution for bookmarklet
3.5.1 - Audio Muting Site Updates
3.5.0 - Stats Import/Export, Additional Audio Muting Sites and Updates
✨ New Features & Updates
- f53e47b Add import/export feature for local stats
- 🔇 Audio muting for 9Now (AUS)
- 🔇 Audio muting for Frndly TV
- 🔇 Update muting for Discovery+ (#550)
- 🔇 Update muting for Hidive (#548)
- Updates to styling for APF Captions
🐛 Bugs Fixed
- 8d0d3fb Fix Helper
numberWithCommas()
for string numbers - Treat captions with newlines as separate lines in APF Captions
🔧 Development
3.4.1 - Apple TV+ Audio Muting Update
✨ New Features & Updates
- 🔇 Update Audio muting for Apple TV+ (#547)
3.4.0 - Popup Disabled Message, New Audio Sites and Updates for Peacock and Disney+
✨ New Features & Updates
- bef5955 Add disable message to Popup (more info)
- 57911cf Allow Popup to enable a disable tabbed
- f3084d7 Protect context menu when password set
- 🔇 Audio muting for Binge (AUS)
- 🔇 Audio muting for Videoland (NLD)
- 🔇 Audio muting for Pure Flix (#441)
- 🔇 Audio muting update for Peacock
- 🔇 Audio muting update for Disney+
- Improve watcher mode for Peacock & Disney+ to reduce flickering when hiding captions (BETA)
🐛 Bugs Fixed
- cfb3a37 Handle
tabs.onReplaced
events (Chromium browsers)
3.3.3 - Audio muting for Hallmark Movies Now, MGM+ and Update Hulu
✨ New Features & Updates
- 🔇 Audio muting for Hallmark Movies Now (#542)
- 🔇 Audio muting for MGM+ (#545)
- 🔇 Update audio muting for Hulu (#544)
- eded81f Improve documentation around
Regex
Match Method - 19c092b Update help page
- 829e7ca Add new word to default filter (#541)
🔧 Development
- 9d764ad Add link to Firefox for Android in README
3.3.2 - Fix Popup Being Disabled Incorrectly & Update Dev Dependencies
3.3.1 - Fix Remove Filter and Support Disney+ Hulu Audio Muting
3.3.0 - Various Updates and Policy Management
✨ New Features & Updates
- Add support for managed policy configs, see more here
- 🔇 Audio muting for Nlziet (#523)
- 🔇 Audio muting for Streamio
- 🔇 Audio muting for NowTV
- 🔇 Audio muting for National Geographic
- 🔇 Audio muting for Dailymotion
🔧 Development
- Lots of development on build scripts
- Project maintenance and upgrades