v0.5.3-beta: version bump
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ffb13d6791
commit
a2cc98cb25
7 changed files with 18 additions and 18 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "itsgoin-cli"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "itsgoin-core"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "itsgoin-desktop"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"productName": "itsgoin",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"identifier": "com.itsgoin.app",
|
||||
"build": {
|
||||
"frontendDist": "../../frontend",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<div class="container wide">
|
||||
<section>
|
||||
<span class="version-badge">v0.5.2-beta — 2026-04-19</span>
|
||||
<span class="version-badge">v0.5.3-beta — 2026-04-19</span>
|
||||
<h1 style="font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 0.5rem;">Design Document</h1>
|
||||
<p>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.</p>
|
||||
<div class="card" style="margin-top: 1rem;">
|
||||
|
|
|
|||
|
|
@ -41,25 +41,25 @@
|
|||
</div>
|
||||
|
||||
<h2 style="margin-top: 2rem;">Beta Release</h2>
|
||||
<p style="color: var(--text-muted); font-size: 0.85rem;">Version 0.5.2-beta — April 19, 2026</p>
|
||||
<p style="color: var(--text-muted); font-size: 0.85rem;">Version 0.5.3-beta — April 19, 2026</p>
|
||||
<p style="color: var(--text-muted); font-size: 0.85rem;">Multi-identity, export/import, post merge with decryption key. May contain bugs — stable release recommended for daily use.</p>
|
||||
|
||||
<div class="downloads">
|
||||
<a href="itsgoin-0.5.2-beta.apk" class="download-btn btn-android" style="border-color: var(--accent);">
|
||||
<a href="itsgoin-0.5.3-beta.apk" class="download-btn btn-android" style="border-color: var(--accent);">
|
||||
Android APK
|
||||
<span class="sub">v0.5.2-beta</span>
|
||||
<span class="sub">v0.5.3-beta</span>
|
||||
</a>
|
||||
<a href="itsgoin_0.5.2-beta_amd64.AppImage" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
<a href="itsgoin_0.5.3-beta_amd64.AppImage" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
Linux AppImage
|
||||
<span class="sub">v0.5.2-beta</span>
|
||||
<span class="sub">v0.5.3-beta</span>
|
||||
</a>
|
||||
<a href="itsgoin-cli-0.5.2-beta-linux-amd64" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
<a href="itsgoin-cli-0.5.3-beta-linux-amd64" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
Linux CLI / Anchor
|
||||
<span class="sub">v0.5.2-beta</span>
|
||||
<span class="sub">v0.5.3-beta</span>
|
||||
</a>
|
||||
<a href="itsgoin-0.5.2-beta-windows-x64-setup.exe" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
<a href="itsgoin-0.5.3-beta-windows-x64-setup.exe" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
Windows Installer
|
||||
<span class="sub">v0.5.2-beta</span>
|
||||
<span class="sub">v0.5.3-beta</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<section>
|
||||
<h2>Changelog</h2>
|
||||
<div class="changelog">
|
||||
<div class="changelog-date">v0.5.2-beta — April 19, 2026</div>
|
||||
<div class="changelog-date">v0.5.3-beta — April 19, 2026</div>
|
||||
<ul>
|
||||
<li><strong>Feed pagination</strong> — 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.</li>
|
||||
<li><strong>Fast startup</strong> — Bootstrap (anchor connect, NAT probe, referrals) runs in background. UI shows immediately with local content.</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue