github Yeraze/meshmonitor v2.5.2

latest releases: v2.20.1, v2.20.0, v2.19.14...
one month ago

๐ŸŽจ New Features

Dynamic Favicon and Page Title (#209)

The browser tab now displays a custom favicon and dynamically updates the page title based on the connected node name!

  • Dynamic Page Title: Title changes from "MeshMonitor - Meshtastic Node Monitoring" to "MeshMonitor โ€“ [Your Node Name]" when connected
  • Custom Favicon: Browser tabs now display the MeshMonitor logo, making it easy to identify tabs at a glance
  • Multi-Tab Support: Perfect for users monitoring multiple MeshMonitor instances - each tab shows which node it's connected to

This makes it much easier to manage multiple MeshMonitor windows when monitoring different nodes or deployments.

๐Ÿ“ Full Changelog

Implemented enhancements:

  • feat: Add dynamic favicon and page title with connected node name (#210)

Closed issues:

  • Dynamic Favicon and Page Title with Connected Node Name (#209)

๐Ÿค– Generated with Claude Code

What's Changed

  • feat: Add dynamic favicon and page title with connected node name (v2.5.2) by @Yeraze in #210

Full Changelog: v2.5.1...v2.5.2

๐Ÿš€ MeshMonitor v2.5.2

๐Ÿ“ฆ Installation

Docker (recommended):

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

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