Skip to content

Commit 5b24e77

Browse files
update CHANGES
1 parent 138afbe commit 5b24e77

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

docs/changes.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ above.
157157
New 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

179181
Other 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

185204
Version 2.0.0b16 (2025-05-06)

0 commit comments

Comments
 (0)