polish changelogs

This commit is contained in:
Michael Eischer
2026-06-01 22:09:09 +02:00
parent 724b7dc231
commit cebc5c8957
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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
+4 -3
View File
@@ -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
+1 -1
View File
@@ -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.
+5 -5
View File
@@ -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
https://github.com/restic/restic/pull/5705