diff --git a/changelog/unreleased/issue-21820 b/changelog/unreleased/issue-21820 index 0fe079be1..40b1378d1 100644 --- a/changelog/unreleased/issue-21820 +++ b/changelog/unreleased/issue-21820 @@ -1,6 +1,6 @@ Bugfix: Correct handling of duplicate index entries -Before restic 0.10.0, a bug could in very rare cases split information +Before restic 0.10.0, a bug could, in very rare cases, split information about a pack file across multiple index files. Since restic 0.17.0, any operation that rewrites the index (like `prune` or `repair packs`) could lose part of that information, resulting in errors in later diff --git a/changelog/unreleased/issue-5293 b/changelog/unreleased/issue-5293 index 7c5cc8e04..2def06d00 100644 --- a/changelog/unreleased/issue-5293 +++ b/changelog/unreleased/issue-5293 @@ -1,8 +1,9 @@ Change: prune small packfiles more aggressively -The `prune` command now repacks more small packfiles by default. The option `--repack-small` -is not longer needed and has been marked as deprecated. You can still use `--repack-smaller-than` -to further control repacking of small pack files. +The `prune` command now repacks more small packfiles by default. The option +`--repack-small` is no longer needed and has been marked as deprecated. +`--repack-smaller-than` can still be used to further control repacking of small +pack files. https://github.com/restic/restic/issues/5293 https://github.com/restic/restic/pull/21803 diff --git a/changelog/unreleased/issue-5383 b/changelog/unreleased/issue-5383 index f6b07471f..c004e6e6c 100644 --- a/changelog/unreleased/issue-5383 +++ b/changelog/unreleased/issue-5383 @@ -1,4 +1,4 @@ -Enhancement: Reduce progress bar refresh rates to reduce energy usage +Enhancement: Reduce progress bar refresh rates to decrease energy usage Progress bars were updated at 60 fps, which could cause high CPU or GPU usage in some terminal emulators. The refresh rate is now 10 fps to conserve energy. diff --git a/changelog/unreleased/issue-5689 b/changelog/unreleased/issue-5689 index 1c2001493..a5d4de01a 100644 --- a/changelog/unreleased/issue-5689 +++ b/changelog/unreleased/issue-5689 @@ -1,8 +1,8 @@ -Enhancement: Show progress bar for `restic stats` +Enhancement: Show progress for `stats` -Previously, running `restic stats` would only give progress updates for loading the index. -Now it displays progress for how many snapshots, files, and blobs were processed so far. -This lets users better understand if the command is working as expected or where it is hanging. +The `stats` command used to show progress only while loading the index. During +the scan it printed only `scanning...` with no further updates. It now reports +how many snapshots, files, and blobs have been processed so far. https://github.com/restic/restic/issues/5689 -https://github.com/restic/restic/pull/5705 \ No newline at end of file +https://github.com/restic/restic/pull/5705