From cfb0e4735ad91f962af73cd86ff144e55a7aa42d Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 15 Jun 2026 06:43:20 -0400 Subject: [PATCH] chore: sync What's New modal for v1.7.94-alpha Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/views/settings/AccountInfoSection.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index c4303c94..68be8d58 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -188,6 +188,18 @@ init()
+ +
+
+ v1.7.94-alpha + June 15, 2026 +
+
+

Your node now joins the private encrypted mesh network on its own. A wrong built-in setting meant nodes were quietly never reaching the shared mesh meeting point, so everything between nodes fell back to the slower Tor network. Every node now connects to the mesh automatically on startup, so node-to-node features like file sharing use the faster encrypted mesh first and only fall back to Tor when a peer is genuinely offline. (Confirmed live: a node with its mesh setting wiped re-connected to the mesh by itself within a second of starting.)

+

You can now bring the mesh networking software up to the latest stable version straight from the node, with one action — it fetches the new version, checks it's genuine before installing, and restarts the mesh on its own. (Confirmed live end to end: a node on an older build was upgraded to the current stable release and rejoined the mesh automatically.)

+

The Lightning wallet screen connects again on nodes where it was showing a "failed to fetch" error instead of your balance and channels. The wallet app and the node now talk to each other correctly, and the connection quietly repairs itself if its details drift after a restart.

+
+