Skip to content

Releases: borgbase/vorta

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.)

v0.6.17 - Under-the-hood Improvements

14 Apr 06:52
Compare
Choose a tag to compare

This release adds a feature to manage features specific to a certain Borg version and improves logging:

It also fixes an encoding bug that occured in the Extract-dialog on packaged macOS apps.

  • Get borg version and path on startup. Link to log folder. (#247)
  • Add helper class to manage Borg version and supported features. (#250)
  • Correctly set environment encoding (pyinstaller issue). Fixes #220

v0.6.16 - Single App Behavior

07 Apr 07:56
Compare
Choose a tag to compare
  • Implement QtSingleApplication #243 by @Hofer-Julian
  • Remove non-ASCII em-dash from Manifest.in
  • Re-enable mounting of whole repo

v0.6.15 – Hotfix for KDE Desktops

25 Mar 15:32
Compare
Choose a tag to compare

Restores toggling the main window when clicking the system tray icon.

v0.6.14 - Hotfix for KDE Desktops

24 Mar 10:51
Compare
Choose a tag to compare

Another hotfix related to Linux desktops and storing passwords in various Keyrings, when supported.

Since we don't support KWallet yet, this update falls back to saving passwords in the database, when no Gnome-Keyring is installed.

If you notice any other issues with saving passwords on Linux desktops, please open an issue.

v0.6.13 Hotfix for SecureStorage Issue

23 Mar 11:10
Compare
Choose a tag to compare
  • Workaround for jeepney DBus-lib and asyncio event loop. Fixes #234