From 434858168197e710198a4683d9373fba80c10508 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 21 Jul 2026 06:54:05 -0400 Subject: [PATCH] docs(release): curated v1.7.109-alpha changelog + What's New Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 5 +++++ neode-ui/src/views/settings/AccountInfoSection.vue | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e929b22..eadb36bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.7.109-alpha (2026-07-21) + +- Your node can now program its MeshCore radio's RF settings — frequency, bandwidth, spreading factor, and coding rate — from Mesh → Device settings. Radios that were flashed with mismatched settings could hear that other radios exist but never decode their messages, and until now the only fix was a separate phone app. Set the values once and the node programs the radio automatically (it restarts once to apply); every radio on your mesh must use the same values to talk to each other. +- The Device settings panel is tidier: values you can edit (name, region, channel) are no longer also shown as separate read-only rows. + ## v1.7.108-alpha (2026-07-20) - Your node connects to the private mesh far more reliably. Nodes rely on a public rendezvous point to find each other, and the only one available was unreachable from many home and office networks — leaving some nodes unable to join the mesh at all. There is now a second, always-reachable rendezvous point, and your node tries every one it knows, so it joins the mesh in seconds instead of being stranded. diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index dc76baea..14fab878 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -362,6 +362,17 @@ init()
+ +
+
+ v1.7.109-alpha + July 21, 2026 +
+
+

Your node can now program its MeshCore radio's RF settings — frequency, bandwidth, spreading factor, and coding rate — from Mesh → Device settings. Radios that were flashed with mismatched settings could hear that other radios exist but never decode their messages, and until now the only fix was a separate phone app. Set the values once and the node programs the radio automatically (it restarts once to apply); every radio on your mesh must use the same values to talk to each other.

+

The Device settings panel is tidier: values you can edit (name, region, channel) are no longer also shown as separate read-only rows.

+
+