From 5463682aac86b637641c1b5cb7a2fe3b3a30e2e8 Mon Sep 17 00:00:00 2001 From: Scott Reimers Date: Wed, 22 Apr 2026 00:03:36 -0400 Subject: [PATCH] Download page: expand fork warning with 3-step upgrade instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the single-sentence fork notice with an ordered list covering export from v0.5, download, and import-on-first-launch — the same instructions we're telling individual users. Co-Authored-By: Claude Opus 4.7 (1M context) --- website/download.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/download.html b/website/download.html index 8105215..03349c0 100644 --- a/website/download.html +++ b/website/download.html @@ -27,7 +27,13 @@

Available for Android, Linux, and Windows. Free and open source.

- Network fork: v0.6 is a hard fork from v0.5. Older versions cannot connect to the v0.6 network. If you were on v0.5.3, upgrade to stay reachable. Export your identity from v0.5.3 (Settings → Export) and import it on first launch of v0.6. + Upgrading from v0.5? v0.6 is a hard network fork — older versions can no longer reach the network. Bring your account over in three steps: +
    +
  1. On your current v0.5 install, go to Settings → Export, tick “Posts + media + identity key”, and save the .zip somewhere safe.
  2. +
  3. Download v0.6 below (APK, AppImage, or Windows installer).
  4. +
  5. On first launch, choose “Import an Identity” and point it at the .zip.
  6. +
+

Your posts, media, follows, and identity key all come across. Encrypted posts stay decryptable under the same key.

v0.6.0 — April 21, 2026