chore: release v1.7.90-alpha
This commit is contained in:
parent
c800293f1f
commit
bb808df89a
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "archipelago"
|
||||
version = "1.7.89-alpha"
|
||||
version = "1.7.90-alpha"
|
||||
edition = "2021"
|
||||
description = "Archipelago Bitcoin Node OS - Native backend"
|
||||
authors = ["Archipelago Team"]
|
||||
|
||||
4
neode-ui/package-lock.json
generated
4
neode-ui/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.89-alpha",
|
||||
"version": "1.7.90-alpha",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.89-alpha",
|
||||
"version": "1.7.90-alpha",
|
||||
"dependencies": {
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "neode-ui",
|
||||
"private": true,
|
||||
"version": "1.7.89-alpha",
|
||||
"version": "1.7.90-alpha",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "./start-dev.sh",
|
||||
|
||||
@ -1,29 +1,30 @@
|
||||
{
|
||||
"version": "1.7.89-alpha",
|
||||
"version": "1.7.90-alpha",
|
||||
"release_date": "2026-06-13",
|
||||
"changelog": [
|
||||
"The AI assistant looks the way it always did again: no extra back button or close button on phones, and the desktop view fills the whole screen without a gap at the bottom.",
|
||||
"System updates are much more reliable: updates that previously got stuck partway or failed to install now complete cleanly, and a failed update can no longer block all future updates.",
|
||||
"After an update, the system now checks itself correctly on every node type, so working updates are no longer mistakenly undone.",
|
||||
"Generating a Bitcoin receive address works again on nodes where a network proxy previously got in the way.",
|
||||
"The Lightning wallet now recovers and unlocks itself properly after restarts."
|
||||
"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.",
|
||||
"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.",
|
||||
"\"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.",
|
||||
"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 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.",
|
||||
"Software updates are more reliable on slow internet connections \u2014 downloads are given much more time to finish before giving up."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.89-alpha",
|
||||
"new_version": "1.7.89-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.89-alpha/archipelago",
|
||||
"sha256": "ecf8b0e5ad4cb0f30e0da85241cf56937502d1d77594b4a7fedafde4e0e8908a",
|
||||
"size_bytes": 44260776
|
||||
"current_version": "1.7.90-alpha",
|
||||
"new_version": "1.7.90-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago",
|
||||
"sha256": "b4b0c0b0021c0532f35831febb17c996db023bad47baa44e9941c59f2c5a5124",
|
||||
"size_bytes": 44089736
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.89-alpha.tar.gz",
|
||||
"current_version": "1.7.89-alpha",
|
||||
"new_version": "1.7.89-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.89-alpha/archipelago-frontend-1.7.89-alpha.tar.gz",
|
||||
"sha256": "b8b282a55a29661c4bb62702f4cdbbbe0bf4716dacb800199ff99f415a69d840",
|
||||
"size_bytes": 184055902
|
||||
"name": "archipelago-frontend-1.7.90-alpha.tar.gz",
|
||||
"current_version": "1.7.90-alpha",
|
||||
"new_version": "1.7.90-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",
|
||||
"sha256": "8adb6a46def342e2e89632fcd8524ed206ab984df5a883576d7a5534d922934a",
|
||||
"size_bytes": 184059667
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,29 +1,30 @@
|
||||
{
|
||||
"version": "1.7.89-alpha",
|
||||
"version": "1.7.90-alpha",
|
||||
"release_date": "2026-06-13",
|
||||
"changelog": [
|
||||
"The AI assistant looks the way it always did again: no extra back button or close button on phones, and the desktop view fills the whole screen without a gap at the bottom.",
|
||||
"System updates are much more reliable: updates that previously got stuck partway or failed to install now complete cleanly, and a failed update can no longer block all future updates.",
|
||||
"After an update, the system now checks itself correctly on every node type, so working updates are no longer mistakenly undone.",
|
||||
"Generating a Bitcoin receive address works again on nodes where a network proxy previously got in the way.",
|
||||
"The Lightning wallet now recovers and unlocks itself properly after restarts."
|
||||
"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.",
|
||||
"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.",
|
||||
"\"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.",
|
||||
"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 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.",
|
||||
"Software updates are more reliable on slow internet connections \u2014 downloads are given much more time to finish before giving up."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.89-alpha",
|
||||
"new_version": "1.7.89-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.89-alpha/archipelago",
|
||||
"sha256": "ecf8b0e5ad4cb0f30e0da85241cf56937502d1d77594b4a7fedafde4e0e8908a",
|
||||
"size_bytes": 44260776
|
||||
"current_version": "1.7.90-alpha",
|
||||
"new_version": "1.7.90-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.90-alpha/archipelago",
|
||||
"sha256": "b4b0c0b0021c0532f35831febb17c996db023bad47baa44e9941c59f2c5a5124",
|
||||
"size_bytes": 44089736
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.89-alpha.tar.gz",
|
||||
"current_version": "1.7.89-alpha",
|
||||
"new_version": "1.7.89-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.89-alpha/archipelago-frontend-1.7.89-alpha.tar.gz",
|
||||
"sha256": "b8b282a55a29661c4bb62702f4cdbbbe0bf4716dacb800199ff99f415a69d840",
|
||||
"size_bytes": 184055902
|
||||
"name": "archipelago-frontend-1.7.90-alpha.tar.gz",
|
||||
"current_version": "1.7.90-alpha",
|
||||
"new_version": "1.7.90-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",
|
||||
"sha256": "8adb6a46def342e2e89632fcd8524ed206ab984df5a883576d7a5534d922934a",
|
||||
"size_bytes": 184059667
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user