Releases: borgbase/vorta
Releases · borgbase/vorta
v0.6.4 - Custom pre/post backup commands
v0.6.3 - Bugfixes for Scheduler and Profile Mgmt
V0.6.2 – Restructure README (#97)
v0.6.1 - Add Archive Naming Option, Bugfixes
v0.6.0 - First stable release
- Implement settings for stable and beta Appcast channels.
v0.5.4 - Fix macOS autostart implementation
- Add own macOS Keychain implementation to avoid conflict with autostart. #81
- Resolve conflight with pytest-xdist and pyobjc.
- Move requirements.txt files to own folder.
v0.5.3
v0.5.2 Bugfixes and new Misc Settings Tab
- Add new tab for misc settings, like icon color.
- Add light system tray icon option. Fixes #56 and #74
- Fix uneven vspace. Fixes #67
- Add Python 3.7 to Travis. Use tox to test multiple Python versions. Fixes #72
- Add command line option to avoid forking and open main window while debugging. Fixes #73
- Use slug of profile name as archive prefix. Fixes #46
v0.5.1 - Bugfixes and tests
- 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
- Add new
extract
dialog to restore selected files from backup - Many small bugfixes and enhancements
- Clean up code to follow PEP8