v2.10.7 - Auto-Welcome Settings Fix
This is a bug fix release that resolves an issue preventing auto-welcome settings from persisting correctly.
๐ Bug Fixes
Auto-Welcome Settings Persistence (#335)
- Fixed auto-welcome settings not saving to database
- Root cause: Missing keys in validKeys whitelist for
/api/settingsPOST endpoint - Added the following keys to validation whitelist:
autoWelcomeEnabledautoWelcomeMessageautoWelcomeTargetautoWelcomeWaitForName
- Settings now persist correctly across page reloads and restarts
๐ฆ Pull Requests
- #335 - fix: Add auto-welcome settings to validKeys whitelist
๐ Upgrade Notes
No breaking changes. This is a patch release that fixes a settings persistence bug introduced when the auto-welcome feature was first added.
Full Changelog: v2.10.6...v2.10.7
๐ MeshMonitor v2.10.7
๐ฆ Installation
Docker (recommended):
```bash
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/yeraze/meshmonitor:v2.10.7
```
๐งช Testing
โ
Build verified
โ
Fix tested and confirmed working
โ
Auto-welcome settings now persist correctly
๐ Changes
See PR #335 for detailed changes.
๐ MeshMonitor v2.10.7
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.10.7๐งช 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.