chore: release v1.7.87-alpha
This commit is contained in:
parent
8d4b309753
commit
6fd1cf9ba7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "archipelago"
|
||||
version = "1.7.86-alpha"
|
||||
version = "1.7.87-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.86-alpha",
|
||||
"version": "1.7.87-alpha",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.86-alpha",
|
||||
"version": "1.7.87-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.86-alpha",
|
||||
"version": "1.7.87-alpha",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "./start-dev.sh",
|
||||
|
||||
@ -1,30 +1,27 @@
|
||||
{
|
||||
"version": "1.7.86-alpha",
|
||||
"version": "1.7.87-alpha",
|
||||
"release_date": "2026-06-12",
|
||||
"changelog": [
|
||||
"Fleet now preserves the last known node list, alerts, and selection locally while telemetry refreshes in the background, so the dashboard no longer blanks on tab switches or update scans.",
|
||||
"Connected nodes and identities now reuse their last loaded data instead of reloading the visible list every time the user revisits the tab.",
|
||||
"The Fleet matrix and detail views now show actual node names and host information instead of raw node id prefixes.",
|
||||
"The network map only redraws when its graph data actually changes, which stops the D3 scene from visually resetting on every refresh tick.",
|
||||
"Mobile federation and system-update actions now stack full width, and the ElectrumX app health check allows a long startup window so slow sync nodes do not restart mid-index.",
|
||||
"Validation passed with `git diff --check`, focused frontend tests, and `npm run type-check`."
|
||||
"Bitcoin receive now calls LND's on-chain address endpoint with the correct REST method, and backend failures keep the specific address-generation error instead of collapsing into the generic operation-failed message.",
|
||||
"App launch credential interstitials now render as true full-screen overlays, and the launcher loading indicator uses the neutral brand palette instead of a blue spinner.",
|
||||
"Validation passed with `git diff --check`, `npm run type-check`, and the focused frontend tests for `bitcoinReceive` and `AppIconGrid`."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.86-alpha",
|
||||
"new_version": "1.7.86-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago",
|
||||
"sha256": "2eb936fe188df25947a2d626af1b22be2f7ef9dcbc927542389de3b38e80f9e6",
|
||||
"size_bytes": 44050232
|
||||
"current_version": "1.7.87-alpha",
|
||||
"new_version": "1.7.87-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago",
|
||||
"sha256": "a87bf3245e3ae67baf8c7018e89794e8bd43b18ee3858dda65364562f2927045",
|
||||
"size_bytes": 44058416
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.86-alpha.tar.gz",
|
||||
"current_version": "1.7.86-alpha",
|
||||
"new_version": "1.7.86-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago-frontend-1.7.86-alpha.tar.gz",
|
||||
"sha256": "9f6f146eaf709cd3e778550bb7a56877dce551cb6d631bccf08e80ed977dd17b",
|
||||
"size_bytes": 184060614
|
||||
"name": "archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||
"current_version": "1.7.87-alpha",
|
||||
"new_version": "1.7.87-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||
"sha256": "df0834a4e9c45e608de2fa5f0031f939d49eec0b6b8d1fd9a422676ae96b3dbe",
|
||||
"size_bytes": 184059938
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,30 +1,27 @@
|
||||
{
|
||||
"version": "1.7.86-alpha",
|
||||
"version": "1.7.87-alpha",
|
||||
"release_date": "2026-06-12",
|
||||
"changelog": [
|
||||
"Fleet now preserves the last known node list, alerts, and selection locally while telemetry refreshes in the background, so the dashboard no longer blanks on tab switches or update scans.",
|
||||
"Connected nodes and identities now reuse their last loaded data instead of reloading the visible list every time the user revisits the tab.",
|
||||
"The Fleet matrix and detail views now show actual node names and host information instead of raw node id prefixes.",
|
||||
"The network map only redraws when its graph data actually changes, which stops the D3 scene from visually resetting on every refresh tick.",
|
||||
"Mobile federation and system-update actions now stack full width, and the ElectrumX app health check allows a long startup window so slow sync nodes do not restart mid-index.",
|
||||
"Validation passed with `git diff --check`, focused frontend tests, and `npm run type-check`."
|
||||
"Bitcoin receive now calls LND's on-chain address endpoint with the correct REST method, and backend failures keep the specific address-generation error instead of collapsing into the generic operation-failed message.",
|
||||
"App launch credential interstitials now render as true full-screen overlays, and the launcher loading indicator uses the neutral brand palette instead of a blue spinner.",
|
||||
"Validation passed with `git diff --check`, `npm run type-check`, and the focused frontend tests for `bitcoinReceive` and `AppIconGrid`."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.86-alpha",
|
||||
"new_version": "1.7.86-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago",
|
||||
"sha256": "2eb936fe188df25947a2d626af1b22be2f7ef9dcbc927542389de3b38e80f9e6",
|
||||
"size_bytes": 44050232
|
||||
"current_version": "1.7.87-alpha",
|
||||
"new_version": "1.7.87-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago",
|
||||
"sha256": "a87bf3245e3ae67baf8c7018e89794e8bd43b18ee3858dda65364562f2927045",
|
||||
"size_bytes": 44058416
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.86-alpha.tar.gz",
|
||||
"current_version": "1.7.86-alpha",
|
||||
"new_version": "1.7.86-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago-frontend-1.7.86-alpha.tar.gz",
|
||||
"sha256": "9f6f146eaf709cd3e778550bb7a56877dce551cb6d631bccf08e80ed977dd17b",
|
||||
"size_bytes": 184060614
|
||||
"name": "archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||
"current_version": "1.7.87-alpha",
|
||||
"new_version": "1.7.87-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||
"sha256": "df0834a4e9c45e608de2fa5f0031f939d49eec0b6b8d1fd9a422676ae96b3dbe",
|
||||
"size_bytes": 184059938
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user