v0.7.0 - Borg v1.4.0
What's Changed
Added
- Borg command
recreateandimport-tar[#24] - Async class! Now you can view output logs while the command is running and not only
when it has completed. This makes the--progressflag not useless. [#21] - Support for Python version 3.12 and 3.13
- Add
environargument to theBorgAPIconstructor - Load default environmental variables to prevent the api from freezing while waiting for
user input. They won't be overriden if they are already set. See README for list of
variables that get set and their defaults. [#20]
Changed
- Borg version bumped to 1.4.0
- Changed the version requirements for
borgbackupandpython-dotenvto use compatible
release clause (~=) instead of a version matching (==) clause. This should allow any
security patches published to still work while any minor chagnes will need to be verified. - Using
ruffto lint and format now. Previously usedpylintto lint andblackand
isortto format.
Removed
- No longer support Python 3.8 because borgbackup no longer supports that version.
Full Changelog: v0.6.1...v0.7.0