Releases: pkolaczk/fclones
Releases · pkolaczk/fclones
0.29.3
0.29.2
What's Changed
- Fix compilation on non 64-bit targets by @danpashin in #175
- Fix race condition in test_file_hash causing spurious test failures by @ivan in #180
- Fix quoting and splitting command args containing single quotes by @pkolaczk in #181
- Bump up bumpalo to 3.12 to fix use-after-free vulnerability by @pkolaczk in #182
New Contributors
- @danpashin made their first contribution in #175
- @ivan made their first contribution in #180
Full Changelog: v0.29.1...v0.29.2
0.29.1
0.29.0
What's Changed
- Check Rust version in cargo by @Gelma in #165
- Refactor test module so intellij IDEA is happy by @pkolaczk in #166
- Pluggable logging and progress reporting by @pkolaczk in #167
- Upgrade clap from 2.x to 4.0 by @pkolaczk in #168
- Improve packaging scripts
Full Changelog: v0.28.0...v0.29.0
0.28.0
New Hash Functions
This release adds support for many modern hash functions, including cryptographic ones.
The hash can be selected with --hash-fn
parameter.
Hash function | Hash width | Cryptographic |
---|---|---|
metro | 128-bit | No |
xxhash3 | 128-bit | No |
blake3 | 256-bit | Yes |
sha256 | 256-bit | Yes |
sha512 | 512-bit | Yes |
sha3-256 | 256-bit | Yes |
sha3-512 | 512-bit | Yes |
What's Changed
Full Changelog: v0.27.3...v0.28.0
Credits
Big thank you goes to @kapitainsky for all the testing on macOS and some nice performance benchmarks!
See: #153 (comment)
Release 0.27.3
This patch release significantly improves performance on macOS by fixing the disk type detection of the root file system.
What's Changed
- Improved performance on macOS - '/System/Volumes/Data' DiskDevice path remapping by @kapitainsky in #162
New Contributors
- @kapitainsky made their first contribution in #162
Full Changelog: v0.27.2...v0.27.3
Release 0.27.2
What's Changed
- Restore extended file attributes after dedupe by @pkolaczk in #155 (a big shoutout to @kapitainsky for reporting and testing!)
Full Changelog: v0.27.1...v0.27.2
Release 0.27.1
Release 0.27.0
Release 0.26.0
What's Changed
- Show the current phase number next to the progress bar.
- Fix --transform for files differing in length. by @pkolaczk in #137
Full Changelog: v0.25.0...v0.26.0