diff --git a/website/download.html b/website/download.html index 2c06425..bcbc1dd 100644 --- a/website/download.html +++ b/website/download.html @@ -46,7 +46,7 @@

v0.5.3 is kept online only as an upgrade bridge — it no longer connects to the live network.

-

v0.6.2 — April 22, 2026

+

v0.6.2 — April 23, 2026

Every remaining persona-signed direct push is off the wire. Deletes, visibility changes, profile updates, and group-key distribution now travel as encrypted / signed posts through the CDN. Groups are a first-class primitive. Plus two pre-release fixes — an admin-forgery check on group keys and a cap on concurrent port-scan hole punches that explains the 10 Mbps upload storm some users saw on VPNs.

@@ -160,7 +160,7 @@

Changelog

-
v0.6.2 — April 22, 2026
+
v0.6.2 — April 23, 2026
  • Deletes and visibility changes travel as signed control posts. New VisibilityIntent::Control post type carries a signed DeletePost / UpdateVisibility operation. Receivers verify the ed25519 signature against the target post's author, then apply. DeleteRecord and VisibilityUpdate wire pushes are removed.
  • Persona display data (name / bio / avatar) travels as a signed profile post. New VisibilityIntent::Profile; authored by the posting identity, propagates via the CDN. The ProfileUpdate wire message keeps only routing fields (anchors, recent_peers, preferred_peers).