Releases 54

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run

sha512sum -c CHECKSUMS

* Change Worker settings for pad.riseup.net (https://pagure.io/JShelter/webextension/issue/152) and kiwi.com (https://pagure.io/JShelter/webextension/issue/153) * Fine-tune strings shown in popup for FPD * Limit logging to console by JShelter (do not produce output that the user is not concerned with). Developers can see such output in debug builds.
* More robust SyncMessage implementation * Prevent patchWindow from throwing on SOP violations. * Chromium-based: Fix bug that wrappers were sometimes not timely applied (MV3 bug of 0.19) * Firefox: Work around issue that could have prevented XML documents from being parsed/loaded by the browser (see also https://bugzilla.mozilla.org/show_bug.cgi?id=1899786) * Firefox: minimal requirements increased to 115
Improve performance of FPD in temporary background scripts: Limit the amount of data that is stored to the permanent storage as well as the number of write operations without a real hit stemming from the need to recomupte the data. Backported from 0.19.1. • 7 months ago
Improve performance of FPD in temporary background scripts: Limit the amount of data that is stored to the permanent storage as well as the number of write operations without a real hit stemming from the need to recomupte the data.
* First Manifest V3 release, using only MV3 APIs on Chromium-based browsers. * Updated NoScript Commons Library dependency to the mv3 branch. * All browsers: fixed UI popup failing to render when opened first time after long inactivity * Chromium-only: user-facing warnings about developer mode being currently required on MV3. * Chromium-only: removed Network Boundary Shield (unimplementable in current MV3). * Chromium-only: removed blocking mode Fingerprinting Detection (unimplementable in current MV3).