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.
Your files, and only your files
On iPhone and iPad, the app's working data moves out of Documents — the engine's state file, search index, and extraction cache now live in the app's private Application Support area, so the Files app shows only your actual documents. Your files themselves don't move.
The move is lossless and careful — a one-time migration copies everything durably, resolves iCloud sync-conflict duplicates by keeping the newest version (the others are preserved, not deleted), and if anything at all goes wrong the app simply keeps running from the old location — never lost data, never a refused launch.
Leaner backups — the regenerable extraction cache is excluded from iCloud/device backups; your state and index stay backed up.
Desktop unchanged — nothing changes on macOS, Windows, or Linux in this release.