Releases: borgbase/vorta
Releases · borgbase/vorta
v0.7.1
This is a bugfix release for several new features contained in v0.7.0:
- Fix crash when GUI is opened via tray icon while a backup is running. By @samuel-w
- Use single tray icon for light and dark themes. By @samuel-w
- Use naked en locale instead of en_US. Fixes #623 (#626)
- Remove 'Backup in progress' when re-opening window (#627) by @samuel-w
- Avoid formatting date and time twice. Fixes #624 (#625)
- Handle DBusException in NetworkManagerMonitor (#636) by @ktosiek
- Initialize the network status monitor lazily (#634) by @ktosiek
v0.7.0
Our largest release ever with a long list of incremental improvements by many great contributors. Thanks to all of them!
- Proper dark style support and removal of style hacks
- Prevent duplicate repos from being added. Fixes #473
- New setting to store previously selected profile. Fixes #241
- Add error message when Borg binary is missing. Fixes #333
- Notify of errors after system tray backup run. Fixes #105
- Linux Desktop file: fix syntax, enhance Categories, add a Keyword. By @sten0
- Fix parsing "changed link" lines. By @ktosiek
- Add paste button for source paths. By @samuel-w
- Prevent profiles from sharing the same name. Fixes #512. By @samuel-w
- Add copy button for repository URLs/paths. Fixes #409. By @samuel-w
- Move socket file from state-dir to tmp-dir. Fixes #513
- Save main window state before closing. By @Hofer-Julian
- Parse owner changes in borg diff results. By @ktosiek
- Fix tests for PyQt 5.15 on Linux. By @samuel-w
- Refactor Linux autostart by @samuel-w
- Add correct icon for notifications on Linux. By @Hofer-Julian
- Newer macOS deploy target for detecting dark mode. Fixes #575
- Enable multiselection on source list by @XXXBold
- Allow selection of multiple files by @samuel-w for #593
- Prevent running backups on metered network. By @ktosiek
- Add autosorting for source list. By @samuel-w
- Use dt.now everywhere. By @samuel-w
- Improved progress updates. By @SergioRAgostinho
v0.6.26
v0.6.24
v0.6.23
- Move setting prune options to right place. Fixes #339
- Improvements to diff-feature. By @Hofer-Julian and @philroche
- Enable sorting of archive table columns. By @Plastix
- Always mount with current user and read-only permissions
- macOS build: update dependencies. Now uses Qt 5.13.1 and Python 3.7.4
v0.6.22 - Flatpak and CLI fixes
Mostly by @Hofer-Julian
- Implement borg diff
- Include more links into appdata
- Default opt-in for enable_notifications_success
- Rename background-option to daemonize
- Implement close-question for DEs without system tray
- Fix autostart icon
- Allow is_system_tray_available to be called with running event loop
- Add option for starting Vorta in foreground
v0.6.21 - Flatpak Support and smaller improvements
- Flatpak package by @Hofer-Julian
- Build macOS release in Vagrant to support older macOS releases
- Implement --version. Fixes #260 by @Hofer-Julian
- If BORG_PASSCOMMAND is found, unset BORG_PASSPHRASE. #272
- Raise meaningful error when Borg version found is too old. Fixes #283
- Ignore Python processes owned by other users when finding mount points.
- Bugfixes and small security improvement
v0.6.20 Add Flatpak Support
- Add Flatpak support. By @Hofer-Julian
- Handle OSError 6 when trying to read a socket in .ssh. By @srgvg
- Pre-backup command runs before repository checks. By @rossomah
v0.6.19
v0.6.18
This release features more under-the-hood improvements and suble bugs users discovered. In detail:
- Fixes default white icon behaviour for Ubuntu GNOME by @Hofer-Julian
- Don't delete item from sources if item==None by @aquarial
- Fixes issue when Borg binary is missing. Issue #258
- Add date-based log rotation. Partially fixes last part of #121
- Remove unique constraint from Archive ID. Fixes #253. (Allows to connect to the same repo from multiple places.)