chore: release v1.7.91-alpha

This commit is contained in:
archipelago 2026-06-14 05:32:38 -04:00
parent 329e7811eb
commit 9b9fa9cdee
5 changed files with 40 additions and 42 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "archipelago" name = "archipelago"
version = "1.7.90-alpha" version = "1.7.91-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.90-alpha", "version": "1.7.91-alpha",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "neode-ui", "name": "neode-ui",
"version": "1.7.90-alpha", "version": "1.7.91-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.90-alpha", "version": "1.7.91-alpha",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "./start-dev.sh", "start": "./start-dev.sh",

View File

@ -1,30 +1,29 @@
{ {
"version": "1.7.90-alpha", "version": "1.7.91-alpha",
"release_date": "2026-06-13", "release_date": "2026-06-14",
"changelog": [ "changelog": [
"Generating a Bitcoin receive address works again \u2014 the wallet now requests the correct address type, fixing the \"400 Bad Request\" error when creating an address.", "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.",
"In the companion app, the on-screen pointer can now click into apps and type \u2014 including the app store search box \u2014 instead of clicks and keystrokes not reaching app content.", "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.",
"\"Open in a new tab\" from the companion app now opens the app in your phone's browser, instead of doing nothing. The normal mobile browser keeps working as before.", "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.",
"The login/credentials pop-up on phones is once again a centered, properly sized window rather than stretching the full height of the screen.", "The Electrum server app is back on the home screen and can be launched again.",
"The Electrum server now recovers on its own if its index ever gets corrupted, and shows a clear progress screen (with percent complete and block height) while it builds its index, instead of a blank or broken page.", "Behind the scenes, the release now runs an expanded automated test suite before shipping, so these kinds of issues are caught earlier."
"Software updates are more reliable on slow internet connections \u2014 downloads are given much more time to finish before giving up."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.90-alpha", "current_version": "1.7.91-alpha",
"new_version": "1.7.90-alpha", "new_version": "1.7.91-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago",
"sha256": "b4b0c0b0021c0532f35831febb17c996db023bad47baa44e9941c59f2c5a5124", "sha256": "cac0d8209023129eea1f3f01548e92a0805b4888cb82f4e98ecd5784b44e037f",
"size_bytes": 44089736 "size_bytes": 44188312
}, },
{ {
"name": "archipelago-frontend-1.7.90-alpha.tar.gz", "name": "archipelago-frontend-1.7.91-alpha.tar.gz",
"current_version": "1.7.90-alpha", "current_version": "1.7.91-alpha",
"new_version": "1.7.90-alpha", "new_version": "1.7.91-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago-frontend-1.7.90-alpha.tar.gz", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago-frontend-1.7.91-alpha.tar.gz",
"sha256": "8adb6a46def342e2e89632fcd8524ed206ab984df5a883576d7a5534d922934a", "sha256": "c56664858e378dc559bbc8bc68f446e07cd1b543597dff8a9cd14503e996d759",
"size_bytes": 184059667 "size_bytes": 184062995
} }
] ]
} }

View File

@ -1,30 +1,29 @@
{ {
"version": "1.7.90-alpha", "version": "1.7.91-alpha",
"release_date": "2026-06-13", "release_date": "2026-06-14",
"changelog": [ "changelog": [
"Generating a Bitcoin receive address works again \u2014 the wallet now requests the correct address type, fixing the \"400 Bad Request\" error when creating an address.", "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.",
"In the companion app, the on-screen pointer can now click into apps and type \u2014 including the app store search box \u2014 instead of clicks and keystrokes not reaching app content.", "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.",
"\"Open in a new tab\" from the companion app now opens the app in your phone's browser, instead of doing nothing. The normal mobile browser keeps working as before.", "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.",
"The login/credentials pop-up on phones is once again a centered, properly sized window rather than stretching the full height of the screen.", "The Electrum server app is back on the home screen and can be launched again.",
"The Electrum server now recovers on its own if its index ever gets corrupted, and shows a clear progress screen (with percent complete and block height) while it builds its index, instead of a blank or broken page.", "Behind the scenes, the release now runs an expanded automated test suite before shipping, so these kinds of issues are caught earlier."
"Software updates are more reliable on slow internet connections \u2014 downloads are given much more time to finish before giving up."
], ],
"components": [ "components": [
{ {
"name": "archipelago", "name": "archipelago",
"current_version": "1.7.90-alpha", "current_version": "1.7.91-alpha",
"new_version": "1.7.90-alpha", "new_version": "1.7.91-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago",
"sha256": "b4b0c0b0021c0532f35831febb17c996db023bad47baa44e9941c59f2c5a5124", "sha256": "cac0d8209023129eea1f3f01548e92a0805b4888cb82f4e98ecd5784b44e037f",
"size_bytes": 44089736 "size_bytes": 44188312
}, },
{ {
"name": "archipelago-frontend-1.7.90-alpha.tar.gz", "name": "archipelago-frontend-1.7.91-alpha.tar.gz",
"current_version": "1.7.90-alpha", "current_version": "1.7.91-alpha",
"new_version": "1.7.90-alpha", "new_version": "1.7.91-alpha",
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago-frontend-1.7.90-alpha.tar.gz", "download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.91-alpha/archipelago-frontend-1.7.91-alpha.tar.gz",
"sha256": "8adb6a46def342e2e89632fcd8524ed206ab984df5a883576d7a5534d922934a", "sha256": "c56664858e378dc559bbc8bc68f446e07cd1b543597dff8a9cd14503e996d759",
"size_bytes": 184059667 "size_bytes": 184062995
} }
] ]
} }