From f06fa3a4a3ac6ea34f5f2f08c4c0954c112f843c Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 17 Sep 2025 22:22:35 -0700 Subject: [PATCH] Added Database cleanup feature to startdb.py --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca9cd9c..2fe8450 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ![Start Page](screenshots/animated.gif) The project serves as a real-time monitoring and diagnostic tool for the Meshtastic mesh network. It provides detailed insights into the network's activity, including message traffic, node positions, and telemetry data. +### Version 2.0.7 update - September 2025 +* New capability to automatically trim the database to a keep specific amount of days of data +* Added configuaration of intervals for both the Live Map and the Firehose pages ### Version 2.0.6 update - August 2025 * New Live Map (Shows packet feed live) * New API /api/config (See API documentation)