Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 16:06
· 45 commits to main since this release

πŸ—‚οΈ FUSE Filesystem

  • Full read-write support: Create, Write, Mkdir, Rmdir, Unlink, Rename, Fsync, Flush

πŸ’Ύ Content Cache (ContentCache)

  • On-disk content storage
  • Size-based eviction guarded by evictMu (TOCTOU-safe)

πŸ”„ Delta Synchronization (DeltaSync)

  • Polls the Microsoft Graph /delta endpoint every N minutes (default: 5)
  • Handles all 3 delta cases: new, modified (including moves between folders), and deleted items
  • deltaLink persisted in BoltDB β†’ resumes from the last sync after a restart
  • Conflict resolution: local items (IDs prefixed with local:) reconciled against remote ones

πŸ” Authentication

  • OAuth2 flow with Microsoft Identity Platform
  • Copy-paste fallback when no browser is available
  • Credentials stored in the system keyring