Prepare changelog for 0.12.1

This commit is contained in:
Alexander Neumann
2021-08-03 11:45:19 +02:00
parent b862732318
commit b19cd8c50f
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Bugfix: Fix terminal output redirection for PowerShell
When redirecting the output of restic using PowerShell on Windows, the
output contained terminal escape characters. This has been fixed by
properly detecting the terminal type.
In addition, the mintty terminal now shows progress output for the backup
command.
https://github.com/restic/restic/issues/3111
https://github.com/restic/restic/pull/3325