From c5b400a778fe653700378ed32fad137a7d4a96ea Mon Sep 17 00:00:00 2001 From: Local Dev Date: Tue, 8 Sep 2026 01:22:20 +0200 Subject: [PATCH] Ship Theseus 0.3.23 9dfd5a6c (BCH-palette light mode + UA strip) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Setup 9dfd5a6ceb36b7d34216cfae3bff58c612c641cefbc9cd784182fdb1797d0e95 Portable 222628d481d4f46b2ebfd0bbd104cbafb27c125bfc7fc64cb216c04f871c72d4 Two bundled changes since 0.3.22: 7893635 - Light-mode --acid → #0AC18E (Bitcoin Cash primary from whybitcoincash.com's palette). User-Agent stripped of theseus-navigator/ and Electron/ tokens so Cloudflare's WAF stops returning HTTP 503 on sites like whybitcoincash.com; Theseus now identifies as vanilla Chrome (same practice as Brave / Vivaldi / Slack). 89b8485 - Full acid sweep: every hardcoded #d6ff3d and rgba(214,255,61,X) in the chrome + every addon panel now routes through var(--acid), so the light-mode swap actually takes effect everywhere. Theseus button (.logo) + update chip (.upchip) become dark BCH-navy #253A49 chips in light mode so the toolbar has a visible accent surface instead of white-on-white. Deployed. Verified LIVE 0.3.23. --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 745f7e0..06d40e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.22", + "version": "0.3.23", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js", @@ -103,10 +103,6 @@ "from": "snapshots/bns-name-snapshot.json", "to": "bns-name-snapshot.json" }, - { - "from": "build/AriadneResolver-Setup-0.1.0.exe", - "to": "AriadneResolver-Setup-0.1.0.exe" - }, { "from": "bundled-addons", "to": "bundled-addons" @@ -128,7 +124,6 @@ "perMachine": false, "allowToChangeInstallationDirectory": true, "artifactName": "TheseusNavigator-Setup-${version}.${ext}", - "include": "nsis/installer.nsh", "installerIcon": "build/icon.ico", "uninstallerIcon": "build/icon.ico", "installerHeaderIcon": "build/icon.ico",