@@ -157,6 +157,8 @@ above.
157157New features:
158158
159159- transfer: implement --chunker-params to re-chunk while transferring, #8706
160+ - list --depth=N: list files up to N depth in path hierarchy, #8268
161+ - compact: also clean up files cache, #8852
160162- `BORG_REPO_PERMISSIONS=all|no-delete|write-only|read-only `, #8823
161163
162164 The posixfs borgstore backend implements permissions to make
@@ -178,8 +180,25 @@ Fixes:
178180
179181Other changes:
180182
181- - tests: add/improve tests for repo-compress --stats, transfer, repo-space
182- - docs: must have the release tags in the local repo, #8582
183+ - some updates and fixes for shell completions, needs more work
184+ - dir_is_tagged/_is_cachedir: add fd-based operations
185+ - cython: suppress compiler warning about CYTHON_FALLTHROUGH in unreachable code
186+ - source code: pyupgrade --py310-plus ./**/*.py
187+ - tests:
188+
189+ - add/improve tests for repo-compress --stats, transfer, repo-space
190+ - split helpers tests from a single module into borg.testsuite.helpers package
191+ - save temp space (good for ramdisk users)
192+ - fix diff cmd test on macOS HFS+, #8860
193+ - test validity of shell completion files
194+ - CI: fix and enable windows CI, #8728
195+ - CI: upload coverage for windows tests
196+ - CI: install zsh and fish so we can test shell completions
197+ - docs:
198+
199+ - must have the release tags in the local repo, #8582
200+ - remove outdated docs/man files about borg change-passphrase
201+ - add S3/B2 urls to documentation for repository urls, #8833
183202
184203
185204Version 2.0.0b16 (2025-05-06)
0 commit comments