From 93655f6a55cbd2802fa74002a54d3f215f377943 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Tue, 8 Sep 2026 00:29:32 +0200 Subject: [PATCH] Ship Theseus 0.3.20 8bc234a6 (home search placeholder reflects default engine) Setup 8bc234a69534b7259b059cafab8c93615d41fc804fcdff1144b691c3b3ac9477 Portable e3b0ab8ed62f6172288a9511ff1ecb4e50d7ef9effb06ed4b728e2e7d467a55b One bundled change since 0.3.19: 763c68d - Home page search box no longer hardcodes 'DuckDuckGo' in the placeholder. New window.home.getEngines() IPC pulls the current default from settings; placeholder starts as 'Search the web' and populates with 'Search the web with ' on load. Fallback URL (never fires in normal use) swapped from duckduckgo.com to startpage.com to match Theseus's own default engine. Deployed. Verified LIVE 0.3.20. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d705cfa..8de59a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.19", + "version": "0.3.20", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",