1.30.0
Commits to master since this release
Commits since last release
To install the stable build:
- Firefox: Click uBlock0_1.30.0.firefox.signed.xpi
- uBO works best on Firefox.
- Chromium: Install from the Chrome store (CWS): https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
- 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
- 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.
Summary
Important: The compile format of filter lists has changed, and this means upon update uBO will have to recompile all filter lists, so this may cause a longer delay at launch the first time uBO is launched after being updated. This is a one time event.
The cloud storage feature has been improved in a number of ways:
- Better reporting of error conditions in the user interface;
- User interface widget to report storage used/total/max;
- Support for compressing cloud storage data.
Improved "My rules" user interface:
- Ability to sort rules by type, source, or destination;
- Ability to show changes only.
Added support to chain :style(...)
operator to procedural operators.
The element picker has been refactored to fix long standing issues (including some not reported in the issue tracker). The Ctrl key is no longer used to control the specificity of a candidate filter, and new widgets have been introduced for the purpose of more easily tuning the depth and specificity.
The click-to-subscribe feature has been reworked and is now allowed only on a select number of domains, currently: https://easylist.to/, https://fanboy.co.nz/, https://filterlists.com/, https://forums.lanik.us/, https://github.com/, https://github.io/.
The concept of "bad list" has been introduced, to prevent users from unwittingly end up using what are deemed "bad lists" by the uBO team. Some "bad lists" will be completely ignored and importing them will be forbidden by uBO. This restriction can be bypassed by users by simply appending a dummy query parameter to the URL of the list.
Closed as fixed:
Firefox for Android
Core
- Improper support of IPv6 addresses in static filter
domain=
option has()
not work on<html>
- Cosmetic filters interfere with element picker visuals
- Picker gets deformed when a cosmetic filter is added
- Add Support for AdGuard special case pre-processor directives
- Sort dynamic filter list by destination / host components
- Better parsing of hosts file system addresses
- Can't control specificity in element picker with Firefox for Android
- Subscriber script needs to be improved
- Add ability to view changes only in
My Rules
- Combining procedural selector :has() and :style()
- Add visual hint for last selected entry in element picker
- Prevent malicious pages from tampering with element picker
Notable commits with no entry in issue tracker:
- Prevent spurious instantiation of procedural filterer
- Add
abort-on-stack-trace
scriptlet- Related discussion: AdguardTeam/Scriptlets#82
- Fix ability to overwrite overquota'ed cloud storage
- Add support for blocklist of filter lists
- Use modern popup panel in logger
- Add support for cloud storage compression
- Add widget to convey the amount of sync storage in use
- Fix cloud storage errors not reported in user interface