Skip to content

Releases: FrostCo/AdvancedProfanityFilter

2.12.0 - Fix Hulu, Add New Muting Sites

23 Dec 22:41
c1d7085
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • eae4756 Fix audio muting on Hulu (#271)
  • bbfbe22 Default muteCueRequireShowing to false (Help muting on Disney+)

2.11.0 - Experimental Muting for VRV and Crunchyroll

19 Oct 15:42
1ddf71b
Compare
Choose a tag to compare

✨ New Features & Updates:

  • (Experimental) Filtering and audio muting for vrv.co (#250)
  • (Experimental) Audio muting for Crunchyroll (#205)

🐛 Bugs Fixed:

🔧 Development:

  • Support for using external captions/subtitles and converting them to cues
  • 17c2d0e getVideoTextTrack() refactored to support languages and labels

2.10.0 - Apple TV Muting and Fix YouTube Muting

09 Oct 15:43
a03b002
Compare
Choose a tag to compare

✨ New Features & Updates:

  • Audio muting for Apple TV (#254)

🐛 Bugs Fixed:

  • b1cd6cd Fix for censored YouTube auto-generated subtitles/captions (#251)

🔧 Development:

2.9.1 - Muting for Tubi TV and Fix For Identifying Forbidden Nodes

03 Oct 23:26
7a9094f
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • 6d838e7 Fix for identifying elements that shouldn't be filtered (#252)

2.9.0 - Deep Mode & Domain Mode Improvements

29 Sep 02:59
a1eb023
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • 735317c Better validation on adding a new Regex match method word
  • 8bc3ee1 Continue loading filter on invalid word config

🔧 Development:

  • Update bookmarkletFilter to match latest webFilter
  • 8f22391 Switched processing nodes from recursion to improve functionality and performance

2.8.2 - Disable Filter Temporarily & Muting For Additional Sites

09 Aug 22:47
c659799
Compare
Choose a tag to compare

✨ New Features & Updates:

  • Disable filter for tab once (until reload) through context menu (#228)
  • Disable filter for tab through context menu (#228)
  • fca8990 Audio muting for Peacock TV (#230)
  • 3f9270a Audio muting for CW TV (#239)
  • d2484ee Add muting for Criterion Channel (#236)

🐛 Bugs Fixed:

  • ee4a242 Update word page wordlists names

🔧 Development:

  • Rework eventPage.ts
  • 17ff0fd Check if removedNode contains lastFilteredNode
  • 7c28ee7 Hide cues at process time when videoCueHideCues

2.8.1 - Audio Unmute Delay

24 Jul 05:02
d0020c2
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 8a2ee0a unmuteDelay support for Watcher mode
  • 2cd7d5b unmuteDelay support for Element/ElementChild mode

🐛 Bugs Fixed:

  • #233 Check that word doesn't contain sub and other related UI bugs (#225)

🔧 Development:

  • Add WebAudio.DefaultVideoSelector
  • simpleUnmute is now referenced from the AudioRule (a site's first rule will be used when a supportedNode is not found)

2.8.0 - New Watcher Muting Method

12 Jul 20:42
9f36e94
Compare
Choose a tag to compare

✨ New Features & Updates:

  • New and improved Watcher muting method (#227)

🐛 Bugs Fixed:

  • cb3ec5e Switch Amazon muting rule to new Watcher method (#183)
    • IMPORTANT: Remember to remove any custom audio config for Amazon to use the new version.

🔧 Development:

  • b72bd84 Default simpleUnmute to true for Watcher method

2.7.6 - Add Starz Muting, Counter Improvements

02 Jul 01:50
3343707
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • 8a7a274 Add another parent selector for HBO Max (Should cover both defaults now) (#222)
  • Handle large counter numbers (#225)

2.7.5 - Add HBO Max, Google Play Movies

12 Jun 06:27
bd33e02
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

🔧 Development:

  • a5fce75 Audio rules can be disabled during initialization when they are invalid
  • e1672ec Add parentSelectorAll to elementChild mode
  • e4e5678 Allow filter to pause mutation observation
  • 31996ec Add ignoreMutations AudioRule