What's Changed
Features
- Local file support: Added full integration for connecting to and querying local files (e.g., Excel, CSV) directly from the web app — including file upload, schema inspection, table preview, and SQL execution.
- Desktop file picker: Enabled native OS file selection in the Electron desktop app for seamless local file onboarding.
Improvements
- UI refinements: Tightened spacing and borders in connection dialogs and SQL result tables for improved visual consistency and clarity.
- Localization: Expanded i18n support with updated translations (English, Spanish, Japanese, Chinese) across MCP settings, API messages, and connection UI components.
- Open Files UX: Refined dataset isolation, sidebar labeling, and commit message generation logic for better discoverability and context awareness when working with local files.
Fixes
- Docker build reliability: Fixed an error in the
Dockerfilethat was preventing successful image builds.
Docs
- Updated
README.mdwith self-hosting instructions and a dedicated section linking to full self-hosting documentation.
Internal
- Added a manual Docker release GitHub Actions workflow for controlled container publishing.
- Stabilized end-to-end CI tests, particularly the demo connection and SQL console flow.