v0.0.6
May 12, 2026
Latest
📤 CSV Export + Faster Indexing
- Export your drive catalog to CSV — new "Export as CSV…" command (⌘⇧X) in the Drive menu. Choose individual drives or export everything at once, with columns for drive name, folder structure, file count, total size, free space, and indexed dates.
- First-indexed date tracking — DriveIndex now records when each drive was first added to your library. The date sticks across re-indexes and shows up in CSV exports.
- Faster indexing — drives are now scanned once during indexing instead of twice, and database writes are batched rather than per-file. Large drives index noticeably faster with less disk and CPU activity.
- Snappier app launch — fixed a bug that caused brief unresponsiveness at startup. Drive counts now load in the background so the app is immediately usable when it opens.
- Thumbnails survive macOS cache purges — drive thumbnails and icons are now stored in Application Support instead of the system Caches folder, so they're never lost when macOS reclaims disk space. An automatic background migration handles existing thumbnails on first launch — no action needed.
- More reliable drive recognition — bookmarks are now keyed by volume UUID rather than mount path, so DriveIndex correctly identifies drives after renames or remounts without re-indexing.
- License activation fix — resolved an intermittent issue where Gumroad license activation could fail with an HTTP 404 error.