What's Changed
Bug Fixes
- Packet Monitor: Fixed "Hide Own Packets" filter not working in pop-out window (#721, fixes #719)
- Pop-out window now properly fetches device info on mount
- Ensures BASE_URL support for deployments with custom paths
- Device Configuration: Comprehensive Proto3 defaults handling for all device config settings (#720, fixes #716, #712)
- Fixed Smart Position Broadcast state
- Fixed MQTT Encryption enabled state
- Improved handling of boolean fields with Proto3 defaults
Features
- Security Tab: Added "Last seen" timestamps to node listings (#718)
- Shows when each node was last active
- Helps identify stale or inactive nodes
Full Changelog
Merged Pull Requests:
- #722: chore: Bump version to 2.19.3
- #721: fix: Make 'Hide Own Packets' filter work in pop-out window (#719)
- #720: fix: Comprehensive Proto3 defaults handling for all device config settings
- #718: feat: Add 'Last seen' timestamps to Security tab node listings
Closed Issues:
- #719: Packet Filter "hide own packets" not working in pop-out window
- #716: Smart Position Broadcast state
- #712: MQTT Encryption enabled
Docker Image:
docker pull yeraze/meshmonitor:2.19.3
docker pull yeraze/meshmonitor:latestHelm Chart:
helm repo update
helm upgrade meshmonitor meshmonitor/meshmonitor --version 2.19.3Full Changelog: v2.19.2...v2.19.3
๐ MeshMonitor v2.19.3
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:2.19.3๐งช 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.