Releases: borgbase/vorta
v0.8.12
v0.8.11
This release includes a large number of smaller improvements by our Google Summer of Code contributors and others.
This will also be the last larger update of the 0.8 branch. Work will continue in the 0.9 branch that uses the next version 6 of the Qt framework.
Some highlights:
- Retain sort settings in extract, diff and source views. (By @diivi and @jetchirag )
- Setting to disable Full disk access check on macOS (By @bigtedde)
- Support new Borg diff types (By @henry-spanka)
- Remove Paramiko dependency (By @diivi)
- Migrate from appdirs to platformdirs (By @ganeshrevadi)
- Add tooltips to many settings in Misc tab (By @real-yfprojects)
- Allow adding a SSH key when no repo was added yet (By @tobast)
Changes in details
b51b1ef Save list view as setting. By @diivi (#1621)
828e029 Use pf
pattern format for extract. By @real-yfprojects (#1625)
6d5e738 Retain source tab sort settings. By @jetchirag (#1649)
a64493d Setting for Full Disk Access check. By @bigtedde (#1653)
e3451ed Handle ctime and mtime diff changes (#1675)
f407032 Revert "Added --content-only flag for borg 1.2.4 in diff view"
e0fe766 Added --content-only flag for borg 1.2.4 in diff view
d024597 Disable Archive tab buttons during backup. By @sunny775 (#1587)
3ebb078 feat: add profile name to log messages (#1637)
1f12782 Remove paramiko dependency (#1606)
c4d16e2 Fixes math error for negative size in diff view in archive tab
6bc5321 Add link to the logs folder in borg warnings (#1609)
961e0b5 Migrate from appdirs to platformdirs (#1617)
b01fa10 Replace print with logging in application.py (#1612)
a00ed62 Fix detecting whether sources are configured (#1613)
618a1fe Add tooltips to settings. (#1521)
bcc126b (real-yfprojects/master) Improve size column readability in archives tab (#1598)
a048dad Allow copying the public part of the first SSH key
0cf9f0b Modify pre-commit config file using autoupdate (#1601)
f1e1ea4 Update type of debug_enabled
input.
35d9a3b Adjust dev files for borgbase/vorta.borgbase.com#32 (#1585)
1b27b9b Allow creating an SSH key when bootstrapping Vorta
ffafcee Correctly supply prune pattern for borg >=1.2.2 (#1565)
a4ab7e7 Specify build system (minor) (#1580)
7886354 Remove pip install dependency. By @abdeoliveira (#1578)
v0.8.10
This is a larger release and is mostly the work of @real-yfprojects. Kudos to him and other contributors for all the great improvements! π
Major changes:
- Add Borg v2 compatibility (based on beta4). By @real-yfprojects and @m3nu
- Improve Linux desktop tray behavior. By @real-yfprojects
- Improve
check
andextract
commands. By @endumiuz - Fix blocking issue with temp file when extracting files @real-yfprojects
Changes in detail:
2e589a0 Update translations (and Transifex config)
696c3fb Migrate to --match-archives
in mount point detection.
5e04638 Specify archive using -a
for borg v2 mount
.
b4a7c54 Move umount logic from archive_tab.py
into existing BorgUmountJob
. By @real-yfprojects (#1404)
e275215 Specify the use of a sh:
-style pattern when pruning with borg v2.
ba5c7c5 Move rename logic for arguments into BorgRenameJob
.
f9d1260 Remove compression field. Don't store timezone in db.
2b2d61b Implement borg v2 compatibility for most commands.
fa3a6cf Add borg v2 compatibility item.
78ec74a Fix tray menu on XFCE.
a6f7577 Fix dynamic colouring.
c620c0d (real-yfprojects/master) Handle empty path in FileTreeModel.addItem
. (#1552)
ef297bb Avoid autostart warning when autostart disabled (#1549)
66340bc Add support for --paths-from-command
to extra borg arguments. (#1538)
bf9285a Fix typo in issue bug template
cb4e3a1 Update usage of deprecated features in test.yml. (#1539)
cace077 Run borg compact
with the --progress
option
84fdbe5 Pass int to QPoint
constructor.
b80e617 Change label Folders On Top
to Folders First
in Extract and Diff view.
7e7abaf Catch ProcessLookupError
in BorgJob.cancel
. (#1520)
225e84f Show progress on repo check (#1513)
6779bae Use new ssh://-style URL format as placeholder and in test (#1473)
667f3b3 Restart timers after hibernation/sleep (#1511) By @fixmeee
b072496 Populate repo info from profile after populating dropdowns.
031a498 Don't close temp file before running borg extract
.
648c916 Update flatpak install rule, remove flatpak folder. By @Hofer-Julian
v0.8.9
This is a bugfix release on top of v0.8.8. It includes a fix for the Extract
feature, pins Pyobjc for macOS to the latest stable version and adds
new translations for Dutch.
722a841 Supply repository and archive name to borg in BorgListArchiveJob
.
14a1de8 Add missing brackets fixing BorgListArchiveJob
.
99eb287 Add Dutch language update
7550ae5 Pin pyobjc to v8 branch
v0.8.8
This version adds compatibility for Borg v1.2.2 and addresses several smaller
UI bugs.
Thanks to @real-yfprojects for contributing most of the improvements and to @marco44 for
making his first contribution.
b95da02 Fix sorting of diff results.
c5034e1 Remove legacy tree_view
(tree model) implementation.
2126ef7 Remove unset repository value from combobox when a repo is selected.
14d5878 Replace --prefix
with -a
for borg v1.2.2 also.
0188b75 Use isomtime
instead of mtime
from borg v1.2.2 on.
ceb1a3b Add compatibility feature V122
.
055338a Link to report form chooser for critical errors. (#1451)
ddcd3c7 (real-yfprojects/profile-sidebar, real-yfprojects/master) Update actions/checkout
to v3. (#1433)
93307d2 Add default unset
value to repo combobox. By @real-yfprojects (#1429)
496acfd Enhance community docs and bug reporting. By @real-yfprojects (#1419)
17cf810 Add pull request template.
be194d9 Add CONTRIBUTING file.
3b40ce8 Create feature_request.md
52b1e65 Create bug_form.yaml
ff0b888 Create config.yml
fd2d2d6 Update bug_report.md
62ba92a Log the error when parsing a file in ~/.ssh
fails. (#1410)
4e06b6d Hide SSH dropdown for local repos. By @real-yfprojects (#1407)
8b36a63 Add badges to README.md
. (#1406)
af311c9 Improve tooltips in archive tab. By @real-yfprojects (#1401)
ca497f8 Run hooks on the code base.
63b2eb1 Configure pre-commit hooks and configure black for tests also.
b80e01c Create .git-blame-ignore-revs (#1395)
ceb04d7 Move linting to the top in test.yml (#1391)
b6a24de Apply automatic formatting
7c97f79 Add config files for autmatic formatting
94e7664 Cleanup temp files. By @marco44 (#1384)
8a94457 Add spaces after assert
and enhance git py diff. By @real-yfprojects (#1385)
d8e4a93 Improve the extract and diff dialog. By @real-yfprojects (#1219)
56de55e (real-yfprojects/sort-diff-result, sort-diff-result-2) Add icons to display mode combobox.
cbc0780 Add icon for folder on top
button.
372b710 Improve extract dialog GUI.
e7772f5 Add sorting to ExtractDialog.
7eedd39 Implement extracting exactly the selected files.
71af54f Use new treemodel for extract dialog.
71aed9b Keep GUI responsive while processing diff results.
bdbc172 Open DiffResultDialog
as a normal dialog instead of a sheet.
7003d69 Update diffresult.ui
with new features and prettyfy it.
c8ba273 Use new treemodel for diff view.
3cd9404 Implement fresh TreeModel for TreeViews.
33639ae Add missing Qt dependency for tests (#1376)
fd88d7f Fix seconds and microseconds for fixed schedule and fix scheduling for the same day. (#1368)
305db92 Log json diff line parsing errors. By @real-yfprojects (#1369)
v0.8.7
This is a bugfix release to improve support for Borg 1.2.1. Changes in detail:
- Deal with new archive_progress key (#1353)
- Raise
ValueError
in case of unknown change type in diff json. By @real-yfprojects (#1350) - Fix unlink action when repo combobox is empty. By @real-yfprojects (#1342)
- Show date of next backup. By @tal66 (#1319)
v0.8.6
v0.8.5
This is a bugfix release to address issues discovered after the previous release:
- Fix macOS Archive settings form sizing (#1311)
- Fix copying the current repo to the clipboard. By @real-yfprojects (#1313)
- Determine source files for translations dynamically. By @real-yfprojects (#1309)
- Remove leftovers in repo selector (#1308)
- Pause scheduling temporarily on failures. By @real-yfprojects (#1299)
- Only schedule backup after a manual run, improve labels. @real-yfprojects (#1302)
- Select and delete multiple archives. By @real-yfprojects (#1307)
- Preserve last creation log per profile for scheduler. By @real-yfprojects (#1296)
- Don't schedule if no repo is set. By @real-yfprojects (#1288)
- Hotfix for right-click archive menu. By @real-yfprojects (#1285)
Full Changelog: v0.8.4...v0.8.5
v0.8.4
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:
- Improve UX and HIG-conformity. By @real-yfprojects (#1176)
- Rewrite scheduler logic. By @real-yfprojects (#1204)
Other improvements:
- Change default returncode for log. By @real-yfprojects (#1193)
- Update next backup time label. By @real-yfprojects (#1180)
- Support new borg compact command (#1205)
- Change keyring label to improve UX on Gnome. By @real-yfprojects (#1181)
- Add missing translate strings. By @delfino-nunez (#1229)
- Fix setting a timer value too large for C++ int. (#1230)
- Add missing translation marking. By @delfino-nunez (#1240)
- Use accept-new for host keys. By @delfino-nunez (#1238)
- Properly set dialog titles. By @delfino-nunez (#1246)
- Use fnmatch for exclude patterns. By @real-yfprojects (#1253)
- Add a button to mount full repository. By @real-yfprojects (#1257)
- Clarify enable_background_question label. By @real-yfprojects (#1262)
- Improve SecretStorage locking behavior. By @Aeysol (#1255)
- Set repo stats to N/A after delete or prune. By @real-yfprojects (#1251)
- Improve keyring logging. By @real-yfprojects (#1263)
- Better diff selection without extra dialog. By @real-yfprojects (#1235)
- Add support for special file types in borg diff output. By @real-yfprojects (#1265)
v0.8.3
This is a maintenance release to address smaller issues and upgrade dependencies:
- Distinguish different errors in case borg check failed. By @real-yfprojects (#1163)
- Close SVG files after reading. By @hroncok (#1135)
- Shows folder sizes in diff view. By @skrap (#1156)
- Ignore encoding errors in Wifi names (darwin) (#1158)
- Upgrade llfuse for Flatpak (#1179)
- Bump macOS updater to Sparkle 2.0 (#1186)
- Minor test fixes (#1150, #1147, #1146)