What's Changed
Bug Fixes
- Map centering: Fixed map repeatedly re-centering on selected node when users manually pan or zoom. The map now only centers once on initial node click, allowing free exploration afterward.
Documentation
- Added comprehensive proxy compatibility analysis for Home Assistant integration
- Documented WebSocket proxy support options and implementation strategies
Maintenance
- Updated version to 1.9.1 across package.json, package-lock.json, and Helm chart
Full Changelog: v1.9.0...v1.9.1
๐ MeshMonitor v1.9.1
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v1.9.1๐งช 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.