| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| builder-debug.yml | < 20 hours ago | 861 Bytes | |
| latest-mac.yml | < 20 hours ago | 790 Bytes | |
| latest-arm64-mac.yml | < 20 hours ago | 490 Bytes | |
| Dory-0.14.0-arm64.dmg.blockmap | < 20 hours ago | 244.3 kB | |
| Dory-0.14.0-arm64.zip.blockmap | < 20 hours ago | 230.4 kB | |
| Dory-0.14.0-x64.dmg.blockmap | < 20 hours ago | 251.1 kB | |
| latest-x64-mac.yml | < 20 hours ago | 484 Bytes | |
| Dory-0.14.0-arm64.zip | < 20 hours ago | 227.6 MB | |
| Dory-0.14.0-x64.zip.blockmap | < 20 hours ago | 237.9 kB | |
| Dory-0.14.0-x64.dmg | < 20 hours ago | 242.1 MB | |
| Dory-0.14.0-arm64.dmg | < 20 hours ago | 234.9 MB | |
| Dory-0.14.0-x64.zip | < 20 hours ago | 234.8 MB | |
| latest.yml | < 20 hours ago | 340 Bytes | |
| Dory-Setup-0.14.0.exe.blockmap | < 20 hours ago | 175.7 kB | |
| Dory-Setup-0.14.0.exe | < 20 hours ago | 172.6 MB | |
| Dory-Portable-0.14.0.exe | < 20 hours ago | 169.9 MB | |
| README.md | < 20 hours ago | 1.5 kB | |
| v0.14.0 source code.tar.gz | < 20 hours ago | 15.5 MB | |
| v0.14.0 source code.zip | < 20 hours ago | 16.4 MB | |
| Totals: 19 Items | 1.3 GB | 0 | |
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.