From fee690744de1c2d5671da38b4420b057c31ab500 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 20 Apr 2026 14:03:36 -0400 Subject: [PATCH] release(v1.7.11-alpha): OTA proof bump on top of namespace-escape apply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version-only bump. Frontend tarball byte-identical to v1.7.10. First OTA-testable release where the running backend (v1.7.10) has the host_sudo/systemd-run apply fix — clicking Install Update should walk through check → download → install → auto-restart with no manual intervention. Artefacts: archipelago cf003f62…65465f 40378752 archipelago-frontend-1.7.11-alpha.tar.gz 0644a436…54f58 76983846 (reused) Co-Authored-By: Claude Opus 4.7 (1M context) --- core/Cargo.lock | 2 +- core/archipelago/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index adb51d9d..a37db853 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "archipelago" -version = "1.7.10-alpha" +version = "1.7.11-alpha" dependencies = [ "anyhow", "archipelago-container", diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index e7e33b53..d7fee2c7 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.10-alpha" +version = "1.7.11-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"]