Commits to master since this release
To install the stable build:
-
Firefox: Submitted for review
- uBO works best on Firefox.
-
Chromium: Not submitted for review yet
- For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at
-
chrome://flags/#enable-javascript-harmony
.
-
Edge: Install from Microsoft Store: https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak.
- The Microsoft Store version of uBO is published by Nik Rolls
- Opera: Not submitted for review yet
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
Closed as fixed:
Chromium 65
Chromium
Core
- Cookie-remover.js does not remove a cookie
- A possibility of using default system fonts for uBlock Origin?
- Some RegExp filters are not parsed properly
-
Add support for entity-matching in
domain=
filter option
Notable commits with no entry in issue tracker:
- Fix edge case involving filter with a single wildcard
- Add support for wildcard/array in json-prune
-
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