What's Changed
- fix: add proper capitalization for 'Prune' job type in Activity feed (920e71c)
- style: apply prettier formatting to frontend files (a2bcd22)
- fix: wrap raw SQL strings with text() in migration 027 (71ead3d)
- fix: use local variable for captured exit code instead of job.exit_code attribute (84b51a5)
- feat: add PruneJob tracking and comprehensive compact/prune logging for scheduled operations (d322906)
- fix: capture exit code 105 from borg log messages for proper warning status (3b7a701)
- refactor: extract borg command generation to reusable utility (d32edb7)
- fix: add proper spacing between custom flags and repository path in backup command (d8a928a)
- refactor: extract reusable BackupJobsTable component (5e971aa)
- fix: only show error icon for failed jobs, not completed_with_warnings (b2e83b1)
- fix: remove redundant 'Completed Logs' indicator from TerminalLogViewer (1c4fcd3)
Docker Images
Published to Docker Hub:
docker pull ainullcode/borg-ui:1.35.0
docker pull ainullcode/borg-ui:latest
Full Changelog: v1.34.1...v1.35.0