Commits to master since this release
To install the developer build:
- Firefox: Click uBlock0_1.27.11rc4.firefox.signed.xpi.
- uBO works best on Firefox.
- uBO works best on Firefox.
- Chromium: Install from the Chrome Web Store (CWS): 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
- Thunderbird: Download uBlock0_1.27.11rc4.thunderbird.xpi, then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 65+ required)
Firefox developer build will auto-update when a newer developer build become available.
Changes:
##script:inject(...)
, which has been deprecated in favor of ##+js(...)
for more than two years, is no longer supported.
It's no longer possible to point-and-click to create allow (green) rules from within the popup panel by default. This change is motivated by seeing way too many cases of improper usage of dynamic filtering in which users are creating allow (green) rules where noop (gray) rules should have been used. You can get back temporarily the ability to create allow rules from within the popup panel by tapping twice the Ctrl key.
Improved syntax highlighting of static filters in "My filters" and asset viewer. Additionally:
- Ability to toggle commenting out of filter(s) by pressing the Tab key
- Auto-completion using Ctrl-Space, this works for:
- Static filter options
- Resource names for
redirect=
option
- Procedural operators for cosmetic/HTML filters
- Scriptlet names for
##+js
filters
- Static filter options
Closed as fixed:
Chromium 65
Chromium
Core
- Add support for entity-matching in
domain=
filter option
- A possibility of using default system fonts for uBlock Origin?
- Some RegExp filters are not parsed properly
Notable commits with no entry in issue tracker:
- Reject downloaded lists which are deemed truncated
- Fix matching of filters with trailing
^|
- Make the creation of allow rules in panel an opt-in feature
- Add ability to lock firewall height to basic pane height
- Fix uselessly allocating one extra WASM page
- Replace FilterPlainHostname with composite filter