From 327a4e34ddf5c81daf6b8e173c98e47436954966 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 14 Jun 2026 15:18:34 -0400 Subject: [PATCH] chore: release v1.7.93-alpha --- core/archipelago/Cargo.toml | 2 +- neode-ui/package-lock.json | 4 ++-- neode-ui/package.json | 2 +- release-manifest.json | 31 ++++++++++++++++--------------- releases/manifest.json | 31 ++++++++++++++++--------------- 5 files changed, 36 insertions(+), 34 deletions(-) diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index 3ec68bd5..b5c7b635 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.92-alpha" +version = "1.7.93-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"] diff --git a/neode-ui/package-lock.json b/neode-ui/package-lock.json index 4f07945c..9579b1a2 100644 --- a/neode-ui/package-lock.json +++ b/neode-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "neode-ui", - "version": "1.7.92-alpha", + "version": "1.7.93-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neode-ui", - "version": "1.7.92-alpha", + "version": "1.7.93-alpha", "dependencies": { "@types/dompurify": "^3.0.5", "@vue-leaflet/vue-leaflet": "^0.10.1", diff --git a/neode-ui/package.json b/neode-ui/package.json index 759face6..481c4232 100644 --- a/neode-ui/package.json +++ b/neode-ui/package.json @@ -1,7 +1,7 @@ { "name": "neode-ui", "private": true, - "version": "1.7.92-alpha", + "version": "1.7.93-alpha", "type": "module", "scripts": { "start": "./start-dev.sh", diff --git a/release-manifest.json b/release-manifest.json index b21e04d8..2ea84c0b 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -1,27 +1,28 @@ { - "version": "1.7.92-alpha", + "version": "1.7.93-alpha", "release_date": "2026-06-14", "changelog": [ - "The Electrum server app no longer flashes a \"can't connect, try again\" error over its loading screen while it's still catching up. If ElectrumX is building its index or waiting on the Bitcoin node, you now just see the sync progress, and the app opens on its own once it's ready.", - "Behind the scenes, the reboot-survival test now confirms the whole system is genuinely healthy after a restart \u2014 every app reachable, updates not stuck, core services answering \u2014 instead of only checking that containers came back, so update-related problems are caught before shipping.", - "Settings \u2192 What's New now lists the notes for every recent release again. The screen had quietly fallen several versions behind, so the last eight releases of changes weren't showing up there \u2014 they're all back now, and a release check keeps it from drifting again." + "Receiving Bitcoin and Lightning works again on nodes where the Lightning wallet was stuck locked. After some updates the wallet could come back locked with a password the node no longer had, so \"generate a receive address\" kept failing with a \"wallet is locked\" message that nothing could clear. The node now detects this and repairs itself automatically.", + "Each node now secures its Lightning wallet with its own unique, randomly generated password instead of a shared built-in one, and remembers it safely so the wallet unlocks on its own after every restart or update \u2014 no more getting stuck locked.", + "If a wallet is found locked with an unrecoverable password, the node rebuilds it cleanly so Bitcoin and Lightning start working again. (On these early-access nodes the wallet holds no funds, so nothing is lost \u2014 a wallet locked with an unknown password was already inaccessible.)", + "The self-repair was validated end to end on live nodes: a stuck, locked wallet was detected, rebuilt, and came back unlocked on its own, and stayed unlocked across restarts." ], "components": [ { "name": "archipelago", - "current_version": "1.7.92-alpha", - "new_version": "1.7.92-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago", - "sha256": "d21bb5e1b386e97e790407b7e29dec4deec743e6103509965b9afba73363d08a", - "size_bytes": 44188280 + "current_version": "1.7.93-alpha", + "new_version": "1.7.93-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.93-alpha/archipelago", + "sha256": "0b53fa6851ec63a392fca5496384afb39656bd9448e5dce8dd7062019ad2c44d", + "size_bytes": 44186056 }, { - "name": "archipelago-frontend-1.7.92-alpha.tar.gz", - "current_version": "1.7.92-alpha", - "new_version": "1.7.92-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago-frontend-1.7.92-alpha.tar.gz", - "sha256": "710f6c80ceccae140bee0c382300a87222f552d400e383920bf4d55dab9cfa30", - "size_bytes": 184070054 + "name": "archipelago-frontend-1.7.93-alpha.tar.gz", + "current_version": "1.7.93-alpha", + "new_version": "1.7.93-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.93-alpha/archipelago-frontend-1.7.93-alpha.tar.gz", + "sha256": "a9da029fa3f840f2e12dde1cd1c6da65b33aff81aa24dd457bf5118c7cba37b8", + "size_bytes": 184069432 } ] } diff --git a/releases/manifest.json b/releases/manifest.json index b21e04d8..2ea84c0b 100644 --- a/releases/manifest.json +++ b/releases/manifest.json @@ -1,27 +1,28 @@ { - "version": "1.7.92-alpha", + "version": "1.7.93-alpha", "release_date": "2026-06-14", "changelog": [ - "The Electrum server app no longer flashes a \"can't connect, try again\" error over its loading screen while it's still catching up. If ElectrumX is building its index or waiting on the Bitcoin node, you now just see the sync progress, and the app opens on its own once it's ready.", - "Behind the scenes, the reboot-survival test now confirms the whole system is genuinely healthy after a restart \u2014 every app reachable, updates not stuck, core services answering \u2014 instead of only checking that containers came back, so update-related problems are caught before shipping.", - "Settings \u2192 What's New now lists the notes for every recent release again. The screen had quietly fallen several versions behind, so the last eight releases of changes weren't showing up there \u2014 they're all back now, and a release check keeps it from drifting again." + "Receiving Bitcoin and Lightning works again on nodes where the Lightning wallet was stuck locked. After some updates the wallet could come back locked with a password the node no longer had, so \"generate a receive address\" kept failing with a \"wallet is locked\" message that nothing could clear. The node now detects this and repairs itself automatically.", + "Each node now secures its Lightning wallet with its own unique, randomly generated password instead of a shared built-in one, and remembers it safely so the wallet unlocks on its own after every restart or update \u2014 no more getting stuck locked.", + "If a wallet is found locked with an unrecoverable password, the node rebuilds it cleanly so Bitcoin and Lightning start working again. (On these early-access nodes the wallet holds no funds, so nothing is lost \u2014 a wallet locked with an unknown password was already inaccessible.)", + "The self-repair was validated end to end on live nodes: a stuck, locked wallet was detected, rebuilt, and came back unlocked on its own, and stayed unlocked across restarts." ], "components": [ { "name": "archipelago", - "current_version": "1.7.92-alpha", - "new_version": "1.7.92-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago", - "sha256": "d21bb5e1b386e97e790407b7e29dec4deec743e6103509965b9afba73363d08a", - "size_bytes": 44188280 + "current_version": "1.7.93-alpha", + "new_version": "1.7.93-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.93-alpha/archipelago", + "sha256": "0b53fa6851ec63a392fca5496384afb39656bd9448e5dce8dd7062019ad2c44d", + "size_bytes": 44186056 }, { - "name": "archipelago-frontend-1.7.92-alpha.tar.gz", - "current_version": "1.7.92-alpha", - "new_version": "1.7.92-alpha", - "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago-frontend-1.7.92-alpha.tar.gz", - "sha256": "710f6c80ceccae140bee0c382300a87222f552d400e383920bf4d55dab9cfa30", - "size_bytes": 184070054 + "name": "archipelago-frontend-1.7.93-alpha.tar.gz", + "current_version": "1.7.93-alpha", + "new_version": "1.7.93-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.93-alpha/archipelago-frontend-1.7.93-alpha.tar.gz", + "sha256": "a9da029fa3f840f2e12dde1cd1c6da65b33aff81aa24dd457bf5118c7cba37b8", + "size_bytes": 184069432 } ] }