Update README with version 3.0.2 details

Added notes about database changes for version 3.0.2.
This commit is contained in:
Pablo Revilla
2026-01-12 10:38:55 -08:00
committed by GitHub
parent e12e3a2a41
commit a882bc22dd
+3
View File
@@ -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)