๐ 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-artifactfrom 3 to 4 - Updated
lewagon/wait-on-check-actionfrom 1.3.4 to 1.4.1 - Updated
actions/configure-pagesfrom 4 to 5
- Updated
๐ฆ 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.