Skip to content

Releases: borgbase/vorta

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

v0.6.1 - Add Archive Naming Option, Bugfixes

14 Dec 08:07
Compare
Choose a tag to compare
  • Fix unicode issue with Darwin Keychain. Add new test for it. Fixes #89
  • Don't add invalid repo. Improve error message when adding repo fails. Fixes #87
  • Add setting for archive name and prune prefix. #88
  • UI tweaks.

v0.6.0 - First stable release

08 Dec 11:03
Compare
Choose a tag to compare
  • Implement settings for stable and beta Appcast channels.

v0.5.4 - Fix macOS autostart implementation

06 Dec 10:57
Compare
Choose a tag to compare
  • Add own macOS Keychain implementation to avoid conflict with autostart. #81
  • Resolve conflight with pytest-xdist and pyobjc.
  • Move requirements.txt files to own folder.

v0.5.3

05 Dec 10:08
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Apply selection status to children in restore-dialog. Fixes #69
  • Backup triggered from system tray wont use correct profile. Fixes #78
  • Use the term FILE if both FILE or FOLDER is meant. Fixes #55
  • Implement update check on/off setting for macOS
  • Partly implement autostart setting for macOS. Fixes #56

v0.5.2 Bugfixes and new Misc Settings Tab

04 Dec 03:08
Compare
Choose a tag to compare
  • Add new tab for misc settings, like icon color.
  • Add light system tray icon option. Fixes #56 and #74
  • Fix uneven vspace. Fixes #67
  • Add Python 3.7 to Travis. Use tox to test multiple Python versions. Fixes #72
  • Add command line option to avoid forking and open main window while debugging. Fixes #73
  • Use slug of profile name as archive prefix. Fixes #46