From 56dba6d9537d46b47753a86194142039eb74eb62 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Fri, 7 Aug 2026 20:28:25 +0200 Subject: [PATCH] Ship Theseus 0.0.3 9c09955e (v0.0.3 manifest + tools page one-panel Theseus Windows/Android) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TheseusNavigator/package.json: 0.0.2 → 0.0.3. Address-bar fix (main.js refreshTabUrl, in 9b9c93c) makes silentmode.bch subpage clicks update the URL correctly. - site/tools/index.html: collapsed the two-flagship-cards row into one Theseus Navigator panel with a shared description and two version sub-blocks (Windows + Android) inside a divider grid. Same-product-two-platforms framing. - site/index.html: Tools card copy updated to match (Theseus Windows + Android; built-in Ariadne; also relay, extension, standalone resolver). - site/releases/index.html + releases-manifest.json: Theseus 0.0.3 entry with the new hashes; Android section corrected to v0.8 (was previously showing v0.8 filename with a v0.2 hash — the linter had gone half-way). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbd1ab0..e868d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.0.2", + "version": "0.0.3", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",