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.