MeshMonitor v3.8.0
Highlights
Gateway OTA Firmware Updates (Experimental) — Administrators can now check for, download, and flash Meshtastic firmware updates directly from the MeshMonitor UI via a step-by-step wizard in System Settings. Supports Stable, Alpha, and custom firmware URLs with automatic config backup, live progress streaming, and hardware-matched binary selection. Docker deployments only.
New Features
- Gateway OTA firmware updates (#2110) — Closes #2108
- Bell and position broadcast buttons (#2117) — Closes #2113, #2114
Bug Fixes
- Disable OTA firmware updates on Tauri desktop builds (#2120)
- Prevent auto-favorites from overriding manual favorites (#2115) — Closes #2111
Documentation
- Message delivery status icon documentation and confirmed CSS fix (#2121) — Closes #2118
- Add Utilization Alert to user scripts gallery (#2112) — Closes #2109
Full Changelog: v3.7.6...v3.8.0
🚀 MeshMonitor v3.8.0
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.8.0🧪 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.