-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from rustic-rs/prepare-0.3.2
prepare v0.3.2
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Changes in version 0.3.2: | ||
|
||
Breaking changes: | ||
- Logging is completely reworked. New option --log-level replaces --verbose and --quiet | ||
|
||
Bugs fixed: | ||
- Fixed broken error handling in REST/rclone backend some error kinds. | ||
- Don't prompt for password in init command if it is given. | ||
|
||
New features: | ||
- New option --log-file allows logging to a file | ||
- New command completions to generate shell completions | ||
- check: Added --read-data option | ||
- check: Improved error handling and error messages | ||
- rest/rclone backend: Abort immediately at permanent errors. | ||
- restore: better debug output to see what restore exactly will do | ||
- rclone backend no longer needs a temp dir. This meas rustic now doesn't need a temp dir at all. | ||
- Nicer display of snapshot groups | ||
- Added blackbox test using bats | ||
|