Skip to content

v0.6.11 - Reduced memory usage and cleaner SecretStorage integration

Compare
Choose a tag to compare
@m3nu m3nu released this 19 Mar 14:32
· 527 commits to master since this release

This feature brings a number of fixes and some new features:

  • Remove keyring dependency and refactor keyrings. By @Hofer-Julian
  • Allow for extra borg extra arguments per-repo by @ethernet-zero
  • Reduce memory usage by removing main window from memory when closed by @m3nu
  • Prevent KeyError when reading KnownNetworks on macOS by @ipwog
  • Expand user path in python before setting BORG_RSH by @jonas-hagen
  • Catch Keyboard interrupt when running in foreground mode.
  • Make autostart for Linux more stable by @Hofer-Julian
  • Avoid duplicate files in Extract dialog, avoid passing None to shlex when parsing extra args.
  • Changes vorta's default tray icon to white on GNOME by @Hofer-Julian