Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Releases: uBlock-LLC/uBlock

uBlock 0.9.5.15

19 Apr 11:10
Compare
Choose a tag to compare
  1. Converted string-based processing into typed array-based processing of following things.
  2. Special treatment for Element hiding specific filters
    • During retrieval of data, conversion of typed array to string for matching filters selectors takes a very small amount of time. This time is reduced for subsequent requests by adding "Least Recently Used" (LRU) cache.
  3. Significantly reduced Javascript memory usage by storing filters in a more compact form.
  4. Performance Improvements
  5. Removed support for $rewrite option

uBlock 0.9.5.14

23 Feb 07:27
Compare
Choose a tag to compare
  • Fixed issue with enrolling users in Acceptable Ads.

uBlock 0.9.5.13

13 Feb 06:49
Compare
Choose a tag to compare
  • Fix $csp issue
  • Fix memory leak issue
  • Significantly reduced extension memory consumption
  • Significantly reduced the memory footprint
  • Performance Improvements
  • Added queueing mechanism for Extended CSS Selectors
  • Added Acceptable Ads filter list as default option for new users

uBlock 0.9.5.12

16 Nov 12:06
Compare
Choose a tag to compare

Added support for following filter options

  • $genericblock
  • $document
  • :-abp-properties()
  • :-abp-has()
  • :-abp-contains()

Added Adguard Base Filter, Spyware and Annoyance Lists

uBlock 0.9.5.11

12 Oct 07:05
Compare
Choose a tag to compare

Changes

  • Added support for $webrtc
  • Added support for $rewrite
  • Added support for $generichide

uBlock 0.9.5.10 Added $websocket support

11 Oct 10:41
Compare
Choose a tag to compare

Changes

  • Added support of $websocket filter option

uBlock 0.9.5.9 removed survey page

24 Sep 09:04
Compare
Choose a tag to compare

Changes

  • Removed Survey Page

uBlock 0.9.5.8 with $csp support and survey page

19 Sep 13:54
Compare
Choose a tag to compare

Changes

uBlock 0.9.5.7 with pure Firefox WebExtension support

14 Jun 10:21
Compare
Choose a tag to compare

Firefox WebExtension

Moving further towards Firefox WebExtension, we are releasing pure Firefox WebExtension version which will support Firefox version 52 and onwards.

We will be soon releasing this version to AMO.

uBlock 0.9.5.5 with Firefox WebExtension support

31 May 08:31
Compare
Choose a tag to compare

Firefox WebExtension

We are updating uBlock to support Firefox WebExtension API, as required by Firefox. The legacy version of Firefox is converted to the Embedded WebExtension which transfers the stored data of your legacy extension to a format that can be used by WebExtensions. To use this extension you will need to be on Firefox 52.0 to 56.*

Important: When you install uBlock/embed-webext for the first time, it will migrate all your user settings from legacy storage to WebExtension storage. During the first launch, You might experience some delay in readiness due to the migration process.

We will be soon releasing this version to AMO.