Skip to content

v0.11.0

Choose a tag to compare

@m3nu m3nu released this 28 Nov 13:01
· 71 commits to master since this release
68e0452

After 2 months of testing we are ready to release the next major version of Vorta. Much of this was contributed by our Google Summer of Code student, @VandalByte. A big thanks to him for all his work over the summer.

Highlights:

  • Change passphrase feature (#2224) — Users can now change their repository passphrase directly from Vorta's UI, eliminating the need to drop to the command line for this common security operation. This was a long-requested feature dating back to issue #303.
  • Unified file selector (#2237) — Replaces the confusing dual-dialog approach (separate dialogs for files vs folders) with a single tree-view selector that supports multi-selection for both. This addresses a longstanding UX pain point caused by Qt limitations.
  • Fix GUI freezing during pre-backup commands (#2214) — Pre-backup scripts that took more than a few seconds would freeze the entire interface until completion. The backup now runs asynchronously, keeping the UI responsive.

All changes

New Contributors

Full Changelog: v0.10.3...v0.11.0