Skip to content

Releases: FrostCo/AdvancedProfanityFilter

2.7.4 - Fix Regex Matching and Hulu Caption Hiding

02 Jun 04:36
ba29b43
Compare
Choose a tag to compare

🐛 Bugs Fixed:

  • Fix Regular Expression matches (#218)
  • d26d6a5 Fix hiding Hulu captions (#216)

🔧 Development:

  • Switched default from partial to exact when no matchMethod is specified on replaceText()
  • 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

25 May 04:44
6c1cf8d
Compare
Choose a tag to compare

✨ New Features & Updates:

  • c0e7612 Audio muting for CBC Gem
  • e821e5f Version number is now in the upper-right side of the Option's help page

🐛 Bugs Fixed:

  • 9fd7b6b (UI) Fix displaying supported audio sites
  • 9b54b64 (UI) Fix the bulk word editor

🔧 Development:

  • 1c52941 Refactor supportedNode() to be a function
  • mode is now required for audio site config

2.7.2 - Remove innerHTML

22 May 19:08
914545f
Compare
Choose a tag to compare

✨ New Features & Updates:

  • Popup summary list is now scrollable

🔧 Development:

  • 23fa716 Removed innerHTML assignments
  • 455f3a1 Remove unused wrapper feature from findAndReplaceDOMText
  • a4df5a7 Move combineSites to WebAudioSites
  • 5bc4555 addons-linter (npm run test:addons-linter)
  • Updated dependencies

2.7.1 - Fix Word matchMethod Bug and Improve Bookmarklet

20 May 00:21
5767858
Compare
Choose a tag to compare

✨ New Features & Updates:

  • Improve Bookmarklet page
  • Added public Bookmarklet with default settings

🐛 Bugs Fixed:

  • 5d059e0 Word matchMethod of 0 being overwritten by defaultWordMatchMethod

2.7.0 - Bulk Word Editor, Wordlists

16 May 00:10
923b257
Compare
Choose a tag to compare

✨ 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 of Config)
  • 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

22 Mar 18:37
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 2e8419d Hide YouTube auto text if set to anything but show all (#190)
  • da1e544 Support muting on stan.com.au (#174)
  • f475eaa Support muting on attwatchtv.com

🐛 Bugs Fixed:

🔧 Development:

  • bbd9c9b Simplify migrations from a map to array of objects

2.6.0 - Edge Release, Word Whitelist, Match Separators, Fix Amazon Audio

09 Feb 19:45
bbdf3cd
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • Support for new Amazon Video player (#186 - see limitations)
  • 382b191 Main page sets badge color

🔧 Development:

  • 038b5bb Filter exported as default class
  • 15367a8 Refactor building word processedPhrase
  • c6f1283 Fix linting
  • Rename textParentSelector to parentSelector
  • 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)

🔧 Development:

  • Refactored Word class (2.5.2)
  • Allow showSubtitles & muteMethod to be specified at the rule level (2.5.4)
  • Add iframe option for audio muting rules (2.5.4)

2.5.4 - Overwrite showSubtitles and muteMethod in an Audio Rule

04 Jan 04:58
29fe33a
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 4c37dde Allow audio rules to override showSubtitles
  • b190a77 Allow audio rules to override muteMethod
  • 81bc8c1 Add IFRAME rule check to all modes

🔧 Development:

  • New Watcher audio mode

2.5.3 - Fix For Advanced Mode

27 Dec 05:47
0acf62e
Compare
Choose a tag to compare
Pre-release

🐛 Bugs Fixed:

🔧 Development:

  • 032942d Standardize multi-line if statements

2.5.2 - Option to not match a capitalized word

27 Dec 00:18
1ef64a8
Compare
Choose a tag to compare

✨ New Features & Updates:

  • d283747 Option to not match a capitalized version of a word

🔧 Development: