restic/changelog/0.16.1_2023-10-24/pull-299

8 lines
275 B
Plaintext
Raw Permalink Normal View History

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