From 7bd22f1f809c20413b23bbe3693002d6a62d6357 Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 15 Jun 2026 07:09:58 -0400 Subject: [PATCH] chore: release v1.7.94-alpha --- core/archipelago/Cargo.toml | 2 +- neode-ui/package-lock.json | 4 ++-- neode-ui/package.json | 2 +- release-manifest.json | 33 ++++++++++++++++----------------- releases/manifest.json | 33 ++++++++++++++++----------------- 5 files changed, 36 insertions(+), 38 deletions(-) diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index b5c7b635..4dbfed3f 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.93-alpha" +version = "1.7.94-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 9579b1a2..301783d4 100644 --- a/neode-ui/package-lock.json +++ b/neode-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "neode-ui", - "version": "1.7.93-alpha", + "version": "1.7.94-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neode-ui", - "version": "1.7.93-alpha", + "version": "1.7.94-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 481c4232..d969a02d 100644 --- a/neode-ui/package.json +++ b/neode-ui/package.json @@ -1,7 +1,7 @@ { "name": "neode-ui", "private": true, - "version": "1.7.93-alpha", + "version": "1.7.94-alpha", "type": "module", "scripts": { "start": "./start-dev.sh", diff --git a/release-manifest.json b/release-manifest.json index 2ea84c0b..d13f918d 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -1,28 +1,27 @@ { - "version": "1.7.93-alpha", - "release_date": "2026-06-14", + "version": "1.7.94-alpha", + "release_date": "2026-06-15", "changelog": [ - "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." + "Your node now joins the private encrypted mesh network on its own. A wrong built-in setting meant nodes were quietly never reaching the shared mesh meeting point, so everything between nodes fell back to the slower Tor network. Every node now connects to the mesh automatically on startup, so node-to-node features like file sharing use the faster encrypted mesh first and only fall back to Tor when a peer is genuinely offline. (Confirmed live: a node with its mesh setting wiped re-connected to the mesh by itself within a second of starting.)", + "You can now bring the mesh networking software up to the latest stable version straight from the node, with one action \u2014 it fetches the new version, checks it's genuine before installing, and restarts the mesh on its own. (Confirmed live end to end: a node on an older build was upgraded to the current stable release and rejoined the mesh automatically.)", + "The Lightning wallet screen connects again on nodes where it was showing a \"failed to fetch\" error instead of your balance and channels. The wallet app and the node now talk to each other correctly, and the connection quietly repairs itself if its details drift after a restart." ], "components": [ { "name": "archipelago", - "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 + "current_version": "1.7.94-alpha", + "new_version": "1.7.94-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.94-alpha/archipelago", + "sha256": "d0dd5903c52065e67f0314d9c3dcc1da3d843f656fed36ad1e2aa8776119206f", + "size_bytes": 44430984 }, { - "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 + "name": "archipelago-frontend-1.7.94-alpha.tar.gz", + "current_version": "1.7.94-alpha", + "new_version": "1.7.94-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.94-alpha/archipelago-frontend-1.7.94-alpha.tar.gz", + "sha256": "9958bfa6ae85c52dd7c2fd39ea0f6cc4a34785308b30a17684d1bcb8e713ba2a", + "size_bytes": 184073585 } ] } diff --git a/releases/manifest.json b/releases/manifest.json index 2ea84c0b..d13f918d 100644 --- a/releases/manifest.json +++ b/releases/manifest.json @@ -1,28 +1,27 @@ { - "version": "1.7.93-alpha", - "release_date": "2026-06-14", + "version": "1.7.94-alpha", + "release_date": "2026-06-15", "changelog": [ - "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." + "Your node now joins the private encrypted mesh network on its own. A wrong built-in setting meant nodes were quietly never reaching the shared mesh meeting point, so everything between nodes fell back to the slower Tor network. Every node now connects to the mesh automatically on startup, so node-to-node features like file sharing use the faster encrypted mesh first and only fall back to Tor when a peer is genuinely offline. (Confirmed live: a node with its mesh setting wiped re-connected to the mesh by itself within a second of starting.)", + "You can now bring the mesh networking software up to the latest stable version straight from the node, with one action \u2014 it fetches the new version, checks it's genuine before installing, and restarts the mesh on its own. (Confirmed live end to end: a node on an older build was upgraded to the current stable release and rejoined the mesh automatically.)", + "The Lightning wallet screen connects again on nodes where it was showing a \"failed to fetch\" error instead of your balance and channels. The wallet app and the node now talk to each other correctly, and the connection quietly repairs itself if its details drift after a restart." ], "components": [ { "name": "archipelago", - "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 + "current_version": "1.7.94-alpha", + "new_version": "1.7.94-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.94-alpha/archipelago", + "sha256": "d0dd5903c52065e67f0314d9c3dcc1da3d843f656fed36ad1e2aa8776119206f", + "size_bytes": 44430984 }, { - "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 + "name": "archipelago-frontend-1.7.94-alpha.tar.gz", + "current_version": "1.7.94-alpha", + "new_version": "1.7.94-alpha", + "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.94-alpha/archipelago-frontend-1.7.94-alpha.tar.gz", + "sha256": "9958bfa6ae85c52dd7c2fd39ea0f6cc4a34785308b30a17684d1bcb8e713ba2a", + "size_bytes": 184073585 } ] }