From 61bfdac7ccb0f8ac046c09538fb3cadea9cdaaec Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 20 Apr 2026 13:23:37 -0400 Subject: [PATCH] release(v1.7.9-alpha): OTA proof bump on top of mv-based apply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version-only bump. First release where .116/.198/.253 (running v1.7.8 with the mv-based apply) should walk through Check → Download → Install → auto-restart cleanly via UI, no sideload intervention. Artefacts: archipelago 1ec7383d…301629 40378536 archipelago-frontend-1.7.9-alpha.tar.gz 4fb79664…0172e9 76984615 (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 54e1d6ce..7bdc945c 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "archipelago" -version = "1.7.8-alpha" +version = "1.7.9-alpha" dependencies = [ "anyhow", "archipelago-container", diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index 95befc3e..e383d6b7 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.8-alpha" +version = "1.7.9-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"]