Bump version to 0.5.1
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5.1
|
||||
|
||||
- Fixed Discord and other complex web apps crashing due to DOM dimension noise
|
||||
- Removed offsetWidth/Height noise (too aggressive, broke layout calculations)
|
||||
- Changed document.fonts.check() to return true instead of false (prevents font loading hangs)
|
||||
- Added search bar to popup for filtering containers
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- Gamepad API spoofing (returns empty, prevents controller fingerprinting)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "ContainSite",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Per-container fingerprint isolation — each container gets its own device identity",
|
||||
"permissions": [
|
||||
"contextualIdentities",
|
||||
|
||||
Reference in New Issue
Block a user