github Yeraze/meshmonitor v2.16.7

latest releases: v2.21.11, v2.21.10, v2.21.9...
one month ago

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

  • feat: Add CSV/JSON export to Security Scanner by @Yeraze in #533

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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.