1.57.2
gorhill/uBlock1.57.2Apr 8, 2024by github-actions[bot]
AI Summary
An emergency release to fix an issue causing differential updates to fail, primarily affecting Firefox due to cached storage problems.
Key Highlights
- Fixed stray lists in redesigned cache storage
- Addressed differential update failures in Firefox
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.57.2...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.57.0...1.57.2)
To install the stable build:
- **Firefox**: Click [uBlock0_1.57.2.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/4261710/ublock_origin-1.57.2.xpi)
[uBO works best on Firefox](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox).
- **Chromium**: Submission pending <!-- Install from the Chrome store: <https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm> -->
- **Edge**: Install from Microsoft Store: <https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak>
The Microsoft Store version of uBO is published by [Nicole Rolls](https://github.com/nicole-ashley/uBlock-Edge)
- **Opera**: Install from Opera addons: <https://addons.opera.com/en/extensions/details/ublock/>
---
This is an emergency release to fix an issue causing differential updates to fail. The issue primarily affected Firefox because of uBO's use of indexedDB prior to 1.57.0. The issue did not affect full update of filter lists even though the asset viewer would show old versions of those lists (internally uBO compiles lists and would still correctly compile from lists fetched by full updater).
This release also contains translation work, so I will also publish an update to Chrome Web Store despite the issue not affecting Chromium-based browsers.
## Fixes / changes
- [Fix stray lists in redesigned cache storage](https://github.com/gorhill/uBlock/commit/defd68ef7d)