Skip to content

v0.7.6

Compare
Choose a tag to compare
@m3nu m3nu released this 08 Jun 15:32
· 286 commits to master since this release

This release adds a number of bug fixes, as well as two new features developed by
@phihos and @rblenis. Also special thanks to @bastiencyr for a number of bug fixes.

You can now import and export settings related to a single profile to JSON. The same
JSON can be used to bootstrap a new Vorta installation. E.g. to set up a device via
MDM. More about this feature in the docs.

New features:

  • Import/export settings (or bootstrap with default config). By @phihos (#955)
  • Add support for 'diff --json-lines'. By @rblenis (#909)

Bugfixes and refinements:

  • Alert when deleting last profile. By @bastiencyr. (#1006)
  • Add /opt/homebrew/bin to PATH. Fixes #1001 (#1002)
  • Put folders first in diff/extract. Fixes #915. By @bastiencyr (#999)
  • Skip sizing folders on permission error. Fixes #968 (#969)
  • Called set_progress() on wrong class. (#965)
  • Fix color for eye icon when masking password (#959)
  • Refuse to add inaccessible folders, warn on inaccessible files during backup (#951)
  • Check for full disk access on macOS (#952)
  • Open window on left-click on Linux. Fixes #938 (#945)
  • Fix issue #940 - KeyError in get_dict_from_list. By @rblenis (#947)
  • Correctly rename profile in dropdown. Fixes #943 (#944)
  • Fix 'list --json-lines' command when only a single result line is output. By @rblenis (#910)