github Yeraze/meshmonitor v3.8.6
MeshMonitor v3.8.6

7 hours ago

What's New

Features

  • Configurable Analytics Provider Settings — Add optional web analytics to your MeshMonitor instance. Supports Google Analytics (GA4), Cloudflare Web Analytics, PostHog, Plausible, Umami, Matomo, and custom scripts. Configured via the Settings tab with automatic CSP integration. #2200 — closes #2198
  • Last Hop Filter for Packet Monitor — Filter packets by the last relay node that forwarded them. #2199
  • Analytics Documentation — New docs page covering all supported analytics providers, configuration, CSP handling, and privacy considerations. #2203

Bug Fixes

  • Upgrade Watchdog — Accept both .yml and .yaml extensions for Docker Compose files, fixing auto-upgrade failures for some users. #2201 — closes #2197
  • Packet Monitor UI — Improve button contrast and detail popup readability. #2195
  • Virtual Node — Match physical radio's channel protobuf encoding exactly. #2193
  • Virtual Node Config — Only suppress duplicate wantConfigId requests, not new ones. #2192 — closes #2191
  • Dashboard Widgets — Filter empty distance buckets from dashboard widgets. #2190
  • Message Queue — Fix message queue service bugs and unskip all tests. #2189

Performance

  • Batch SQL Operations — Convert N+1 delete loops to batch DELETE operations and optimize COUNT queries. #2187, #2188
  • SQL COUNT Optimization — Use SQL COUNT(*) instead of loading entire tables for count queries. #2185

Other

  • Translations update from Hosted Weblate. #2168
  • Remove unused legacy functions from meshtasticManager.ts. #2186

Full Changelog: v3.8.5...v3.8.6

🚀 MeshMonitor v3.8.6

📦 Installation

Docker (recommended):

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

🧪 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.