restic/changelog/unreleased/pull-299

7 lines
267 B
Plaintext
Raw Normal View History

2023-07-24 06:28:15 +02:00
Enhancement: Show progress bar while loading the index
Restic did not provide any feedback while loading index files. Now there is a progress bar for the index loading process.
https://github.com/restic/restic/issues/229
https://github.com/restic/restic/pull/4419