| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.11.3-x64.zip | 2026-05-08 | 209.3 MB | |
| Dory-0.11.3-arm64.dmg | 2026-05-08 | 208.7 MB | |
| builder-debug.yml | 2026-05-08 | 861 Bytes | |
| latest-arm64-mac.yml | 2026-05-08 | 490 Bytes | |
| latest-mac.yml | 2026-05-08 | 790 Bytes | |
| Dory-0.11.3-x64.dmg.blockmap | 2026-05-08 | 225.4 kB | |
| Dory-0.11.3-arm64.zip.blockmap | 2026-05-08 | 197.9 kB | |
| latest-x64-mac.yml | 2026-05-08 | 484 Bytes | |
| Dory-0.11.3-x64.dmg | 2026-05-08 | 216.0 MB | |
| Dory-0.11.3-x64.zip.blockmap | 2026-05-08 | 206.0 kB | |
| Dory-0.11.3-arm64.dmg.blockmap | 2026-05-08 | 218.8 kB | |
| Dory-0.11.3-arm64.zip | 2026-05-08 | 202.1 MB | |
| latest.yml | 2026-05-08 | 340 Bytes | |
| Dory-Setup-0.11.3.exe.blockmap | 2026-05-08 | 171.3 kB | |
| Dory-Setup-0.11.3.exe | 2026-05-08 | 170.7 MB | |
| Dory-Portable-0.11.3.exe | 2026-05-08 | 168.0 MB | |
| README.md | 2026-05-08 | 1.4 kB | |
| v0.11.3 source code.tar.gz | 2026-05-08 | 14.2 MB | |
| v0.11.3 source code.zip | 2026-05-08 | 15.0 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Fixes
- Fixed an error in the chatbot message rendering logic that could cause unexpected failures during thread display.
- Resolved a chart rendering issue in AI-generated chart results, improving reliability and visual consistency.
Improvements
- Updated chart rendering components (
chart-canvas.tsx,charts-result/index.tsx) for better performance and compatibility with updated dependencies. - Enhanced chatbot UI and behavior across multiple files—including session handling, empty state display, and chat input—resulting in smoother interactions and more responsive feedback.
- Refined SQL-related AI prompts and tooling (
sql.tools.ts,sql-runner.ts) to improve accuracy and context awareness in database query assistance.
Dependencies
- Upgraded
icu-minifyfrom 4.9.1 to 4.11.0 (transitive, vianext-intl). - Upgraded
honofrom 4.12.14 to 4.12.18 for improved runtime stability and minor bug fixes. - Upgraded
next-intlfrom 4.9.1 to 4.9.2, including localization-related fixes and optimizations.
Internal
- Consolidated and standardized chatbot-related updates across web apps via coordinated PR [#208], improving maintainability and reducing duplication.