Ship Ariadne cb9e8ea0 (EDNS OPT fix) + Theseus search picker in installer
Site manifest and download pages point at the rebuilt resolver: AriadneResolver-Setup-0.1.0.exe sha256 cb9e8ea0dcffaa60607ff1781e160199956dcf2d7dd69cd13986aba75fcf0fb1 Bumps release date to 2026-08-01. This build is the one that carries the EDNS OPT-echo fix from the prior commit into what dl.silentmode.st serves; users on the daemon should stop seeing "Server Not Found" for normal ICANN names in Firefox / anything using getaddrinfo. TheseusNavigator/package.json: adds engine-picker.html, engine-picker-preload.js, popover.html, popover-preload.js to the electron-builder `files` array. Because that list is explicit, electron-builder shipped only what was listed, so in the packaged 0.0.1 build the WebContentsView created for the search-engine dropdown loaded a nonexistent file and rendered blank -- visually identical to "the button does nothing". `npm start` worked because dev reads from the source tree. Fix restores the picker; needs a Theseus rebuild + redeploy to reach users, then TheseusNavigator-Setup-0.0.1.exe's SHA-256 has to be re-published here. Ariadne hash still needs to be published on-chain to releases.silentmode.bch (wallet spend, user's action).
This commit is contained in:
parent
b94d01cb9a
commit
0635d0fa0b
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schema": "silentmode-releases/2",
|
||||
"updated": "2026-07-29",
|
||||
"updated": "2026-08-01",
|
||||
"mirrors": [
|
||||
"https://dl.silentmode.st/"
|
||||
],
|
||||
|
|
@ -9,12 +9,12 @@
|
|||
"id": "ariadne-resolver",
|
||||
"product": "Ariadne Resolver (Windows)",
|
||||
"version": "0.1.0",
|
||||
"date": "2026-07-29",
|
||||
"date": "2026-08-01",
|
||||
"platform": "win-x64",
|
||||
"signed": false,
|
||||
"signingAuthority": null,
|
||||
"files": {
|
||||
"AriadneResolver-Setup-0.1.0.exe": "c5efae43af6cc163f468f1dc73d08939db32a9a6db52298ba18b2d9a2aee1292"
|
||||
"AriadneResolver-Setup-0.1.0.exe": "cb9e8ea0dcffaa60607ff1781e160199956dcf2d7dd69cd13986aba75fcf0fb1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/AriadneResolver-Setup-0.1.0.exe">AriadneResolver-Setup-0.1.0.exe</a> — ~24 MB</div>
|
||||
<code>c5efae43af6cc163f468f1dc73d08939db32a9a6db52298ba18b2d9a2aee1292</code>
|
||||
<code>cb9e8ea0dcffaa60607ff1781e160199956dcf2d7dd69cd13986aba75fcf0fb1</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@
|
|||
</div>
|
||||
<div class="hashes">
|
||||
<div style="color:var(--mut);font-size:12.5px">SHA-256 — verify before elevating:</div>
|
||||
<div class="h"><b>Installer</b><code>c5efae43af6cc163f468f1dc73d08939db32a9a6db52298ba18b2d9a2aee1292</code></div>
|
||||
<div class="h"><b>Installer</b><code>cb9e8ea0dcffaa60607ff1781e160199956dcf2d7dd69cd13986aba75fcf0fb1</code></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue