github Yeraze/meshmonitor v1.17.4

latest releases: v2.19.5, v2.19.4, v2.19.3...
one month ago

๐Ÿ› Bug Fixes

Map Route Popup Chart Flickering (#132)

Fixed the chart flickering issue when clicking on traceroute segments in the map. The SNR graph would previously flicker approximately once per second, making it difficult to read.

Technical Details:

  • Extracted traceroute path rendering logic into a useMemo hook
  • Chart data now only recalculates when dependencies change (showPaths, traceroutes, nodes, distanceUnit)
  • Follows the same memoization pattern used in Dashboard and TelemetryGraphs components

๐Ÿ”ง Changes

  • Bumped version to 1.17.4 in package.json

๐Ÿค– Generated with Claude Code

๐Ÿš€ MeshMonitor v1.17.4

๐Ÿ“ฆ Installation

Docker (recommended):

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

๐Ÿงช 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.