Commits to master since this release
To install the developer build:
-
Chromium: Install from the Chrome store: https://chrome.google.com/webstore/detail/ublock-origin-dev-build/cgbcahbpdhpcegmbfconppldiemgcoii.
-
For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at
chrome://flags/#enable-javascript-harmony
.
-
For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at
- Firefox: Click uBlock0_1.22.3b15.firefox.signed.xpi.
- Thunderbird: Download uBlock0_1.22.3b15.thunderbird.xpi, then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 65+ required)
Chromium and Firefox developer builds will auto-update when a newer developer build become available.
New:
Static filter option elemhide
as per ABP semantic
The elemhide
option is now fully supported, rather than being an alias of generichide
. The elemhide
option will be internally converted into two filters, generichide
and specifichide
. There have been cases
raised by filter list maintainers where specifichide
would be useful. Additionally, the filter options
elemhide
, generichide
and specifichide
can be aliased with ehide
, ghide
and shide
respectively.
(generichide
appears over 1,300 times just in "uBlock filters".)
Closed as fixed:
- Ignoring ping filters
-
Prevent uBO from being reloaded mid-session
-
A new advanced setting --
extensionUpdateForceReload
-- can be used to override this new behavior.
-
A new advanced setting --
- Comply with new security requirements for Chrome
- Add advanced setting to control logger popup type
Commits with no entry in issue tracker:
- Fix erroneous reports of blocked popups in logger
-
Fix case of unreported
:style
filters in logger - Do not flush blocked-elements cache at webNavigation time
-
Remove remnants of
chrome
references -
Add support for
elemhide
(throughspecifichide
) - Simplify client messaging code
- Removing now obsolete Safari code base
- Revisit element picker arguments code
- Convert new setTimeout-if scriptlet to blacklist approach
- Work toward modernizing code base: promisification
-
Fix icon title always showing
(0)
when badge is disabled - Fix mishandling of procedural cosmetic exceptions in logger
- Reuse existing Set/Map when calling scriptletFilteringEngine.retrieve
- Fix entity-based lookup in html & scriptlet filtering
- Coalesce tab reloads in burst "relax blocking mode" ops