Skip to content

Releases: borgbase/vorta

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

v0.5.1 - Bugfixes and tests

30 Nov 00:47
b55c325
Compare
Choose a tag to compare
Pre-release
  • Simplify non-blocking BorgThread.run.
  • Fix issue with displaying nested folders in extract-dialog.
  • Fix error text expansion.
  • Add many new tests. Dont open main window on startup.
  • Settings dialog doesn't open on startup any more.

v0.5.0 - Add Extract Command

27 Nov 11:41
7b88195
Compare
Choose a tag to compare
Pre-release
  • Add new extract dialog to restore selected files from backup
  • Many small bugfixes and enhancements
  • Clean up code to follow PEP8

v0.4.6

22 Nov 04:19
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release
  • Implement umount-command on Archive-Tab. Fixes #32
  • Redirect borg logs and add logging for scheduler. Fixes #35
  • Enable word wrapping for repo/ssh-add and main window status display. Fixes #30
  • Remove platform-specific FUSE hint. Fixes #37
  • Limit prunes to current hostname. Fixes #38
  • fix a lot of trivial issues discovered by flake8 by @ThomasWaldmann
  • tox: add flake8 for style and other checking by @ThomasWaldmann
  • Add client-side scrubbing of passwords. Fixes #34
  • Reset icon state when backup is cancelled.

v0.4.5 - Bugfixes

21 Nov 14:27
Compare
Choose a tag to compare
v0.4.5 - Bugfixes Pre-release
Pre-release
  • Select correct source folders. Fixes #23
  • Ensure only one app instance is running. Fixes #27
  • Use base 10 to calculate pretty_bytes. Fixes #28

v0.4.4 - Bugfixes and Wording

21 Nov 13:10
Compare
Choose a tag to compare
Pre-release
  • many typo fixes by @ThomasWaldmann
  • fix crash when mounting by @ThomasWaldmann
  • fix last external link (#22)
  • for users to test update mechanism via Sparkle Framework