github Yeraze/meshmonitor v2.19.3

3 hours ago

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:latest

Helm Chart:

helm repo update
helm upgrade meshmonitor meshmonitor/meshmonitor --version 2.19.3

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

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.