Releases: FrostCo/AdvancedProfanityFilter
Releases · FrostCo/AdvancedProfanityFilter
2.7.4 - Fix Regex Matching and Hulu Caption Hiding
🐛 Bugs Fixed:
🔧 Development:
- Switched default from partial to exact when no
matchMethod
is specified onreplaceText()
- Removed magic numbers for FilterMethods, MatchMethods, MuteMethods, ShowSubtitles
- 04cd983 Add displaySelector to element mode
2.7.3 - UI Bug Fixes and Muting for CBC Gem
2.7.2 - Remove innerHTML
2.7.1 - Fix Word matchMethod Bug and Improve Bookmarklet
✨ New Features & Updates:
- Improve Bookmarklet page
- Added public Bookmarklet with default settings
🐛 Bugs Fixed:
- 5d059e0 Word
matchMethod
of 0 being overwritten bydefaultWordMatchMethod
2.7.0 - Bulk Word Editor, Wordlists
✨ New Features & Updates:
- Add max time to mute for YouTube auto-generated captions (#199)
- Bulk Word Editor: Edit multple words at the same time! (Also includes bulk importer)
- Add support for wordlists
- c7db3d0 YouTube.tv audio muting (#207)
- c923523 RedeemTV audio muting
- 94f3c1e Funimation audio muting (#210)
globalMatchMethod
is no more. To re-create it, set a default match method and then update the existing words match method in the bulk editor
🐛 Bugs Fixed:
🔧 Development:
- Updated/added some tests
- More linting
- Added capability for
WebConfig
to add web-specific config (instead ofConfig
) - Moved from old domain arrays to Domain class-based config (for per-domain wordlists)
- Allow select list of config items to split when saving (currently
words
&domains
) - Enabled wordlists by default
elementChild
Audio muting mode- Added Filter.rebuildWordlists()
- Moved audio sites to WebAudioSites file
2.6.1 - Hide YouTube Auto-text, Fix for Config Import, More Muting Sites
2.6.0 - Edge Release, Word Whitelist, Match Separators, Fix Amazon Audio
✨ New Features & Updates:
- Now available for the new Microsoft Edge: Advanced Profanity Filter
- Word Whitelist (#171)
- Match separators
_-
in words (#177) - a5d50ea Add privacy policy
- 1f72abb Add AT&T, CBS, Philo audio muting
- f443f2d Update NBC and Plex audio muting
🐛 Bugs Fixed:
🔧 Development:
- 038b5bb Filter exported as default class
- 15367a8 Refactor building word processedPhrase
- c6f1283 Fix linting
- Rename
textParentSelector
toparentSelector
- Add
filterSubtitles
option (default: true) - Add
trackProcessed
option (default: true for watcher mode) - Add
Watcher
method (used for Amazon) - Cleanup packaging script (Only separate out extension that are different)
Changes since last stable build
🐛 Bugs Fixed:
- Fix advanced mode (2.5.3)