chore: release v1.7.92-alpha

This commit is contained in:
archipelago 2026-06-14 09:09:57 -04:00
parent 1af583e1ab
commit d462e44453
5 changed files with 34 additions and 38 deletions

View File

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

View File

@ -1,12 +1,12 @@
{ {
"name": "neode-ui", "name": "neode-ui",
"version": "1.7.91-alpha", "version": "1.7.92-alpha",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "neode-ui", "name": "neode-ui",
"version": "1.7.91-alpha", "version": "1.7.92-alpha",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@vue-leaflet/vue-leaflet": "^0.10.1", "@vue-leaflet/vue-leaflet": "^0.10.1",

View File

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

View File

@ -1,29 +1,27 @@
{ {
"version": "1.7.91-alpha", "version": "1.7.92-alpha",
"release_date": "2026-06-14", "release_date": "2026-06-14",
"changelog": [ "changelog": [
"Apps you've installed now reliably show their \"Open\" button again. Some apps \u2014 including Jellyfin, BTCPay Server, Fedimint, Gitea and Portainer \u2014 were running fine but their launch link sometimes went missing, so there was no way to open them from the home screen. They now open correctly.", "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.",
"Receiving Bitcoin is more dependable: if the wallet's internal connection details drift after a restart, it now repairs them on its own, and any error it does hit is reported clearly instead of as a generic failure or a misleading \"wallet locked\" message.", "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.",
"Installing Bitcoin now sets itself up correctly without manual help \u2014 a security credential that could previously be missing and stop Bitcoin from starting is created automatically before it launches.", "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."
"The Electrum server app is back on the home screen and can be launched again.",
"Behind the scenes, the release now runs an expanded automated test suite before shipping, so these kinds of issues are caught earlier."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.91-alpha", "current_version": "1.7.92-alpha",
"new_version": "1.7.91-alpha", "new_version": "1.7.92-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago",
"sha256": "cac0d8209023129eea1f3f01548e92a0805b4888cb82f4e98ecd5784b44e037f", "sha256": "d21bb5e1b386e97e790407b7e29dec4deec743e6103509965b9afba73363d08a",
"size_bytes": 44188312 "size_bytes": 44188280
}, },
{ {
"name": "archipelago-frontend-1.7.91-alpha.tar.gz", "name": "archipelago-frontend-1.7.92-alpha.tar.gz",
"current_version": "1.7.91-alpha", "current_version": "1.7.92-alpha",
"new_version": "1.7.91-alpha", "new_version": "1.7.92-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago-frontend-1.7.91-alpha.tar.gz", "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": "c56664858e378dc559bbc8bc68f446e07cd1b543597dff8a9cd14503e996d759", "sha256": "710f6c80ceccae140bee0c382300a87222f552d400e383920bf4d55dab9cfa30",
"size_bytes": 184062995 "size_bytes": 184070054
} }
] ]
} }

View File

@ -1,29 +1,27 @@
{ {
"version": "1.7.91-alpha", "version": "1.7.92-alpha",
"release_date": "2026-06-14", "release_date": "2026-06-14",
"changelog": [ "changelog": [
"Apps you've installed now reliably show their \"Open\" button again. Some apps \u2014 including Jellyfin, BTCPay Server, Fedimint, Gitea and Portainer \u2014 were running fine but their launch link sometimes went missing, so there was no way to open them from the home screen. They now open correctly.", "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.",
"Receiving Bitcoin is more dependable: if the wallet's internal connection details drift after a restart, it now repairs them on its own, and any error it does hit is reported clearly instead of as a generic failure or a misleading \"wallet locked\" message.", "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.",
"Installing Bitcoin now sets itself up correctly without manual help \u2014 a security credential that could previously be missing and stop Bitcoin from starting is created automatically before it launches.", "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."
"The Electrum server app is back on the home screen and can be launched again.",
"Behind the scenes, the release now runs an expanded automated test suite before shipping, so these kinds of issues are caught earlier."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.91-alpha", "current_version": "1.7.92-alpha",
"new_version": "1.7.91-alpha", "new_version": "1.7.92-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.92-alpha/archipelago",
"sha256": "cac0d8209023129eea1f3f01548e92a0805b4888cb82f4e98ecd5784b44e037f", "sha256": "d21bb5e1b386e97e790407b7e29dec4deec743e6103509965b9afba73363d08a",
"size_bytes": 44188312 "size_bytes": 44188280
}, },
{ {
"name": "archipelago-frontend-1.7.91-alpha.tar.gz", "name": "archipelago-frontend-1.7.92-alpha.tar.gz",
"current_version": "1.7.91-alpha", "current_version": "1.7.92-alpha",
"new_version": "1.7.91-alpha", "new_version": "1.7.92-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago-frontend-1.7.91-alpha.tar.gz", "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": "c56664858e378dc559bbc8bc68f446e07cd1b543597dff8a9cd14503e996d759", "sha256": "710f6c80ceccae140bee0c382300a87222f552d400e383920bf4d55dab9cfa30",
"size_bytes": 184062995 "size_bytes": 184070054
} }
] ]
} }