github Yeraze/meshmonitor v2.18.2

latest release: v2.18.3
7 hours ago

What's Changed

Bug Fixes

  • Virtual Node: Fixed incorrect role and battery information displayed on clients connected to virtual node by @Yeraze in #616
    • Virtual node clients now correctly display node roles (Router, Client, etc.) instead of always showing "Client"
    • Battery percentages and device metrics (voltage, utilization) now display correctly
    • Enhanced NodeInfo message creation to include role and device metrics fields

Maintenance

  • Version bump to 2.18.2 in #617

Full Changelog: v2.18.1...v2.18.2

๐Ÿš€ MeshMonitor v2.18.2

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:2.18.2

๐Ÿงช 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.