Skip to content

Releases: borgbase/vorta

v0.8.7

17 Jun 05:01
Compare
Choose a tag to compare

This is a bugfix release to improve support for Borg 1.2.1. Changes in detail:

v0.8.6

26 May 04:00
Compare
Choose a tag to compare

This bugfix release addresses a single issue with a PyQt version that may
not be available everywhere:

  • Remove call to QTranslator.language() in get_locale. (#1316)

v0.8.5

24 May 06:20
Compare
Choose a tag to compare

This is a bugfix release to address issues discovered after the previous release:

Full Changelog: v0.8.4...v0.8.5

v0.8.4

06 May 12:39
Compare
Choose a tag to compare

This version brings an updated interface and scheduler, contributed by @real-yfprojects as
well as many other improvements. Thanks to everyone who contributed!

Major changes:

Other improvements:

v0.8.3

27 Jan 12:46
Compare
Choose a tag to compare

This is a maintenance release to address smaller issues and upgrade dependencies:

v0.8.2

27 Nov 17:05
Compare
Choose a tag to compare

This is the first stable release for the v0.8 branch. Please
see previous pre-releases for detailed changes. Main changes:

  • Refactor Borg job scheduling. By @bastiencyr
  • Remove APScheduler dependency and use QTimer directly
  • Python 3.10 compatibility

v0.8.1

17 Nov 11:08
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

This is the next pre-release of our 0.8 branch, which includes larger under-the-hood improvements. Changes since the last release:

  • Use native threading module in job_manager. (#1096)
  • Fix next_job timer logic. By @jayeclark (#1100)
  • Remove jobs if scheduler setting is changed. (#1105)
  • Remove jobs before deleting profile (#1107)
  • Make sure correct sources are removed (#1110)
  • Address DB Locking issues (#1109)
  • Refactor: Split up vorta/models.py (#1112)
  • Notify on failed repo checks (#1113)

v0.8.0

04 Nov 10:52
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

This major release improves the way Borg jobs are handled. It also adds support for Python 3.10 and removes our dependency on APScheduler. This is a pre-release and some bugs in this branch aren't addressed yet.

Changes in detail:

  • Implement multiple queues. By @bastiencyr (#1045)
  • Show backup size with excludes applied. By @freder (#961)
  • Remove APScheduler dependency, Python 3.10 support (#1086)
  • Add tooltip containing path name. By @XXXBold (#1072)
  • Increases the maximum allowed number in prune keep. By @lstrz (#1089)
  • Always handle autosave setting when saving SettingsModel. By @phihos (#1093)

v0.7.8

26 Aug 10:30
Compare
Choose a tag to compare

Minor release to update translations and address small bugs. The next release will be 0.8 and will include larger changes:

v0.7.7

21 Jun 06:38
Compare
Choose a tag to compare

This is a bugfix release, which addresses the following issues:

  • Remove PyQt5 pinning. Fixes #1011
  • Fix for diff command. By @bastiencyr. Fixes #1016
  • Update translations. Add SK .ts file. Fixes #1013