What's New in v2.10.1
This release is broken, please skip.
This release focuses on comprehensive documentation updates for features introduced in v2.10.0 and recent improvements, ensuring all new capabilities are fully documented on meshmonitor.org.
Documentation Enhancements
๐ Auto Welcome Automation
Added complete documentation for the Auto Welcome feature:
- Configuration with welcome channel selection (Primary or All Channels)
- Custom message templates with dynamic tokens:
{SENDER}- Long name of the new node{NODEID}- Hex ID of the new node{TIME}- Timestamp when first seen{VERSION}- MeshMonitor version
- 24-hour cooldown to prevent spam
- First-join-only behavior
- Use cases and best practices
๐ค Enhanced Auto Acknowledge Documentation
Expanded the Auto Acknowledge section with:
- Custom message template system documentation
- Template tokens:
{HOPS},{TIME},{SENDER},{MESSAGE} - Cursor-aware token insertion feature
- Example templates for various use cases
- Pattern testing interface
โ Unknown Nodes Filter
Added documentation for the new filtering feature:
- Filter to identify nodes without longName/shortName
- "Show only" and "Hide matching" modes
- Use cases for network management
- Integration with existing filters
Version Updates
- Package Version: 2.10.0 โ 2.10.1
- Helm Chart: 2.10.0 โ 2.10.1
Features Documented
All v2.10.x features are now fully documented:
- โ Auto Welcome (from #304)
- โ Custom Auto Acknowledge Templates (from #303)
- โ Unknown Nodes Filter (from #306)
Documentation
All updates published to meshmonitor.org:
Installation
Docker Compose
```yaml
version: '3.8'
services:
meshmonitor:
image: yeraze/meshmonitor:v2.10.1
ports:
- "8080:8080"
volumes:
- meshmonitor-data:/app/data
environment:
- NODE_ADDRESS=192.168.1.100
volumes:
meshmonitor-data:
```
Helm
```bash
helm repo add meshmonitor https://yeraze.github.io/meshmonitor
helm install meshmonitor meshmonitor/meshmonitor --version 2.10.1
```
Full Changelog
Full Changelog: v2.10.0...v2.10.1
๐ค Generated with Claude Code
๐ MeshMonitor v2.10.1
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.10.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.
๐ MeshMonitor v2.10.1
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.10.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.