chore: release v1.7.87-alpha
This commit is contained in:
parent
8d4b309753
commit
1c8c738c12
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "archipelago"
|
name = "archipelago"
|
||||||
version = "1.7.86-alpha"
|
version = "1.7.87-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"]
|
||||||
|
|||||||
4
neode-ui/package-lock.json
generated
4
neode-ui/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "neode-ui",
|
"name": "neode-ui",
|
||||||
"version": "1.7.86-alpha",
|
"version": "1.7.87-alpha",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "neode-ui",
|
"name": "neode-ui",
|
||||||
"version": "1.7.86-alpha",
|
"version": "1.7.87-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",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "neode-ui",
|
"name": "neode-ui",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.7.86-alpha",
|
"version": "1.7.87-alpha",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./start-dev.sh",
|
"start": "./start-dev.sh",
|
||||||
|
|||||||
@ -1,30 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "1.7.86-alpha",
|
"version": "1.7.87-alpha",
|
||||||
"release_date": "2026-06-12",
|
"release_date": "2026-06-12",
|
||||||
"changelog": [
|
"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.",
|
"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.",
|
||||||
"Connected nodes and identities now reuse their last loaded data instead of reloading the visible list every time the user revisits the tab.",
|
"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.",
|
||||||
"The Fleet matrix and detail views now show actual node names and host information instead of raw node id prefixes.",
|
"Validation passed with `git diff --check`, `npm run type-check`, and the focused frontend tests for `bitcoinReceive` and `AppIconGrid`."
|
||||||
"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`."
|
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"name": "archipelago",
|
"name": "archipelago",
|
||||||
"current_version": "1.7.86-alpha",
|
"current_version": "1.7.87-alpha",
|
||||||
"new_version": "1.7.86-alpha",
|
"new_version": "1.7.87-alpha",
|
||||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago",
|
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago",
|
||||||
"sha256": "2eb936fe188df25947a2d626af1b22be2f7ef9dcbc927542389de3b38e80f9e6",
|
"sha256": "a87bf3245e3ae67baf8c7018e89794e8bd43b18ee3858dda65364562f2927045",
|
||||||
"size_bytes": 44050232
|
"size_bytes": 44058416
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "archipelago-frontend-1.7.86-alpha.tar.gz",
|
"name": "archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||||
"current_version": "1.7.86-alpha",
|
"current_version": "1.7.87-alpha",
|
||||||
"new_version": "1.7.86-alpha",
|
"new_version": "1.7.87-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",
|
"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": "9f6f146eaf709cd3e778550bb7a56877dce551cb6d631bccf08e80ed977dd17b",
|
"sha256": "df0834a4e9c45e608de2fa5f0031f939d49eec0b6b8d1fd9a422676ae96b3dbe",
|
||||||
"size_bytes": 184060614
|
"size_bytes": 184059938
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,30 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "1.7.86-alpha",
|
"version": "1.7.87-alpha",
|
||||||
"release_date": "2026-06-12",
|
"release_date": "2026-06-12",
|
||||||
"changelog": [
|
"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.",
|
"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.",
|
||||||
"Connected nodes and identities now reuse their last loaded data instead of reloading the visible list every time the user revisits the tab.",
|
"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.",
|
||||||
"The Fleet matrix and detail views now show actual node names and host information instead of raw node id prefixes.",
|
"Validation passed with `git diff --check`, `npm run type-check`, and the focused frontend tests for `bitcoinReceive` and `AppIconGrid`."
|
||||||
"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`."
|
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"name": "archipelago",
|
"name": "archipelago",
|
||||||
"current_version": "1.7.86-alpha",
|
"current_version": "1.7.87-alpha",
|
||||||
"new_version": "1.7.86-alpha",
|
"new_version": "1.7.87-alpha",
|
||||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.86-alpha/archipelago",
|
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.87-alpha/archipelago",
|
||||||
"sha256": "2eb936fe188df25947a2d626af1b22be2f7ef9dcbc927542389de3b38e80f9e6",
|
"sha256": "a87bf3245e3ae67baf8c7018e89794e8bd43b18ee3858dda65364562f2927045",
|
||||||
"size_bytes": 44050232
|
"size_bytes": 44058416
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "archipelago-frontend-1.7.86-alpha.tar.gz",
|
"name": "archipelago-frontend-1.7.87-alpha.tar.gz",
|
||||||
"current_version": "1.7.86-alpha",
|
"current_version": "1.7.87-alpha",
|
||||||
"new_version": "1.7.86-alpha",
|
"new_version": "1.7.87-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",
|
"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": "9f6f146eaf709cd3e778550bb7a56877dce551cb6d631bccf08e80ed977dd17b",
|
"sha256": "df0834a4e9c45e608de2fa5f0031f939d49eec0b6b8d1fd9a422676ae96b3dbe",
|
||||||
"size_bytes": 184060614
|
"size_bytes": 184059938
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user