Bump version to 0.5.1

This commit is contained in:
sal
2026-03-04 21:38:50 -06:00
parent 5df1a6cfa5
commit ac76f93fcb
2 changed files with 8 additions and 1 deletions

View File

@@ -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)

View File

@@ -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",