Skip to content

Releases: velocityzen/files

1.6.1

19 Apr 20:34
1947d51

Choose a tag to compare

New Features

  • Config file support (.files): Drop a .files file in either the
    source or destination directory to set defaults for any command.
    Right-side values override left-side, and CLI flags still win. Use
    --no-config to skip loading. See .files.example for all available
    options.

  • Size tolerance for fuzzy matching: New sizeTolerance option
    (0.0–1.0) lets fuzzy-matched files differ in size by a percentage —
    useful when comparing re-encoded media or edited documents where
    content shifts but files should still be treated as a pair. Only
    applies when matchPrecision is below 1.0.

Improvements

  • Clearer verbose output: When run with --verbose, the tool now
    prints which .files config and .filesignore files it loaded, so
    you can see exactly which settings are in effect.

  • Safer directory diff/sync: Internal refactor of the diff and sync
    pipeline tightens up edge cases around deletions and one-way sync
    safety.

1.5.0

22 Nov 01:57
687a8da

Choose a tag to compare

  • Add fuzzy matching
  • New build options decrease file size 50%

1.4.0

17 Nov 02:44
9f6710f

Choose a tag to compare

1.3.0

02 Nov 01:44

Choose a tag to compare

Update README.md