2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

changelog

This commit is contained in:
arjunajesh 2023-07-24 00:28:15 -04:00 committed by Michael Eischer
parent ed65a7dbca
commit b6593ad7df

View File

@ -0,0 +1,6 @@
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