You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.1.0
Added: per-file progress events during directory sync. DirectorySynchronizer.apply
now emits a transferringProgressEvent 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.