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.

+ +
+ + Android APK + v0.8.0-alpha + + + Linux AppImage + v0.8.0-alpha + + + Linux CLI / Anchor + v0.8.0-alpha + + + Windows Installer + v0.8.0-alpha + +
+ +

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.