MeshMonitor v4.14.1-rc4
⚠️ Pre-release — release candidate for testing. Do not use in production.
Small quality-of-life pass over rc3: three new UI surfaces (packet detail on hop-count click, per-node position freshness, unread-count bell), a MeshCore chat bugfix, and a Ko-fi Support link in both the site nav and the app sidebar.
Features
- Packet inspection detail on message hop-count click (#4657, #4664) — click any message's hop-count badge to open the underlying packet's full metadata (headers, encryption context, route).
- "Position updated" timestamp in Node Details + map popup (#4662, #4663) — a subtle "Updated 3h ago" line beneath the coordinates, distinct from the generic "Last Heard", so a stale fix on an otherwise-chatty node reads at a glance.
- Bell icon on channel-list unread badges (#4660, #4669) — the unread count now renders with a
🔔glyph so it's obvious at a glance which channel has activity. - Ko-fi Support link in the app sidebar footer (#4666) — heart icon next to the existing Discord/GitHub/Website links.
Bug fixes
- MeshCore chat now preserves newlines (#4659, #4661) — multi-line messages no longer collapse to a single line in the MeshCore stream.
- Sidebar footer keeps its icons on one line after the Ko-fi addition (#4667) — narrow-rail regression fix.
Docs & site
- Ko-fi donation link in the meshmonitor.org site nav (#4665) — same heart icon next to Discord/GitHub in the top-right.
Issues resolved
- #4657 Feature: packet inspection detail view on message hop count click
- #4659 [BUG] Meshcore new lines not being rendered
- #4660 [FEAT] Add unread message badges/counts to channel list
- #4662 Show when a node's position was last updated in Node Details
Full changelog: v4.14.1-rc3...v4.14.1-rc4
🚀 MeshMonitor v4.14.1-rc4
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:4.14.1-rc4🧪 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.