Skip to content

Releases: yellowsink/foldiff

Foldiff v1.3.1, 2024-10-02

02 Oct 20:57
cd580a3
Compare
Choose a tag to compare
reflink duplicated files too

Foldiff v1.3.0, 2024-10-02

02 Oct 19:43
2806327
Compare
Choose a tag to compare
add reflink support

Foldiff v1.2.0, 2024-09-27

27 Sep 16:44
4623930
Compare
Choose a tag to compare

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

14 Sep 20:37
bd1a093
Compare
Choose a tag to compare

Force windows to use the / path separator over \ for portability.

Foldiff v1.0.1-release, 2024-09-14

14 Sep 16:18
d2dae94
Compare
Choose a tag to compare

Hotfix: fix diffing with relative roots

Foldiff v1.0.0

14 Sep 15:14
3e37497
Compare
Choose a tag to compare

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.