Skip to content

Releases: borgbase/vorta

v0.6.12 - Hotfix for missing __init__.py

20 Mar 10:52
Compare
Choose a tag to compare

Fixes a small issue regarding a missing __init__.py in the new vorta.keyring package.

v0.6.11 - Reduced memory usage and cleaner SecretStorage integration

19 Mar 14:32
Compare
Choose a tag to compare

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

v0.6.10 – Translations and Smaller Bugfixes

20 Feb 09:27
Compare
Choose a tag to compare

This release includes an experimental Linux64 build (done on Ubuntu 18.04).

  • Also set tray icon according to detected theme. Fixes #199
  • Avoid deadlock when calling subprocess.Popen(). Fixes #187
  • Remove translation functions for Borg logging messages. Fixes #197
  • Implement autostart for Linux by @Hofer-Julian
  • Add French and Italian translations by @dbrassard and @brokenpip3
  • Update compressor selection: add zlib, add zstd,8, descriptions. Fixes #145, by @ThomasWaldmann
  • Add tooltip to "add profile" button. Fixes #183, by @Plastix

v0.6.8

08 Feb 04:48
Compare
Choose a tag to compare
  • Implement add profile button, by @Plastix
  • Translation Bugfixes

v0.6.7

02 Feb 04:49
Compare
Choose a tag to compare
  • Separate light/dark settings for icon and theme. Fixes #171
  • Ask for confirmation on delete (and small fixes) (#176)
  • Show/Hide the main window in KDE when clicking on the tray icon (#143)
  • Add debug tools for i18n UI layout checking (#160)
  • Fix crash due to zombie processes (#174)
  • Use ellipsis the Qt way in the archive table (#169)
  • Fix Issue "Crash when cancelling "add new profile" #168" (#170)

v0.6.6

24 Jan 02:27
Compare
Choose a tag to compare
  • Add light icons and dark stylesheet. Fixes #151 (#155)
  • Implement feature to delete specific archive (#164)
  • Programmatically detect theme color (for macOS) (#150)
  • Add app name to tray menu and window title (#153)
  • Improve archive mount feature. Fixes #131. By @antlarr (#156)
  • Translation-related improvements and German translation (#146)
  • Skip sockets when reading private keys (#147)
  • Remove leftover Sentry references. Fixes #127 (#142)
  • Make the main window resizeable (#130)

v0.6.5 – Add Linux background notifications and make pyinstaller platform-independent.

15 Jan 15:44
Compare
Choose a tag to compare
  • Add Background notifications for Linux and improve logging. By @bpereto, fixes #84
  • pyinstaller / vorta.spec: make platform independent. By @ThomasWaldmann
  • Clarify tray icon behavior in INSTALL.md. Fixes #111
  • Rename default profile to just "Default". Fixes #116
  • Remove Sentry bug reporting. Add link to Github instead. Fixes #117
  • Log to terminal only when running in foreground.

v0.6.4 - Custom pre/post backup commands

06 Jan 00:28
Compare
Choose a tag to compare
  • Add pre/post-backup command setting. Fixes #109
  • Bug fixes for #111 and #106

v0.6.3 - Bugfixes for Scheduler and Profile Mgmt

26 Dec 02:15
Compare
Choose a tag to compare
  • Support scheduler intervals of > 23 hours. Fixes #101
  • Remove background jobs, when removing profile. Avoid deleting last profile. Fixes #98

V0.6.2 – Restructure README (#97)

18 Dec 11:34
Compare
Choose a tag to compare
  • Dont open main window on startup unless --foreground is given. Fixes #91
  • Make sentry reporting a setting.
  • Clean up README. #93