Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Jul 1, 2023
1 parent 6d9e8e5 commit d01852c
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,53 @@ Compatibility notes:
Change Log
==========

Version 1.2.4 (2023-03-24)
--------------------------
Version 1.2.5 (not released yet)
--------------------------------

For upgrade and compatibility hints, please also read the section "Upgrade Notes"
above.

Fixes:

- extract: fix false warning about pattern never matching, #4110
- diff: remove surrogates before output, #7535
- compact: clear empty directories at end of compact process, #6823
- create --files-cache=size: fix crash, #7658
- keyfiles: improve key sanity check, #7561
- only warn about "invalid" chunker params, #7590
- ProgressIndicatorPercent: fix space computation for wide chars, #3027
- improve argparse validator error messages

New features:

- mount: make up volname if not given (macOS), #7690.
macFUSE supports a volname mount option to give what finder displays on the
desktop / in the directory view. if the user did not specify it, we make
something up, because otherwise it would be "macFUSE Volume 0 (Python)" and
hide the mountpoint directory name.

Other changes:

- docs:

- move upgrade notes to own section, see #7546
- mount -olocal: how to show mount in finder's sidebar, #5321
- list: fix --pattern examples, #7611
- improve patterns help
- incl./excl. options, path-from-stdin exclusiveness
- obfuscation docs: markup fix, note about MAX_DATA_SIZE
- --one-file-system: add macOS apfs notes, #4876
- improve --one-file-system help string, #5618
- tests:

- fix repo reopen
- avoid long ids in pytest output
- check buzhash chunksize distribution, see #7586


Version 1.2.4 (2023-03-24)
--------------------------

New features:

- import-tar: add --ignore-zeros to process concatenated tars, #7432.
Expand Down

0 comments on commit d01852c

Please sign in to comment.