| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.13.0-x64.dmg.blockmap | 2026-05-12 | 254.7 kB | |
| Dory-0.13.0-x64.zip.blockmap | 2026-05-12 | 237.8 kB | |
| Dory-0.13.0-x64.zip | 2026-05-12 | 235.3 MB | |
| builder-debug.yml | 2026-05-12 | 861 Bytes | |
| latest-arm64-mac.yml | 2026-05-12 | 490 Bytes | |
| latest-mac.yml | 2026-05-12 | 790 Bytes | |
| Dory-0.13.0-arm64.dmg.blockmap | 2026-05-12 | 247.2 kB | |
| latest-x64-mac.yml | 2026-05-12 | 484 Bytes | |
| Dory-0.13.0-x64.dmg | 2026-05-12 | 242.6 MB | |
| Dory-0.13.0-arm64.dmg | 2026-05-12 | 235.4 MB | |
| Dory-0.13.0-arm64.zip.blockmap | 2026-05-12 | 231.3 kB | |
| Dory-0.13.0-arm64.zip | 2026-05-12 | 228.1 MB | |
| latest.yml | 2026-05-12 | 340 Bytes | |
| Dory-Setup-0.13.0.exe.blockmap | 2026-05-12 | 175.5 kB | |
| Dory-Setup-0.13.0.exe | 2026-05-12 | 172.9 MB | |
| Dory-Portable-0.13.0.exe | 2026-05-12 | 170.2 MB | |
| README.md | 2026-05-12 | 1.6 kB | |
| v0.13.0 source code.tar.gz | 2026-05-12 | 15.4 MB | |
| v0.13.0 source code.zip | 2026-05-12 | 16.4 MB | |
| Totals: 19 Items | 1.3 GB | 0 | |
What's Changed
Features
- Added MCP (Model Context Protocol) server support: New API endpoints (
/api/mcp/,/api/mcp/settings,/api/mcp/tokens) and UI controls in Settings enable secure agent access, token management, and MCP integration. - Stable MCP port for desktop: Electron app now uses a consistent, predictable port for the local MCP proxy, improving reliability and user experience.
Improvements
- Enhanced AI analysis capabilities: Numeric fields are now accepted in AI analysis summary schemas, enabling richer charting and insights from query results.
- Refined SQL Console insights flow: Improved behavior and responsiveness of SQL Console features—including editor, sidebar, table browser stats, and schema introspection—across multiple database drivers and automation APIs.
Fixes
- Security hardening: Resolved security-related errors in Electron build and notarization scripts, and updated dependency configurations to address vulnerabilities.
- Vercel deployment fix: Corrected Yarn configuration (
.yarnrc.yml,.yarn/releases/) to resolve installation failures during Vercel deployments.
Internal
- Monorepo refactoring: Moved significant portions of the web application logic into
packages/*to improve maintainability and code reuse. - Dependency updates: Upgraded Next.js (16.2.3 → 16.2.6), Kysely (0.28.15 → 0.28.17), and Mermaid (11.14.0 → 11.15.0) across apps and packages.