You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the download button stops 404ing, and stops needing a rebuild
FunctionStore_tools_2025.tox has not existed in the bucket since the
v3.0.0 rename -- every "Get FNSTools" button on the site pointed at a
404, in latest/ and in every pinned release alike. The bootstrap is
FNSTools.tox; publish.py and the manifest rails have said so all along.
The hrefs now use the latest/ aliases upload.py publishes for exactly
this, so a release cannot leave them serving stale bytes and a version
bump needs no site rebuild. Installs stay pinned: latest/ is the human
path, and the runtime fetch upgrades hrefs to the manifest's release
once the bucket sends CORS -- neither host does today.
Only the version label is stamped now. A stale label is cosmetic; it
sits beside a download that is still correct.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
<pclass="path-note">Already have a toolkit container? Grab the <aclass="js-fns-installer" href="https://pub-8001b4bd92174be7a4544571b53f23da.r2.dev/fnstools/v3.0.1/FNS_Installer.tox" download>bare installer</a> instead (~14 KB).</p>
<pclass="path-note">Already have a toolkit container? Grab the <aclass="js-fns-installer" href="https://pub-8001b4bd92174be7a4544571b53f23da.r2.dev/fnstools/latest/FNS_Installer.tox" download>bare installer</a> instead (~14 KB).</p>
407
407
<pclass="path-note">No download at all: <ahref="/get/">pick your tools online</a> and paste one line into the Textport — it fetches and verifies everything itself.</p>
408
408
</div>
409
409
<divclass="path">
@@ -437,7 +437,7 @@ <h2>Three steps, no setup files</h2>
437
437
</div>
438
438
<divclass="quickstart">
439
439
<ol>
440
-
<li>Drop <code>FunctionStore_tools_2025.tox</code> into the root (<code>/</code>) of a project.</li>
440
+
<li>Drop <code>FNSTools.tox</code> into the root (<code>/</code>) of a project.</li>
441
441
<li>On the <code>FNS_Installer</code> inside it, pulse <strong>Pick Tools</strong>. On the first run it fetches the catalogue and tells you it is doing so.</li>
442
442
<li>Pick your tools, hit <strong>Review install…</strong>, read the plan, hit <strong>Install</strong>. The packages land in the container you dropped.</li>
0 commit comments