From 3232796d4d30af8583ed5ca0d7699ab6ef5445d4 Mon Sep 17 00:00:00 2001 From: Scott Reimers Date: Thu, 6 Aug 2026 22:54:29 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20v0.8.0-alpha=20release=20notes=20?= =?UTF-8?q?=E2=80=94=20comment=20retention=20+=20gated-post=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-stamped 0.8.0-alpha build carries the comment retention taxonomy fix (only the anonymous/unsigned channel auto-expires; public and post-key-signed comments are permanent; registry posts declare a flat 30-day policy) plus the gated-post sync fix (posts rebuilt without their gating failed content-hash verification and were silently discarded — this affected every bio carrying a greeting slot). Upgrade note flags the unchanged Android version code. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01LGiPD2cF75mnvneSCjdDC5 --- website/download.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/download.html b/website/download.html index f3df77b..923c7f7 100644 --- a/website/download.html +++ b/website/download.html @@ -70,7 +70,14 @@
  • Preferred peers eliminated. The preferred tier existed to serve direct N+10 push/pull that the CDN's holder model replaced. Gone: the slot tier, the preferred_peers table, preferred-tree routing semantics, the rebalance priority pass, the relay candidate tiers, and the 7-day and 30-day watchers.
  • -

    Upgrade note: v0.8.0-alpha cannot talk to v0.7.x at all — that is intentional, and the anchor moves with this release. Existing data directories migrate in place on first run (manifest re-signing, legacy profile cleanup, registry materialization).

    +

    Comment retention — corrected

    + + +

    Upgrade note: v0.8.0-alpha cannot talk to v0.7.x at all — that is intentional, and the anchor moves with this release. Existing data directories migrate in place on first run (manifest re-signing, legacy profile cleanup, registry materialization). Android installs over an earlier 0.8.0-alpha may need an uninstall first, since the version code is unchanged.

    v0.7.3 — May 15, 2026

    Bandwidth + bootstrap hardening on top of v0.7.2. Wire-compatible with v0.7.0/v0.7.1/v0.7.2.