v0.9.1-beta3
Pre-release
Pre-release
We are almost ready for the first 0.9 release. This beta finally merges the new GUI to better manage file exclusions by @diivi. Some things you can now do around exclusions:
- We ship exclusion presets for common use cases. Currently there are just a few, but we hope to add more over time. PRs welcome, if you have good exclusion lists around a specific topic.
- Add your own exclusions and enable/disable them individually
- You can always view the final exclusion list under Preview
Breaking changes ⚠️
- Your existing exclusions can be found in the Raw tab. They will continue to be used as-is.
- The "Exclude if present" feature isn't implemented in the new exclusion dialog yet. If you use this feature, you can manually add --exclude-if-present .nobackup in Schedule -> Shell commands -> Extra arguments for borg create.
What's Changed
- Loosen platformdirs dependency by @stefanor in #1843
- Backup settings.db before migrations by @AdwaitSalankar in #1848
- Exclude GUI by @diivi in #1846
New Contributors
- @stefanor made their first contribution in #1843
- @AdwaitSalankar made their first contribution in #1848
Full Changelog: v0.9.1-beta2...v0.9.1-beta3