1
0
mirror of https://github.com/restic/restic.git synced 2024-06-22 07:26:38 +02: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