From 23768694381d885458c7e25f01af3261edfc185b Mon Sep 17 00:00:00 2001
From: Local Dev
Date: Mon, 7 Sep 2026 01:01:40 +0200
Subject: [PATCH] Ship Theseus 0.3.14 238f0b81 (Aegis multi-chain + Screenshot
editor + darker light acid)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Setup 238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8
Portable d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c
Three bundled fixes since 0.3.13:
- (Aegis multi-chain wallet, cherry-picked from claude/sleepy-maxwell-251ee6
worktree) — bchwallet add-on turns into a chain-agnostic wallet
manager with BCH + Tron mainnet + Tron Nile testnet; addon id stays
"bchwallet" so vault-derive paths + legacy BCH funds are untouched.
Dapp bridge on any https page exposes window.tronWeb / window.tronLink
matching TronLink chain ids so Tron dapps just work.
- 3d3dfe5 — Screenshot addon reworked: dock icon opens a small
toolbar-menu (Visible / Full page / Region…) instead of a sidebar
panel; captures open in a full browser tab with an editor
(crop / arrow / rect / circle / freehand / text / blur / undo / save /
copy). Two new addon-host capabilities land: toolbar-menu + open-tab.
- dd31b88 — Light-mode --acid went from #4d7300 → #3a5c00 (~7:1 on
white), and the missed addon panels (bchwallet, siawallet,
screenshot editor.css) got their overrides so nothing resolves to
the bright #d6ff3d anymore.
Note on Nile testing: the code paths verified via a running instance —
dock shows 🛡 Wallet, chain picker "🟨 BCH — main ▾" is present. Live
Nile send requires a vault + testnet TRX from nileex.io/join/getJoinPage.
Deployed. Verified LIVE 0.3.14.
---
releases-manifest.json | 8 ++++----
releases/index.html | 12 ++++++------
tools/index.html | 10 +++++-----
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/releases-manifest.json b/releases-manifest.json
index 75c5336..4813a31 100644
--- a/releases-manifest.json
+++ b/releases-manifest.json
@@ -35,15 +35,15 @@
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
- "version": "0.3.13",
+ "version": "0.3.14",
"date": "2026-09-06",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
- "changes": "Settings > Registries now has an on/off toggle for Ariadne's Thread — the system-wide resolver that lets Chrome / Edge / Firefox on this machine also resolve BCDN names. Toggling prompts UAC (Ariadne runs as elevated Scheduled Tasks). Also: bundled Screenshot add-on (📸 visible / full page / region → Downloads), new BCDN 'p' record type that reverse-proxies an upstream URL under a BNS name (mirror behaviour, address bar stays on the BCDN name), and Argus registrar gains a TLD-registration builder for minting per-TLD certificates. Everything from 0.3.12 rides along.",
+ "changes": "Aegis multi-chain wallet: the built-in BCH wallet gains a chain picker for Tron mainnet + Tron Nile testnet alongside BCH. Add-wallet dropdown per chain, per-chain unit picker, dapp bridge exposes window.bitcoincash on .x sites AND window.tronWeb / window.tronLink on any https page so Tron dapps just work. Legacy BCH default derivation is byte-identical — funds untouched. Screenshot add-on redesigned: dock icon opens a small menu (Visible / Full page / Region…), each capture opens a full browser-tab editor with crop / annotate / redact / undo / save / copy-to-clipboard. Light-mode acid green went darker again (#3a5c00) and now covers every addon panel that was missed. Everything from 0.3.13 rides along.",
"files": {
- "TheseusNavigator-Setup-0.3.13.exe": "7d88e4c46b02448e40d6075d10f2c6688c6d60c5a9ec41b9cbcb7684f131d6e1",
- "TheseusNavigator-0.3.13-portable.exe": "5a4bcc6abb21c23729d79dd600142df4f171cc3d6bf71716dae1c802ac10e48f"
+ "TheseusNavigator-Setup-0.3.14.exe": "238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8",
+ "TheseusNavigator-0.3.14-portable.exe": "d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c"
}
}
]
diff --git a/releases/index.html b/releases/index.html
index 67d4d91..68e4816 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -49,16 +49,16 @@
mirror cannot change what you check against here.
-
Theseus Navigator 0.3.13
-
Windows 64-bit · unsigned · 2026-09-06 · Ariadne on/off + 'p' mirror record + Screenshot add-on — Settings > Registries now toggles Ariadne's Thread (the system-wide resolver that lets Chrome/Edge/Firefox on this machine also resolve BCDN names); UAC-prompts once per action. Bundled Screenshot add-on (📸 visible / full page / region → Downloads). New BCDN 'p' record: reverse-proxies an upstream URL under a BCDN name, address bar stays on the BCDN name — think mirrors that use the upstream's own TLS. Argus registrar gains a TLD-registration builder for minting per-TLD certificates. Everything from 0.3.12 rides along.
+
Theseus Navigator 0.3.14
+
Windows 64-bit · unsigned · 2026-09-06 · Aegis multi-chain wallet + Screenshot editor + darker light-mode acid — the built-in wallet gains a chain picker for Tron mainnet + Tron Nile testnet alongside BCH; dapp bridge exposes window.tronWeb / window.tronLink on any https page so TronLink dapps just work. Screenshot add-on redesigned: dock menu (Visible / Full page / Region…), each capture opens a full-tab editor with crop / annotate / redact / undo / save / copy-to-clipboard. Light-mode acid green went darker (#3a5c00, ~7:1 on white) and now covers every addon panel that was missed. Everything from 0.3.13 rides along.
-
-
7d88e4c46b02448e40d6075d10f2c6688c6d60c5a9ec41b9cbcb7684f131d6e1
+
+
238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8
-
-
5a4bcc6abb21c23729d79dd600142df4f171cc3d6bf71716dae1c802ac10e48f
+
+
d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c
diff --git a/tools/index.html b/tools/index.html
index 422b054..ef341f3 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -110,15 +110,15 @@
for Windows
Full-window desktop browser with Tor toggle and search bar.
macOS and Linux not yet packaged.
- v0.3.13 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned
+ v0.3.14 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned
SHA-256 — verify before running
-
Installer7d88e4c46b02448e40d6075d10f2c6688c6d60c5a9ec41b9cbcb7684f131d6e1
-
Portable5a4bcc6abb21c23729d79dd600142df4f171cc3d6bf71716dae1c802ac10e48f
+
Installer238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8
+
Portabled8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c