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.8.1
Changed
Upgraded omnydrive to ^1.1.2. Picks up the fix that prevents a mount
sync from silently discarding local-only changes. OmnyShell already guards
this in DriveManager._autoDirection (read-only mounts only push, read-write
mounts only pull when the local copy is unchanged, and a two-sided change
surfaces a conflict); added regression tests covering remote→local pulls of
new node files, read-only mounts never pulling, and divergent syncs refusing
to clobber local work.