From 49e0ac621a8e3ef10d5170b9fa670cbdc55efb2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Knud=20Schr=C3=B8der?=
<37827873+dk98174003@users.noreply.github.com>
Date: Sun, 23 Nov 2025 14:53:25 +0100
Subject: [PATCH] Enhance messaging and right-click menu options
Updated message sending capabilities to include private channels and added delete node option in the right-click menu.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index caea601..281d424 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,19 @@ This project provides an intuitive graphical interface to connect via IP, USB or
Built entirely in **Python**, it features:
* Real-time node list with shortname, longname, since, hops, dist, speed, alt, hw, role
-* Message send/receive for the channels public and direct
+* Message send/receive for the channels public, direct and private (all channels)
* Support for light and dark themes
* Direct IP, USB and Bluetooth connection support
* Auto-refresh and title with node count default sort since
* Automatic “Ping → Pong” reply function — the client automatically responds to incoming “ping” with “pong” on a direct message
* Node count, node filter, and sorting by short name, long name, since, hops, distance, hardware, and role.
-* Right click menu on the node to Show node info, Show node on Map and Traceroute the node.
+* Right click menu on the node to Show node info, Show node on Map and Traceroute the node and delete node.
* Send "To selected" to send direct messages.
* Links menu to Meshtastic internet sites.
Standalone Windows GUI for their Meshtastic devices.
-
+
---
### 🧰 Installation & Setup (Windows)