release(v1.7.1-alpha): version bump for end-to-end OTA test
Trivial bump on top of df83163f. No code changes — this exists purely so the fleet nodes now sitting on 1.7.0-alpha have a real target to exercise the OTA pipeline against: check → download → apply → restart → state reconciliation. The binary content differs only in the embedded CARGO_PKG_VERSION string. Frontend tarball reused from v1.7.0-alpha (same bytes, copied to a new filename to match the manifest component name convention). Artefacts: archipelago 7f7981bd…56eef0 40391760 archipelago-frontend-1.7.1-alpha.tar.gz (dup of 1.7.0) dc3b63af…e9a8370 76984288 Manifest changelog is a single plain-language sentence explaining that this is the test release — per the saved feedback about keeping fleet-facing strings readable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
df83163f15
commit
ef58888aa8
2
core/Cargo.lock
generated
2
core/Cargo.lock
generated
@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
||||
|
||||
[[package]]
|
||||
name = "archipelago"
|
||||
version = "1.7.0-alpha"
|
||||
version = "1.7.1-alpha"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"archipelago-container",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "archipelago"
|
||||
version = "1.7.0-alpha"
|
||||
version = "1.7.1-alpha"
|
||||
edition = "2021"
|
||||
description = "Archipelago Bitcoin Node OS - Native backend"
|
||||
authors = ["Archipelago Team"]
|
||||
|
||||
@ -1,32 +1,23 @@
|
||||
{
|
||||
"version": "1.7.0-alpha",
|
||||
"version": "1.7.1-alpha",
|
||||
"release_date": "2026-04-20",
|
||||
"changelog": [
|
||||
"Every identity now gets a personal avatar the moment it's created. Your main node identity gets a distinctive hexagonal-network icon; other identities get a colourful generated pattern unique to each one.",
|
||||
"Profile editor: upload a profile picture and a banner, then tap Save — your Nostr profile now goes out to the relays in one step. No more 'Save' vs 'Save & Publish' confusion.",
|
||||
"Profile pictures and banners you upload are now reachable by other Nostr clients across the network — not just your own browser. Anyone who sees your profile on a relay can load the image.",
|
||||
"Update downloads on slow connections no longer cut out right at the end. The client waits up to 30 minutes for each component instead of giving up after 15 seconds.",
|
||||
"When you move a node to a new version without going through Check for Updates (for example via a reinstall or manual copy), it now reports the new version correctly instead of endlessly saying 'update available'.",
|
||||
"Your VPN peers come back automatically after a reboot. No more rescanning QR codes on your phone or laptop.",
|
||||
"Fresh installs stay lean — only File Browser is included out of the box. Other apps wait in the Marketplace until you pick them.",
|
||||
"File Browser stops rebooting itself every few hours — the housekeeper now leaves it alone once it's healthy.",
|
||||
"One-click 'Pull & Rebuild' button works for nodes that update from source (the development path), not just the standard download path.",
|
||||
"The download progress number is now clean (like 45.23%) instead of 45.270894%."
|
||||
"Over-the-air update test — same features as 1.7.0, just a fresh version number so your node can try the new download-and-apply flow end-to-end. Safe to apply; nothing to do afterwards."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.6.0-alpha",
|
||||
"new_version": "1.7.0-alpha",
|
||||
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.7.0-alpha/archipelago",
|
||||
"sha256": "12f838c502704689aa3185e3a2989b4f002527f8af54cefa776119755b5ba82d",
|
||||
"size_bytes": 40381864
|
||||
"current_version": "1.7.0-alpha",
|
||||
"new_version": "1.7.1-alpha",
|
||||
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.7.1-alpha/archipelago",
|
||||
"sha256": "7f7981bdf33af6fdb0022338c62e0a102b17c1da95f87f630b07fc2b6056eef0",
|
||||
"size_bytes": 40391760
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.0-alpha.tar.gz",
|
||||
"current_version": "1.6.0-alpha",
|
||||
"new_version": "1.7.0-alpha",
|
||||
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.7.0-alpha/archipelago-frontend-1.7.0-alpha.tar.gz",
|
||||
"name": "archipelago-frontend-1.7.1-alpha.tar.gz",
|
||||
"current_version": "1.7.0-alpha",
|
||||
"new_version": "1.7.1-alpha",
|
||||
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.7.1-alpha/archipelago-frontend-1.7.1-alpha.tar.gz",
|
||||
"sha256": "dc3b63afedc45a663a023702ea23b6ac499d5b2731078a9b5a2feb57ae9a8370",
|
||||
"size_bytes": 76984288
|
||||
}
|
||||
|
||||
BIN
releases/v1.7.1-alpha/archipelago
Executable file
BIN
releases/v1.7.1-alpha/archipelago
Executable file
Binary file not shown.
BIN
releases/v1.7.1-alpha/archipelago-frontend-1.7.1-alpha.tar.gz
Normal file
BIN
releases/v1.7.1-alpha/archipelago-frontend-1.7.1-alpha.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user