From 6e22e60c7badeff6e1b6c8c7c19c3f006cb4cda4 Mon Sep 17 00:00:00 2001 From: Scott Reimers Date: Thu, 30 Jul 2026 13:04:29 -0400 Subject: [PATCH] chore: bump version to 0.8.0-alpha + v0.8.0-alpha release notes Version bumped in all five places (core/cli/tauri-app Cargo.toml, tauri.conf.json, Android versionName + versionCode 8000). download.html carries the v0.8.0-alpha release block: registry + greeting comments as the headline, the manifest privacy fix and persona-split bug family, comment ingest verification, and the protocol slimming. States plainly that v0.8 cannot talk to v0.7.x and the anchor moves with it. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01LGiPD2cF75mnvneSCjdDC5 --- crates/cli/Cargo.toml | 2 +- crates/core/Cargo.toml | 2 +- crates/tauri-app/Cargo.toml | 2 +- crates/tauri-app/tauri.conf.json | 2 +- website/download.html | 46 ++++++++++++++++++++++++++++++++ 5 files changed, 50 insertions(+), 4 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 2e53c35..41b245a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-cli" -version = "0.7.3" +version = "0.8.0-alpha" edition = "2021" [[bin]] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 71a4f85..eed04d9 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-core" -version = "0.7.3" +version = "0.8.0-alpha" edition = "2021" [dependencies] diff --git a/crates/tauri-app/Cargo.toml b/crates/tauri-app/Cargo.toml index 7e9e5a2..d2de386 100644 --- a/crates/tauri-app/Cargo.toml +++ b/crates/tauri-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-desktop" -version = "0.7.3" +version = "0.8.0-alpha" edition = "2021" [lib] diff --git a/crates/tauri-app/tauri.conf.json b/crates/tauri-app/tauri.conf.json index 8728350..932a95d 100644 --- a/crates/tauri-app/tauri.conf.json +++ b/crates/tauri-app/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "itsgoin", - "version": "0.7.3", + "version": "0.8.0-alpha", "identifier": "com.itsgoin.app", "build": { "frontendDist": "../../frontend", diff --git a/website/download.html b/website/download.html index 023c118..f3df77b 100644 --- a/website/download.html +++ b/website/download.html @@ -26,6 +26,52 @@

Download ItsGoin

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

+

v0.8.0-alpha — July 30, 2026

+

Clean protocol break. ALPN moves to itsgoin/4 — v0.8 nodes and v0.7.x nodes refuse each other at the QUIC handshake rather than half-interoperating. Alpha: testers only. See design.html for the full v0.8 architecture.

+ + + +

Finding people — the headline feature

+ + +

Privacy & correctness fixes

+ + +

Protocol slimming

+ + +

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).

+

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.