From c55570e4bf52ad9ad63f982d044ad56a5f601472 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54649b6..117e0f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.13", + "version": "0.3.14", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",