| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.8.1-x64.dmg.blockmap | 2026-04-27 | 227.7 kB | |
| Dory-0.8.1-arm64.dmg.blockmap | 2026-04-27 | 221.2 kB | |
| Dory-0.8.1-arm64.dmg | 2026-04-27 | 210.1 MB | |
| Dory-0.8.1-x64.zip | 2026-04-27 | 210.6 MB | |
| builder-debug.yml | 2026-04-27 | 861 Bytes | |
| Dory-0.8.1-x64.zip.blockmap | 2026-04-27 | 207.6 kB | |
| latest-arm64-mac.yml | 2026-04-27 | 486 Bytes | |
| latest-mac.yml | 2026-04-27 | 784 Bytes | |
| Dory-0.8.1-x64.dmg | 2026-04-27 | 217.3 MB | |
| latest-x64-mac.yml | 2026-04-27 | 480 Bytes | |
| latest.yml | 2026-04-27 | 337 Bytes | |
| Dory-Setup-0.8.1.exe.blockmap | 2026-04-27 | 173.0 kB | |
| Dory-0.8.1-arm64.zip | 2026-04-27 | 203.4 MB | |
| Dory-0.8.1-arm64.zip.blockmap | 2026-04-27 | 200.4 kB | |
| Dory-Setup-0.8.1.exe | 2026-04-27 | 171.8 MB | |
| Dory-Portable-0.8.1.exe | 2026-04-27 | 169.1 MB | |
| README.md | 2026-04-27 | 765 Bytes | |
| v0.8.1 source code.tar.gz | 2026-04-27 | 14.0 MB | |
| v0.8.1 source code.zip | 2026-04-27 | 14.8 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Improvements
- Chatbot internationalization: Updated translations for English, Spanish, Japanese, and Chinese locales to improve multilingual support across chatbot UI components and interactions.
Fixes
- SQL generation reliability: Refactored the
generate-sqlquick action into a dedicated server-side action, improving consistency, testability, and error handling when users request SQL from natural language prompts.
Internal
- Dependency update: Upgraded
postcssfrom8.5.8to8.5.10to incorporate upstream bug fixes and security patches. - Code organization: Migrated SQL generation logic from inline hooks into the centralized copilot actions framework, aligning with the modular action architecture.