What's Changed
Features
- Collapsible Node Details Section - The Node Details section on the Messages page is now collapsible with a toggle button (▲/▼). The collapsed state persists across page reloads using localStorage. Additionally, the Hardware box has been moved to the first position for better visibility. #484
Bug Fixes
- Solar Data Telemetry Rendering - Fixed rendering issues with solar data on telemetry graphs to ensure accurate visualization of solar monitoring metrics. #483
Installation
Docker
```bash
docker pull ghcr.io/yeraze/meshmonitor:v2.15.1
```
Helm
```bash
helm repo update
helm upgrade meshmonitor yeraze/meshmonitor --version 2.15.1
```
Full Changelog: v2.15.0...v2.15.1
🚀 MeshMonitor v2.15.1
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.15.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.