Commits to master since this release
To install the developer build:
- Firefox: Click uBlock0_1.32.5b9.firefox.signed.xpi.
- 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.32.5b9.thunderbird.xpi, then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 65+ required)
Closed as fixed:
- remove-attr does not always work
- Add "extraTrustedSiteDirectives" as new admin policy
- Add AdGuard's noopvmap-1.0 equivalent as a redirect resource
- Using an alias for custom scriptlet in my Filters pane is seen as invalid
- Third party is not detected (or not exposed to the user)
Notable commits without en entry in the issue tracker
- Add
filterLists
property to managed storage
- Adding to and further reviewing admin-managed settings
- Just extract token from queryprune -- don't create pattern
- Fix word-based selection in filter list editor/viewer
- Fix potentially missing context in logger for
popup
entries
- Improve extraction of tokens from regex-based filters
- Upgrade CodeMirror library to 5.59.0 (from 5.46.0)