- Fix live backup progress now with a more robust polling method
- Backup warning and error details are now surfaced directly in the UI, making it easier to understand partial-success backup runs without digging through container logs.
- Added support for quoted URL environment variables BASE_URL and TRUSTED_ORIGINS
- Fixed backup include paths so literal file and folder paths are treated separately from glob patterns. This fixes a bug for literal paths containing special characters like [ or ] that were previously interpreted as patterns. ⚠️ If you were affected by this bug, go back to your backup settings and re-select the paths.
- Fixed SMB volume mounting to use username and password mount parameters, improving on systems where the shorter user and pass options caused mount failures.