From f02fa718aa3b1cdd64fd63551f994763f759d5ad Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 27 Dec 2025 20:51:09 +0100 Subject: [PATCH] docs: Add meshcore-cli 1.3.12 version requirement to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explicit requirement for meshcore-cli >= 1.3.12 in Prerequisites section. This version is required for proper Direct Messages (DM) functionality due to the fix of SENT_MSG format (recipient and sender fields). Related: Refactoring commit 879f704 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 790e647..54ada42 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ A lightweight web interface for meshcore-cli, providing browser-based access to **Note:** meshcore-cli is automatically installed inside the Docker container - no host installation required! +**Important:** This application requires meshcore-cli version **1.3.12 or newer** for proper Direct Messages (DM) functionality. The Docker container automatically installs the latest version. + ### Installation 1. **Clone the repository**