Releases: yellowsink/foldiff
Releases · yellowsink/foldiff
Foldiff v1.3.1, 2024-10-02
reflink duplicated files too
Foldiff v1.3.0, 2024-10-02
add reflink support
Foldiff v1.2.0, 2024-09-27
foldiff changelog:
- switch to FLDF file format version 1.1.0
- versioning handling to allow reading FLDF 1.0.0-r diffs without issue
fldf 1.1.0 changelog:
- remove the version field from the manifest
- add a null byte and 3-byte version number after the magic bytes
- add an 8-byte byte length field after the version number for the compressed manifest blob
- the manifest is now zstd-compressed
Foldiff v1.1.0-release, 2024-09-14
Force windows to use the / path separator over \ for portability.
Foldiff v1.0.1-release, 2024-09-14
Hotfix: fix diffing with relative roots
Foldiff v1.0.0
Introducing Foldiff, a highly effiient diffing tool that works on folders, not streams, based on zstandard.
Intended for helping compress regular backups. I hope you all can find foldiff useful :)
Please see the readme for more information about what, why and how.
This should be cross-platform, but be aware that I'm yet to test this on MacOS or Windows.