Files
restic/changelog/unreleased/issue-21866
T
2026-06-13 15:13:26 +02:00

9 lines
325 B
Plaintext

Bugfix: Hide progress bar for stats command in JSON mode
Since restic 0.19.0, the stats command shows a progress bar. However,
it was also active when given the `--json` option resulting in text
mixed with JSON. This has been fixed.
https://github.com/restic/restic/issues/21866
https://github.com/restic/restic/pull/21871