Skip to content

Releases: borgbase/vorta

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

v0.4.3 - Bugfix Release

21 Nov 09:56
Compare
Choose a tag to compare
Pre-release
  • improve handling of create-subcommand
  • filter unchanged files
  • accept returncode 1 or 2 for create-subcommand
  • fix external link opening

Add Sparkle Updater

21 Nov 08:32
Compare
Choose a tag to compare
Add Sparkle Updater Pre-release
Pre-release
  • Adds automatic updates via Sparkle Framework
  • Distribute macOS app as DMG instead ZIP

v0.4.1: Minor feature update

20 Nov 10:10
Compare
Choose a tag to compare
Pre-release
  • keep Wifi networks in sync.
  • possibly fix issue regarding missing SecretService support on Linux
  • set up Travis CI testing, fix segfault issue during testing.
  • fix handling of scheduler time after hibernation

Release 0.4.0 (needs testing)

17 Nov 11:49
Compare
Choose a tag to compare
Pre-release
  • Support for multiple profiles
  • Support for local repos

First Beta Release

06 Nov 07:24
Compare
Choose a tag to compare
First Beta Release Pre-release
Pre-release

This release is stable enough to call it a "beta". All core functionality is implemented and about 2/3 of the code is covered by tests.