github Yeraze/meshmonitor v4.0.0-beta12
MeshMonitor v4.0.0-beta12

pre-release6 hours ago

What's Changed

๐Ÿ› Bug Fixes

  • VirtualNode packet duplication โ€” inbound mesh packets were being broadcast twice to virtual-node clients (e.g. the Meshtastic Android app). Every packet now reaches clients exactly once, and VN-originated messages no longer echo back to their sender. (#2778, fixes #2776)
  • Distance-delete log fields โ€” map admin "clear distance" action was logging snake_case field names; now emits camelCase consistent with the rest of the UI. (#2777)

โœจ Features

  • v1 REST API reshape for per-source scoping โ€” v1 endpoints now operate within a source context to support the multi-source architecture introduced in 4.0. (#2775)
  • "Auto-connect on startup" source toggle โ€” sources can now be configured to connect automatically when the server starts. (#2774, fixes #2773)

Full Changelog: v4.0.0-beta11...v4.0.0-beta12

๐Ÿš€ MeshMonitor v4.0.0-beta12

๐Ÿ“ฆ Installation

Docker (recommended):

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

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