Back to Changelog

v1.2.10

Released on 2026-01-27
  • 🔒 security
    Add workspace membership verification on all API endpoints

    Prevent unauthorized access to workspace data by verifying membership on directories, projects, tags, users, and memos endpoints

  • 🐛 fix
    Fix cross-user data leak on login

    Properly clear localStorage and state on logout to prevent stale workspace data from appearing for new users

  • 🐛 fix
    Fix race condition on workspace switch

    Added AbortController to prevent stale API responses from overwriting current workspace data