github Yeraze/meshmonitor v2.8.3
v2.8.3 - CSRF Fix for Auto Announce

latest releases: v2.20.0, v2.19.14, v2.19.13...
one month ago

๐Ÿ› Bug Fixes

  • Auto Announce CSRF Fix: Fixed CSRF validation error when clicking "Send Now" button in Auto Announce settings (#249, fixes #248)
    • The button now properly includes CSRF token in requests
    • Resolves "CSRF validation failed: No request token for POST /announce/send" error

๐Ÿ”ง Maintenance

  • Dependency updates for GitHub Actions workflows (#193, #194, #195)
    • Updated actions/upload-pages-artifact from 3 to 4
    • Updated lewagon/wait-on-check-action from 1.3.4 to 1.4.1
    • Updated actions/configure-pages from 4 to 5

๐Ÿ“ฆ Docker Image

docker pull ghcr.io/yeraze/meshmonitor:2.8.3
docker pull ghcr.io/yeraze/meshmonitor:latest

๐Ÿ“ Full Changelog

Full Changelog: v2.8.2...v2.8.3

๐Ÿš€ MeshMonitor v2.8.3

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:v2.8.3

๐Ÿงช 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.