Skip to content

Releases: borgbase/vorta

v0.7.1

10 Sep 05:53
Compare
Choose a tag to compare

This is a bugfix release for several new features contained in v0.7.0:

  • Fix crash when GUI is opened via tray icon while a backup is running. By @samuel-w
  • Use single tray icon for light and dark themes. By @samuel-w
  • Use naked en locale instead of en_US. Fixes #623 (#626)
  • Remove 'Backup in progress' when re-opening window (#627) by @samuel-w
  • Avoid formatting date and time twice. Fixes #624 (#625)
  • Handle DBusException in NetworkManagerMonitor (#636) by @ktosiek
  • Initialize the network status monitor lazily (#634) by @ktosiek

v0.7.0

06 Sep 07:43
Compare
Choose a tag to compare

Our largest release ever with a long list of incremental improvements by many great contributors. Thanks to all of them!

  • Proper dark style support and removal of style hacks
  • Prevent duplicate repos from being added. Fixes #473
  • New setting to store previously selected profile. Fixes #241
  • Add error message when Borg binary is missing. Fixes #333
  • Notify of errors after system tray backup run. Fixes #105
  • Linux Desktop file: fix syntax, enhance Categories, add a Keyword. By @sten0
  • Fix parsing "changed link" lines. By @ktosiek
  • Add paste button for source paths. By @samuel-w
  • Prevent profiles from sharing the same name. Fixes #512. By @samuel-w
  • Add copy button for repository URLs/paths. Fixes #409. By @samuel-w
  • Move socket file from state-dir to tmp-dir. Fixes #513
  • Save main window state before closing. By @Hofer-Julian
  • Parse owner changes in borg diff results. By @ktosiek
  • Fix tests for PyQt 5.15 on Linux. By @samuel-w
  • Refactor Linux autostart by @samuel-w
  • Add correct icon for notifications on Linux. By @Hofer-Julian
  • Newer macOS deploy target for detecting dark mode. Fixes #575
  • Enable multiselection on source list by @XXXBold
  • Allow selection of multiple files by @samuel-w for #593
  • Prevent running backups on metered network. By @ktosiek
  • Add autosorting for source list. By @samuel-w
  • Use dt.now everywhere. By @samuel-w
  • Improved progress updates. By @SergioRAgostinho

v0.6.26

26 May 03:59
Compare
Choose a tag to compare
  • Fixes some issues when no known Wifis are available on macOS. #429
  • Starts with the correct window size for high-res displays on Linux. By @SamuelBenard
  • Test- and linting fixes.

v0.6.24

03 Mar 06:05
Compare
Choose a tag to compare
  • Notarize macOS release (includes notarized Borg)
  • Add Czech and Finnish translations. Thanks to Pavel Borecki and Jiri Grönroos!
  • Simplify startup behavior. Run in foreground by default (used by Flatpak and macOS). Use --daemonize to start in background.

v0.6.23

10 Oct 05:22
Compare
Choose a tag to compare
  • Move setting prune options to right place. Fixes #339
  • Improvements to diff-feature. By @Hofer-Julian and @philroche
  • Enable sorting of archive table columns. By @Plastix
  • Always mount with current user and read-only permissions
  • macOS build: update dependencies. Now uses Qt 5.13.1 and Python 3.7.4

v0.6.22 - Flatpak and CLI fixes

03 Aug 06:19
Compare
Choose a tag to compare

Mostly by @Hofer-Julian

  • Implement borg diff
  • Include more links into appdata
  • Default opt-in for enable_notifications_success
  • Rename background-option to daemonize
  • Implement close-question for DEs without system tray
  • Fix autostart icon
  • Allow is_system_tray_available to be called with running event loop
  • Add option for starting Vorta in foreground

v0.6.21 - Flatpak Support and smaller improvements

20 Jun 12:19
Compare
Choose a tag to compare
  • Flatpak package by @Hofer-Julian
  • Build macOS release in Vagrant to support older macOS releases
  • Implement --version. Fixes #260 by @Hofer-Julian
  • If BORG_PASSCOMMAND is found, unset BORG_PASSPHRASE. #272
  • Raise meaningful error when Borg version found is too old. Fixes #283
  • Ignore Python processes owned by other users when finding mount points.
  • Bugfixes and small security improvement

v0.6.20 Add Flatpak Support

16 May 05:22
Compare
Choose a tag to compare
  • Add Flatpak support. By @Hofer-Julian
  • Handle OSError 6 when trying to read a socket in .ssh. By @srgvg
  • Pre-backup command runs before repository checks. By @rossomah

v0.6.19

22 Apr 07:47
Compare
Choose a tag to compare

Adresses an issue with sqlite when the archive table to be migrated is very large.

v0.6.18

19 Apr 05:38
Compare
Choose a tag to compare

This release features more under-the-hood improvements and suble bugs users discovered. In detail:

  • Fixes default white icon behaviour for Ubuntu GNOME by @Hofer-Julian
  • Don't delete item from sources if item==None by @aquarial
  • Fixes issue when Borg binary is missing. Issue #258
  • Add date-based log rotation. Partially fixes last part of #121
  • Remove unique constraint from Archive ID. Fixes #253. (Allows to connect to the same repo from multiple places.)