| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| builder-debug.yml | 2026-04-17 | 861 Bytes | |
| Dory-0.7.12-x64.dmg | 2026-04-17 | 216.8 MB | |
| latest-arm64-mac.yml | 2026-04-17 | 490 Bytes | |
| Dory-0.7.12-arm64.dmg | 2026-04-17 | 209.5 MB | |
| Dory-0.7.12-x64.dmg.blockmap | 2026-04-17 | 226.3 kB | |
| latest-mac.yml | 2026-04-17 | 790 Bytes | |
| Dory-0.7.12-arm64.dmg.blockmap | 2026-04-17 | 220.2 kB | |
| latest-x64-mac.yml | 2026-04-17 | 484 Bytes | |
| Dory-0.7.12-x64.zip | 2026-04-17 | 210.0 MB | |
| Dory-0.7.12-arm64.zip | 2026-04-17 | 202.8 MB | |
| Dory-0.7.12-arm64.zip.blockmap | 2026-04-17 | 200.6 kB | |
| Dory-0.7.12-x64.zip.blockmap | 2026-04-17 | 207.5 kB | |
| latest.yml | 2026-04-17 | 340 Bytes | |
| Dory-Setup-0.7.12.exe.blockmap | 2026-04-17 | 172.4 kB | |
| Dory-Setup-0.7.12.exe | 2026-04-17 | 171.4 MB | |
| Dory-Portable-0.7.12.exe | 2026-04-17 | 168.7 MB | |
| README.md | 2026-04-17 | 956 Bytes | |
| v0.7.12 source code.tar.gz | 2026-04-17 | 14.0 MB | |
| v0.7.12 source code.zip | 2026-04-17 | 14.8 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Fixes
- Fixed an issue where SQL editor content was occasionally lost during tab switching or auto-saving.
- Resolved incorrect handling of PostgreSQL database and schema metadata in chatbot and SQL console contexts, improving query accuracy and table suggestions.
Features
- Added a refresh button to the SQL Console sidebar to manually reload database and schema listings.
- Introduced dynamic SQL prompt generation (
buildDialectSqlPrompt) that adapts to the active connection type (e.g., PostgreSQL, MySQL), improving AI-generated query relevance.
Improvements
- Optimized table browser performance by lazily loading column tags, reducing initial render time for large schemas.
- Enhanced UI feedback across multiple components (buttons, dropdowns, sidebar, etc.) with consistent
cursor-pointerstyling.
Internal
- Updated Hono framework from
4.12.12to4.12.14for security and stability improvements.