From ac76f93fcbde8cfd351a5039bb9b90112be87c61 Mon Sep 17 00:00:00 2001 From: sal Date: Wed, 4 Mar 2026 21:38:50 -0600 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03be33d..e495777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 1062d5d..7bb1e0e 100644 --- a/manifest.json +++ b/manifest.json @@ -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",