diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d9a60b..9cd55bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.7.104-alpha (2026-07-19) + +- Software updates are now much safer to receive: the node will never install an update that isn't completely downloaded and verified byte-for-byte, closing a rare bug where an interrupted or cancelled download could leave a node unable to start. +- If a freshly installed update does fail to start, the node now notices and automatically restores the previous working version by itself — no manual rescue needed. +- The Electrum server now works with whichever Bitcoin you run: it finds Bitcoin Knots or Bitcoin Core automatically instead of assuming Knots. +- While the Electrum server is first building its index, its waiting screen now shows the ElectrumX app icon and live progress. + ## v1.7.103-alpha (2026-07-18) - Connecting from the phone app no longer replays the intro cinematic on a loop: signing in after scanning the pairing QR could accidentally trigger "Replay Intro" instead of logging you in. The companion app now lands you straight on your dashboard, and the Android app waits for the login screen to be ready before it types your password. diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index e0366359..102c4ec7 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -362,6 +362,19 @@ init()
+ +
+
+ v1.7.104-alpha + July 19, 2026 +
+
+

Software updates are now much safer to receive: the node will never install an update that isn't completely downloaded and verified byte-for-byte, closing a rare bug where an interrupted or cancelled download could leave a node unable to start.

+

If a freshly installed update does fail to start, the node now notices and automatically restores the previous working version by itself — no manual rescue needed.

+

The Electrum server now works with whichever Bitcoin you run: it finds Bitcoin Knots or Bitcoin Core automatically instead of assuming Knots.

+

While the Electrum server is first building its index, its waiting screen now shows the ElectrumX app icon and live progress.

+
+