github Yeraze/meshmonitor v2.10.1
v2.10.1: Documentation Updates

latest releases: v2.21.0, v2.20.12, v2.20.11...
one month ago

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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.