Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@ggrossetie ggrossetie released this 03 May 13:32
· 6 commits to main since this release

BREAKING CHANGES

⚠️ Manifest v3 requires extension code to run in a service worker, where XMLHttpRequest is not available (only fetch is supported, but it does not allow synchronous HTTP requests). We are working on a workaround, but version 3.0.0 of the extension can no longer retrieve includes or other remote resources. It is still possible to ignore Chrome's warnings in order to continue using version 2.7.1 (which uses Manifest v2).

https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers?hl=fr

Infrastructure

Documentation

New Contributors

Full Changelog: v2.7.1...v3.0.0