What's Changed
Bug Fixes
- fix: Save SNR telemetry from NodeInfo packets by @Yeraze in #535
- fix: Apply global time range constraints to solar data on Dashboard by @Yeraze in #534
Features
Dependencies
- chore(deps-dev): Bump @types/archiver from 6.0.4 to 7.0.0 by @dependabot in #517
- chore(deps): Bump @rollup/rollup-linux-arm-gnueabihf by @dependabot in #516
Maintenance
Key Highlights
SNR Telemetry Fix: NodeInfo packets now properly save SNR data as telemetry, enabling continuous tracking of signal quality even when Packet Monitor is disabled. This ensures comprehensive SNR history for all nodes.
Dashboard Time Range: Fixed an issue where solar data on the Dashboard wasn't respecting global time range constraints, improving data consistency.
Security Scanner Export: Added the ability to export Security Scanner results as CSV or JSON files for further analysis and reporting.
Full Changelog: v2.16.6...v2.16.7
🚀 MeshMonitor v2.16.7
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.16.7🧪 Testing
✅ All tests passed
✅ TypeScript checks passed
✅ Docker images built for linux/amd64, linux/arm64, linux/arm/v7
📋 Changes
See commit history for detailed changes.