Skip to content

v1.1.0

Choose a tag to compare

@gmpassos gmpassos released this 10 Jun 05:17
· 23 commits to master since this release
9ed1880

1.1.0

  • Added: per-file progress events during directory sync. DirectorySynchronizer.apply
    now emits a transferring ProgressEvent after each file is written or deleted (in
    both push and pull directions), carrying the path (message), cumulative bytes, and
    completed/total counts — enabling consumers to render live progress. Backward
    compatible: the start and done events are unchanged and progress stays optional.