Added
- Borg command `compact`
Changed
- Borg version bumped to 1.2.3
- Dotenv version bumped to 1.0.0
- Dropped support for Python 3.6 and 3.7
- Added support for Python 3.11
- Default log level is "warning" instead of "info"
- Capturing json output uses Borgs JsonFormatter for the logger
- Log level is passed for each command so individual command calls can accurately refelct wanted
output, before if `log_json` was used, it ignored log level
Fixed
- Mounting / Unmounting tests failing due to OS taking some time, added a longer sleep to prevent
them from failing
- `fuse` in the optional install requirements was the incorrect name of the package,
changed to `llfuse`
- Readme reflects acutally current return values for commands, had still referenced an old style