Skip to content

Releases: FrostCo/AdvancedProfanityFilter

2.34.1 - Add Muting for HIDIVE, Sling TV, Vimeo, and Improve YouTube Muting

07 May 03:31
549b569
Compare
Choose a tag to compare

✨ New Features & Updates:

  • c17ca88 🔇Audio muting for HIDIVE
  • 9f56a6f 🔇Audio muting for Sling TV
  • a83e610 🔇Audio muting for Vimeo

🐛 Bugs Fixed:

  • 77829b3 🔇Fix muting for YouTube when censored with [ __ ]

🔧 Development:

  • 23290d5 Add note regarding fallback Netflix audio muting config

2.34.0 - Apple (iOS/macOS) Release & Netflix Muting Update

22 Apr 04:36
6c4ee9b
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 🍎 APF is now available for Apple devices! See the App Store Page for more details
  • 6eca471 Update Netflix muting to support additional regions & browsers

🐛 Bugs Fixed:

  • Various theming improvements, especially for Safari

🔧 Development:

  • b63f85a npm run build:safari now updates the Xcode project version

2.33.4 - Muting for FX Networks and Bug Fixes

26 Mar 23:46
5c93695
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

🔧 Development:

  • d03fdcf Update development dependencies

2.33.3 - Fix substitution mark for regex with backreferences

10 Mar 17:31
6f2ed28
Compare
Choose a tag to compare

🐛 Bugs Fixed:

  • a5b3daa Fix substitution mark for regex with backreferences (#391)
  • a6a1f60 Respect preserve case for regex with backreferences

🔧 Development:

  • 3621ec1 Replace "deprecated" substr() with slice()

2.33.2 - Fix for Domains With a Bare Hostname

07 Mar 19:28
2c982f8
Compare
Choose a tag to compare

🐛 Bugs Fixed

2.33.1 - Remove APF Captions When There Are No Active Cues

03 Mar 04:14
02bfbf8
Compare
Choose a tag to compare

🐛 Bugs Fixed

  • 5b65159 Remove APF Captions when there are no activeCues (Crunchyroll)

2.33.0 - Logging and Background Improvements

02 Mar 20:35
d09beb8
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 6ee12ff Audio muting for SBS (Australia) (#388)
  • b0c850c Add option to control logging level (Config tab)
  • Fetch externalSubs (Crunchyroll, etc.) in the background

🐛 Bugs Fixed:

  • 1b70b6b Fetch externalSubs in the background (Fix Crunchyroll, etc. in Firefox)

🔧 Development:

  • 9772823 Prefer background fetch when possible
  • 71abf78 Support for chrome.scripting (MV3)
  • 1c265f8 NPM scripts were renamed (v2 > mv2, v3 > mv3)
  • 36b2ccf Adjust how logging is handled

2.32.2 - Muting for ITV, Channel4, and PrimeVideo, Fix Sync Storage Splitting

21 Feb 05:27
2f41ac2
Compare
Choose a tag to compare

✨ New Features & Updates:

🐛 Bugs Fixed:

  • 386a3e2 Fix sync splitting when no QUOTA_BYTES_PER_ITEM (#383)

2.32.1 - Revert to Manifest V2

12 Feb 06:32
81b15c5
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 40fda1b Reverting to Manifest V2 due to some regressions
  • Version 2.32.0 had a few minor build-related issues and was not officially released
  • Included in 2.32.0: 144c8a8 Support backreferences on regex substitution (#361)

🔧 Development:

  • Consolidated some build script functions into a shared library
  • Separate build states are now kept for dev and release builds
  • Adjustments to bookmarklet build scripts

2.32.0 - Support Backreferences on Regex Substitution

11 Feb 20:07
4610b52
Compare
Choose a tag to compare

✨ New Features & Updates:

  • 144c8a8 Support backreferences on regex substitution (#361)

🔧 Development:

  • 2c351e8 Updated README with more details for development
  • Add separate build state files for development (.build.json) and releases (.release.json)