๐จ 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
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.