Releases: garethgeorge/backrest
Releases · garethgeorge/backrest
v0.11.1
0.11.1 (2024-02-08)
Bug Fixes
- backrest fails to create directory for jwt secrets (0067edf)
- form bugs in UI e.g. awkward behavior when modifying hooks (4fcf526)
- update restic version to 1.16.4 (668a7cb)
- wrong field names in hooks form (3540904)
- wrong value passed to --max-unused when providing a custom prune policy (34175f2)
v0.11.0
0.11.0 (2024-02-04)
Features
- add user configurable command hooks for backup lifecycle events (#60) (9be413b)
- authentication for WebUI (#62) (4a1f326)
- implement discord hook type (25924b6)
- implement gotify hook type (e0ce655)
- support keep-all retention policy for append-only backups (f163c02)
Bug Fixes
- add API test coverage and fix minor bugs (f5bb74b)
- add first time setup hint for user authentication (4a565f2)
- add test coverage for log rotation (f1084ca)
- bugfixes for auth flow (427792c)
- stats not displaying on long running repos (f1ba1d9)
- store large log outputs in tar bundles of logs (0cf01e0)
- windows install errors on decompressing zip archive (5323b9f)
v0.10.1
0.10.1 (2024-01-25)
Bug Fixes
- chmod config 0600 such that only the creating user can read (ecff0e5)
- install scripts handle working dir correctly (dcff2ad)
- relax name regex for plans and repos (ee6134a)
- sftp support using public key authentication (bedb302)
- typos in validation error messages in addrepomodel (3b79afb)
v0.10.0
0.10.0 (2024-01-15)
Features
- make prune policy configurable in the addrepoview in the UI (3fd08eb)
- update restic dependency to v0.16.3 (ac8db31)
- verify gpg signature when downloading and installing restic binary (04106d1)
v0.9.3
0.9.3 (2024-01-05)
Bug Fixes
- correctly mark tasks as inprogress before execution (b19438a)
- correctly select light/dark mode based on system colortheme (b64199c)
v0.9.2
0.9.2 (2024-01-01)
Bug Fixes
- possible race condition in scheduled task heap (30874c9)
v0.9.1
0.9.1 (2024-01-01)
Bug Fixes
- failed forget operations are hidden in the UI (9896446)
- UI buttons spin while waiting for tasks to complete (c767fa7)
v0.9.0
0.9.0 (2023-12-31)
Features
- add backrest logo (5add0d8)
- add mobile layout (9c7f227)
- index snapshots created outside of backrest (7711297)
- schedule index operations and stats refresh from repo view (851bd12)
Bug Fixes
- operations associated with incorrect ID when tasks are rescheduled (25871c9)
- reduce stats refresh frequency (adbe005)
- stat never runs (3f3252d)
- stats task priority (6bfe769)
- tasks run late when laptops resume from sleep (cb78298)
- UI and code quality improvements (c5e435d)
v0.8.2
0.8.2 (2023-12-26)
Bug Fixes
- operations associated with incorrect ID when tasks are rescheduled (25871c9)
- reduce stats refresh frequency (adbe005)
- stats task priority (6bfe769)
- UI and code quality improvements (c5e435d)
v0.8.1
Changelog
- 90a9cf1 fix: dockerfile for 0.8.1 release