Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 845 Bytes

CHANGELOG-foldiff.md

File metadata and controls

30 lines (24 loc) · 845 Bytes

to-do

  • multithread diffing
    • diffing (maybe)
    • compressing (maybe)
  • foldiff stats after diffing, before applying, and standalone
  • replace anyhow with custom error types
  • write custom threading utilities

1.3.1

  • reflinks now apply for duplicated files too

1.3.0

  • foldiff upgrade - upgrade older manifests to new ones
  • move core foldiff functionality to libfoldiff
    • significant refactors
    • decouple logic from indicatif and cliutils
  • use reflinks when copying unchanged files to reduce disk usage on filesystems such as btrfs, xfs, and apfs

1.2.0

  • switch to FLDF v1.1.0
  • diff versioning handling to allow still reading FLDF 1.0.0-r

1.1.0

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

1.0.1

  • Fix diffing not working with relative paths for inputs

1.0.0

  • yeah.