github Yeraze/meshmonitor v2.10.7
v2.10.7 - Auto-Welcome Settings Fix

latest releases: v2.19.10, v2.19.9, v2.19.8...
one month ago

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/settings POST endpoint
  • Added the following keys to validation whitelist:
    • autoWelcomeEnabled
    • autoWelcomeMessage
    • autoWelcomeTarget
    • autoWelcomeWaitForName
  • 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.