chore: bump version to 1.3.5

Registry migration to git.tx1138.com/lfg2025, version bump for
release testing across nodes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-04-11 09:38:45 -04:00
parent a147db9b70
commit 7ca973e7b1
4 changed files with 13 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Archipelago is a **Bitcoin Node OS** — bootable, self-sovereign personal server. Flash to USB, install on hardware, manage via web UI.
**Stack**: Rust backend + Vue 3 + TypeScript (strict) + Vite 7 + Tailwind + Pinia + Podman on Debian 13
**Version**: 1.3.0 | **Target**: x86_64 and ARM64
**Version**: 1.3.5 | **Target**: x86_64 and ARM64
## Beta Freeze (2026-03-18)

View File

@ -1,6 +1,6 @@
[package]
name = "archipelago"
version = "1.3.4"
version = "1.3.5"
edition = "2021"
description = "Archipelago Bitcoin Node OS - Native backend"
authors = ["Archipelago Team"]

View File

@ -1,7 +1,7 @@
{
"name": "neode-ui",
"private": true,
"version": "1.3.4",
"version": "1.3.5",
"type": "module",
"scripts": {
"start": "./start-dev.sh",

View File

@ -180,6 +180,16 @@ init()
</button>
</div>
<div class="overflow-y-auto flex-1 min-h-0 space-y-6 pr-1">
<!-- v1.3.5 -->
<div>
<div class="flex items-center gap-2 mb-3">
<span class="text-xs font-mono px-2 py-0.5 rounded bg-orange-500/20 text-orange-300">v1.3.5</span>
<span class="text-xs text-white/40">Apr 11, 2026</span>
</div>
<div class="space-y-3 text-sm text-white/80 pl-3 border-l border-white/10">
<p>Migrated container registry to git.tx1138.com</p>
</div>
</div>
<!-- v1.3.4 -->
<div>
<div class="flex items-center gap-2 mb-3">