github Yeraze/meshmonitor v2.11.2
v2.11.2 - Privacy Enhancements & Hardware Updates

latest releases: v2.21.5, v2.21.4, v2.21.3...
one month ago

v2.11.2 - Privacy Enhancements & Hardware Updates

This release focuses on privacy improvements for anonymous users, updated hardware support, and several quality-of-life enhancements.

๐Ÿ”’ Privacy & Security

  • Hide sensitive information from anonymous users (#374)
    • Node IDs, GPS coordinates, and other sensitive data are now hidden from unauthenticated users
    • Improves privacy for public-facing MeshMonitor instances
    • Authenticated users still see full information

๐Ÿ”ง Hardware & Protocol Updates

  • Update protobufs and hardware model mappings to latest version (#372)

    • Updated to latest Meshtastic protobuf definitions
    • Added support for new hardware models
    • Improved device detection and hardware image mapping
  • Enhanced Node Details block with hardware images (#366, #371)

    • Hardware images now displayed in Node Details
    • Visual hardware model identification
    • Enhanced node information display

๐Ÿ’ฌ Messaging Improvements

  • "Always respond via Direct Message" option for auto-acknowledge (#364, #369)
    • New setting to force auto-acknowledge responses via DM
    • Prevents channel spam when acknowledging messages
    • Configurable per-user preference

๐Ÿ› Bug Fixes

  • Divide traceroute SNR values by 4 to match protobuf spec (#368, #370)
    • Fixed SNR value calculation in traceroutes
    • Now correctly displays signal strength according to Meshtastic protocol
    • Aligns with official protobuf specification

๐Ÿ“ฆ What's Changed

  • feat: Hide sensitive information from anonymous users (#374)
  • feat: Update protobufs and hardware model mappings to latest version (#372)
  • feat: Add enhanced Node Details block with hardware images (#366) (#371)
  • feat: Add "Always respond via Direct Message" option for auto-acknowledge (#364) (#369)
  • fix: Divide traceroute SNR values by 4 to match protobuf spec (#368) (#370)
  • chore: Bump version to 2.11.2 (#375)

๐Ÿ”„ Upgrade Notes

This release is fully backward compatible with v2.11.1. Simply pull the latest Docker image:

docker pull ghcr.io/yeraze/meshmonitor:2.11.2
docker compose up -d

๐Ÿ“Š Stats Since v2.11.1

  • 5 features/fixes merged
  • 6 pull requests closed
  • Anonymous user privacy protection added
  • Latest hardware models supported

Full Changelog: v2.11.1...v2.11.2

๐Ÿš€ MeshMonitor v2.11.2

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:v2.11.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.