github Yeraze/meshmonitor v2.15.1
v2.15.1 - UI Improvements

latest releases: v2.21.11, v2.21.10, v2.21.9...
one month ago

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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.