v0.7.2
This release adds a lot of detailed improvements, mostly contributed by our newest
maintainer @samuel-w.
A selection of the main changes:
- Renable buttons on cancel. By @samuel-w (#772)
- Allow pasting files/folders from file manager, set model defaults (#759)
- Add option to disable exit dialog. By @samuel-w (#681)
- Allow only one profile with --create. By @samuel-w (#744)
- Improved password handling and transparency. By @samuel-w (#550)
- Fix file selector dialog (#764)
- Fix label colour not changing on dark mode change. By @samuel-w (#757)
- Cleanup database at exit, use write-ahead logging. By @samuel-w (#696)
- Sort files in Extract dialog alphabetically. By @samuel-w (#741)
- Update check message on completion. By @samuel-w (#672)
- Give error message on unmount failure. By @samuel-w (#668)
- Improve exception handling. By @samuel-w (#628)
- Ensure system keychain is unlocked before using it. By @samuel-w (#607)
- Create backups from command line using existing profiles. By @samuel-w (#556)
- Diff: better color of added and removed text. By @samuel-w (#649)
- Add KWallet support. By @samuel-w (#540)
- Correctly sort archives by size. By @samuel-w (#729)
- Refactoring: remove last exec_, add tests, retain archive deletion message. By @samuel-w (#722)
- Refactor add and rename to not use exec_. By @samuel-w (#721)
- Improve autostart test. By @samuel-w (#720)
- Limit network checking to only remote repos. By @samuel-w (#701)
- Re-enable SSH host key checking for all operations except when adding repo (#717)
- Add valid copyright header to Johan Rade's work. By @sten0 (#716)
- Display number of files and sizes in source tab. By @XXXBold (#617)
- Translate category labels for log output. By @samuel-w (#683)
- Fix crash when window is closed while thread running. By @samuel-w (#685)
- Reuse existing window when bringing to front. (#674)
- Set icon through code (#676)
- Show dialog on copy failure. By @samuel-w (#647)
- Get keyring at runtime. By @samuel-w (#635)
- Save correct window size. By @samuel-w (#661)
- Properly catch DBusException. By @samuel-w (#670)
- Set application name (#666)
- Set all icons to same height (#660)
- Replace Borg version with install method in bug report (#657)
- Reduce icon memory usage. By @samuel-w (#656)
- Cancel Borg thread at end of test. (#648)