Skip to content

Releases: ghostery/adblocker

v1.18.0

24 Aug 08:56
Compare
Choose a tag to compare

Release Notes

From #1215

Local assets uploading is now smarter and can automatically detect duplicate filters as well as disabled filters, resulting in slimmer lists (resulting in 15218 duplicates filters removed and 113 badfilters disabled). This results in a lower memory usage as well as faster matching performance. Moreover, the Fanboy annoyances list has been added in the "full" preset.


🚀 New Feature

🏠 Internal

🔩 Dependencies

Read more

v1.17.0

12 Jul 15:30
Compare
Choose a tag to compare

Release Notes

From #1080

Add support for two new features to make network filtering more flexible and powerful. The new denyallow option is now fully supported. Moreover, both the new denyallow and existing domain options can contain entities, allowing the use of trailing wildcards to match against all public suffixes (e.g. evil.* will match evil followed by any valid public suffix like evil.com or evil.co.uk).


🚀 New Feature

  • @cliqz/adblocker
    • feat: support denyallow option and entities for network filters #1080 (@remusao)

🏠 Internal

🔩 Dependencies

Authors: 3

v1.16.1

08 Jul 19:14
Compare
Choose a tag to compare

🐛 Bug Fix

  • @cliqz/adblocker-puppeteer
    • Fix puppeteer package with correct promises handling. #1067 (@remusao)

🏠 Internal

🔩 Dependencies

Read more

v1.16.0

10 Jun 12:53
Compare
Choose a tag to compare

🚀 New Feature

  • @cliqz/adblocker-playwright, @cliqz/adblocker
    • feature: add support for Playwright blocking #417 (@remusao)

🏠 Internal

🔩 Dependencies

Authors: 3

v1.15.1

25 May 17:59
Compare
Choose a tag to compare

🐛 Bug Fix

  • @cliqz/adblocker
    • Make fast hash outputs consistent and fix use of globals #931 (@remusao)

🏠 Internal

🔩 Dependencies

Authors: 3

v1.15.0

23 May 15:26
Compare
Choose a tag to compare

🏃‍♀️ Performance

  • @cliqz/adblocker
    • Speed-up index creation by using a typed array as histogram. #924 (@remusao)

🏠 Internal

🔩 Dependencies

Read more

v1.14.4

06 May 12:32
Compare
Choose a tag to compare

💅 Polish

  • @cliqz/adblocker

🏠 Internal

📝 Documentation

🔩 Dependencies

Authors: 3

v1.14.3

04 May 21:22
Compare
Choose a tag to compare

⚠️ Pushed to master

  • Update README.md with Cliqz badge (@remusao)

🏠 Internal

🔩 Dependencies

Authors: 3

v1.14.2

21 Apr 10:16
Compare
Choose a tag to compare

💅 Polish

  • @cliqz/adblocker

🏠 Internal

🔩 Dependencies

Authors: 3

v1.14.1

09 Apr 13:52
Compare
Choose a tag to compare

Release Notes

From #746

  • Make sure that all unsupported procedural selectors from cosmetic filters are dropped to ensure that we only inject valid CSS selectors.
  • Fix matching of domain= option for domain filters in cases where specified domain is a subdomain instead of full hostname or full domain.
  • Fix partyness detection for requests without a valid domain (but having a valid hostname). This fixes matching against localhost request (for instance).
  • Fix engine updates stress test which allows to replay all day-to-day diffs since the beginning of times... (currently about a year) and make sure that all updates work and resulting engine is byte-identical with diff-update or full initialization.
  • Fix script to analyze size of serialized engines for all presets as well as all kinds of compression (i.e. none, gzip and brotli). This allows to keep track of final size after small-strings compression was applied.

💅 Polish

  • @cliqz/adblocker-content, @cliqz/adblocker-electron, @cliqz/adblocker-puppeteer, @cliqz/adblocker-webextension-cosmetics, @cliqz/adblocker-webextension, @cliqz/adblocker
    • Fix domain options with subdomains and more... #746 (@remusao)

🏠 Internal

🔩 Dependencies

Authors: 3