Old links pointed users at ariadne-v0.11.apk from three separate pages while the in-app auto-updater was already pulling 0.15. New downloaders got 4 versions behind. - site-theseus-x/index.html — v0.11 → v0.15, hash updated, meta noting in-app auto-update. Sia-uploaded to bns/theseus/ so theseus.x reflects it now. - site/releases/index.html — bumps the Ariadne row from 0.11 to 0.15 with the new hash and a release note covering the DOWNLOADING/READY/ RETRY chip states shipped in 0.15. - site/tools/index.html — same v0.11 → v0.15 bump. Also retitled from "Theseus — Silent Mode" / "Theseus — the browsers" to "Tools — Silent Mode" / "Silent Mode tools" because the page actually lists every client (Theseus Win + Android, Ariadne extension, navigate.st relay, Ariadne standalone Windows resolver) — a tools directory, not a Theseus-dedicated page. Intro now points at /theseus/ for the dedicated Theseus landing. - site/theseus/ NEW — clearnet mirror of theseus.x. Same page, retitled "Theseus Navigator — Silent Mode" with canonical URL pointing at silentmode.st/theseus/. Users on the resolver reach theseus.x for the same content trustlessly; the /theseus/ path is the always-reachable fallback with a real cert. Also pushes the APK itself to bns/silentmode/ so silentmode.bch/ariadne-v0.15.apk works too (dl.silentmode.st and silentmode.bch now serve the same bytes with identical SHA-256).
15 lines
809 B
XML
15 lines
809 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<!-- theseus.x — Navigator compass mark. Rounded dark square (matches the
|
|
sirius.x sibling family). N (top) half red like every real compass
|
|
needle, S (bottom) half in Silent Mode acid green. E-W arm softened
|
|
so the N-S bearing reads clearly at 16x16 tab-icon size. -->
|
|
<rect width="64" height="64" rx="12" fill="#0b0e14"/>
|
|
<!-- N half — red bearing indicator -->
|
|
<path d="M32 6 L38 32 L26 32 Z" fill="#e04e4e"/>
|
|
<!-- S half — acid -->
|
|
<path d="M38 32 L32 58 L26 32 Z" fill="#d6ff3d"/>
|
|
<!-- E-W arm — softened acid so the vertical bearing dominates -->
|
|
<path d="M6 32 L32 27 L58 32 L32 37 Z" fill="#d6ff3d" opacity="0.55"/>
|
|
<!-- Center hole -->
|
|
<circle cx="32" cy="32" r="3" fill="#0b0e14"/>
|
|
</svg>
|