Changelog
Track all updates, improvements, and fixes to FileDive
v1.0.4
LatestJanuary 5, 2026- ImprovementReduced build size by 72% (507MB → 143MB) by removing ML dependencies
- ImprovementRemoved @xenova/transformers, onnxruntime-web, onnxruntime-node from bundle
- ImprovementMoved sharp to devDependencies (build script only)
- FixDisabled semantic search feature (will be available as optional download)
v1.0.3
January 5, 2026- FeatureCloud AI Integration: Support for Claude, Gemini, OpenAI, Grok, and DeepSeek APIs
- FeatureAI Pricing Display: Shows model pricing per 1M tokens in settings
- FeatureBreadcrumb Navigation: Added folder path breadcrumb for easier navigation
- FeatureDatePicker Component: Custom date picker for advanced search filters
- ImprovementAdded .xlsm (Excel macro) file support
- ImprovementAdded .datasource file extension support for Monaco Editor
- FixFixed Monaco Editor CSP issue (uses local package instead of CDN)
v1.0.2
January 4, 2026- ImprovementRemoved OCR feature to reduce build size (smaller installer)
- FixFixed multimodal model download URLs
- FixFixed TypeScript build errors
v1.0.1
January 3, 2026- FeatureMulti-language AI Response: AI responds in the language set in settings (Korean, English, Japanese, Chinese)
- FeatureLLM Load Error Notifications: Toast notifications when model loading fails (with i18n support)
- ImprovementImproved folder loading speed (loads current level only)
- ImprovementAdded async file loading with loading indicator
- FixFixed Electron debugging port conflict (now uses port 9223)
- FixFixed Vite dev server port conflict (now uses port 3100)
- FixFixed settings page routing (converted from modal to page)
- FixFixed pdf-parse import for TypeScript compatibility
- FixFixed LLM model download URLs
v1.0.0
January 1, 2026- FeatureInitial release of FileDive
- FeatureFast keyword search powered by SQLite FTS5
- FeatureAI-powered semantic search using local transformers.js
- FeatureReal-time file watching with automatic re-indexing
- FeatureCross-platform support for Windows, macOS, and Linux
- FeatureDark and light theme support
- FeatureMulti-language support (25 languages)
- FeaturePrivacy-first design - all processing happens locally