What's Changed since v3.10.0-RC2
Features
- Polar grid leaflet overlay — switchable map overlay with range rings, azimuth sector lines, and distance/bearing labels centered on own node position (#2307) — #2359
- Auto responder tokens as environment variables — all message replacement tokens now available as env vars for auto responder scripts (#2314) — #2356
Bug Fixes
- Fix admin key crash in ConfigurationTab — coerce admin keys to strings to prevent
.trim()error on numeric values (#2353) — #2354
Improvements
- i18n for map overlay labels — all 10 map overlay checkbox labels now use translation keys — #2359
- Claude Code Review switched to experimental-review mode — inline PR comments instead of summary reviews — #2355
Chores
- Bump version to 3.10.0-RC3 — #2360
Full Changelog: v3.10.0-RC2...v3.10.0-RC3
🚀 MeshMonitor v3.10.0-RC3
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.10.0-RC3🧪 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.