From 1af583e1ab205a5e315a4c485d7bc17a757d6861 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 14 Jun 2026 09:03:18 -0400 Subject: [PATCH] docs: add third v1.7.92 changelog bullet (What's New backfill) + sync modal create-release staging requires >=3 curated release-note bullets. The What's New restoration is itself user-facing, so it's an honest third note; mirror it into the modal's v1.7.92 block via sync-whats-new.py. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 1 + neode-ui/src/views/settings/AccountInfoSection.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8715e624..5ed97db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - The Electrum server app no longer flashes a "can't connect, try again" error over its loading screen while it's still catching up. If ElectrumX is building its index or waiting on the Bitcoin node, you now just see the sync progress, and the app opens on its own once it's ready. - Behind the scenes, the reboot-survival test now confirms the whole system is genuinely healthy after a restart — every app reachable, updates not stuck, core services answering — instead of only checking that containers came back, so update-related problems are caught before shipping. +- Settings → What's New now lists the notes for every recent release again. The screen had quietly fallen several versions behind, so the last eight releases of changes weren't showing up there — they're all back now, and a release check keeps it from drifting again. ## v1.7.91-alpha (2026-06-14) diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index fa92bf95..1772c57f 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -197,6 +197,7 @@ init()

The Electrum server app no longer flashes a "can't connect, try again" error over its loading screen while it's still catching up. If ElectrumX is building its index or waiting on the Bitcoin node, you now just see the sync progress, and the app opens on its own once it's ready.

Behind the scenes, the reboot-survival test now confirms the whole system is genuinely healthy after a restart — every app reachable, updates not stuck, core services answering — instead of only checking that containers came back, so update-related problems are caught before shipping.

+

Settings → What's New now lists the notes for every recent release again. The screen had quietly fallen several versions behind, so the last eight releases of changes weren't showing up there — they're all back now, and a release check keeps it from drifting again.