Skip to content

v1.8.1

Choose a tag to compare

@gmpassos gmpassos released this 11 Jun 01:35
· 59 commits to master since this release
926b666

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.