From 2f423ff792585d97a577e1212ab26c31b522b45c Mon Sep 17 00:00:00 2001 From: sal Date: Wed, 4 Mar 2026 22:59:40 -0600 Subject: [PATCH] Bump version to 0.5.4 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a7bce..7114219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.4 + +- Replaced system confirm dialogs with inline confirmation bars in popup + ## 0.5.3 - Fixed Discord and other complex apps crashing due to cross-compartment constructor failures diff --git a/manifest.json b/manifest.json index e1193af..a20e1cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ContainSite", - "version": "0.5.3", + "version": "0.5.4", "description": "Per-container fingerprint isolation — each container gets its own device identity", "permissions": [ "contextualIdentities",