New Features
- Core/Rules: Adds support for multiline do/on conditions using trailing | or &, making complex rule logic easier to read and maintain across line breaks (a0adc51).
- WebUI/Dashboard: Adds a secondary disk usage stat and dedicated upload/download network speed indicators (yusing/godoxy-webui@f9d37e5).
Improvements
- Core/SystemInfo: Improved disk metrics to include more real disk-like mounts (/, /dev/, /mnt/)
Bug Fixes
- Core/Middleware: Fixed regression in v0.27.0 that broke Server-Sent Events (SSE) / video streaming for POST endpoints (1bd8b5a)
- Streaming now works correctly for all POST-based SSE endpoints
- No longer grow memory usage indefinitely when streaming videos
- Improves SSE content-type detection and safeguards so streaming/large or non-mutable responses are not incorrectly buffered.
- WebUI/Config Editor: Fixes stale configuration state when switching files quickly by preventing outdated fetch responses from overwriting newer data (yusing/godoxy-webui@f5b05d7).
Full Changelog: v0.27.0...v0.27.1