From a2cc98cb253624fccc98ebdf32c131e620536bae Mon Sep 17 00:00:00 2001 From: Scott Reimers Date: Sun, 19 Apr 2026 17:39:18 -0400 Subject: [PATCH] v0.5.3-beta: version bump Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 6 +++--- crates/cli/Cargo.toml | 2 +- crates/core/Cargo.toml | 2 +- crates/tauri-app/Cargo.toml | 2 +- crates/tauri-app/tauri.conf.json | 2 +- website/design.html | 2 +- website/download.html | 20 ++++++++++---------- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d433de9..ea7050b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2732,7 +2732,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "itsgoin-cli" -version = "0.5.1" +version = "0.5.3" dependencies = [ "anyhow", "hex", @@ -2744,7 +2744,7 @@ dependencies = [ [[package]] name = "itsgoin-core" -version = "0.5.1" +version = "0.5.3" dependencies = [ "anyhow", "base64 0.22.1", @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "itsgoin-desktop" -version = "0.5.1" +version = "0.5.3" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0132ec4..d2dc068 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-cli" -version = "0.5.2" +version = "0.5.3" edition = "2021" [[bin]] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 820567a..71b3017 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-core" -version = "0.5.2" +version = "0.5.3" edition = "2021" [dependencies] diff --git a/crates/tauri-app/Cargo.toml b/crates/tauri-app/Cargo.toml index eece5eb..b1af404 100644 --- a/crates/tauri-app/Cargo.toml +++ b/crates/tauri-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsgoin-desktop" -version = "0.5.2" +version = "0.5.3" edition = "2021" [lib] diff --git a/crates/tauri-app/tauri.conf.json b/crates/tauri-app/tauri.conf.json index bd6a2ff..b84c910 100644 --- a/crates/tauri-app/tauri.conf.json +++ b/crates/tauri-app/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "itsgoin", - "version": "0.5.2", + "version": "0.5.3", "identifier": "com.itsgoin.app", "build": { "frontendDist": "../../frontend", diff --git a/website/design.html b/website/design.html index c9db18f..a2f6b58 100644 --- a/website/design.html +++ b/website/design.html @@ -39,7 +39,7 @@
- v0.5.2-beta — 2026-04-19 + v0.5.3-beta — 2026-04-19

Design Document

This is the canonical technical reference for ItsGoin. It describes the vision, the architecture, and the current state of every subsystem — with full implementation detail. This document is versioned; each update records what changed.

diff --git a/website/download.html b/website/download.html index daf0de4..04675cc 100644 --- a/website/download.html +++ b/website/download.html @@ -41,25 +41,25 @@

Beta Release

-

Version 0.5.2-beta — April 19, 2026

+

Version 0.5.3-beta — April 19, 2026

Multi-identity, export/import, post merge with decryption key. May contain bugs — stable release recommended for daily use.

@@ -118,7 +118,7 @@

Changelog

-
v0.5.2-beta — April 19, 2026
+
v0.5.3-beta — April 19, 2026
  • Feed pagination — Cursor-based pagination (20 posts/page) with pre-fetch and infinite scroll. Batched engagement queries (3 SQL queries instead of 4 per post). Media loads only for visible posts via IntersectionObserver.
  • Fast startup — Bootstrap (anchor connect, NAT probe, referrals) runs in background. UI shows immediately with local content.