From b6593ad7df01559bbba2de6a4f1a8c2be6e87141 Mon Sep 17 00:00:00 2001 From: arjunajesh <34989598+arjunajesh@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:28:15 -0400 Subject: [PATCH] changelog --- changelog/unreleased/pull-299 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-299 diff --git a/changelog/unreleased/pull-299 b/changelog/unreleased/pull-299 new file mode 100644 index 000000000..aae5c0e05 --- /dev/null +++ b/changelog/unreleased/pull-299 @@ -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