From a882bc22dd13f943a747b857b26cc14cd81668f3 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 12 Jan 2026 10:38:55 -0800 Subject: [PATCH] Update README with version 3.0.2 details Added notes about database changes for version 3.0.2. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c6bbb70..dfa1db4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ The project serves as a real-time monitoring and diagnostic tool for the Meshtastic mesh network. It provides detailed insights into network activity, including message traffic, node positions, and telemetry data. +### Version 3.0.2 — January 2026 +- Changes to the Database to will make it so that there is a need for space when updating to the latest. SQlite requires to rebuild the database when droping a column. ( we are droping some of the old columns) so make sure you have 1.2x the size of the db of space in your environment. Depending on how big your db is it would take a long time. + ### Version 3.0.1 — December 2025 #### 🌐 Multi-Language Support (i18n)