| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-03-14 | 337 Bytes | |
| Dory.Setup.0.3.7.exe.blockmap | 2026-03-14 | 155.9 kB | |
| Dory-0.3.7-win.zip | 2026-03-14 | 201.2 MB | |
| Dory.Setup.0.3.7.exe | 2026-03-14 | 154.2 MB | |
| Dory.0.3.7.exe | 2026-03-14 | 153.9 MB | |
| latest-mac.yml | 2026-03-14 | 496 Bytes | |
| Dory-0.3.7-arm64-mac.zip.blockmap | 2026-03-14 | 169.6 kB | |
| Dory-0.3.7-arm64.dmg.blockmap | 2026-03-14 | 183.7 kB | |
| Dory-0.3.7-arm64-mac.zip | 2026-03-14 | 170.2 MB | |
| Dory-0.3.7-arm64.dmg | 2026-03-14 | 176.3 MB | |
| README.md | 2026-03-14 | 1.5 kB | |
| v0.3.7 source code.tar.gz | 2026-03-14 | 9.4 MB | |
| v0.3.7 source code.zip | 2026-03-14 | 10.1 MB | |
| Totals: 13 Items | 875.8 MB | 0 | |
What's Changed
Fixes
- Fixed SQL Copilot retry logic to prevent infinite retries when generating read-only SQL statements.
- Resolved styling inconsistencies in Copilot-generated SQL result components, including tooltip alignment and code block rendering.
- Fixed AI action failures caused by missing column metadata in schema context prompts.
- Corrected database summary page layout issues, improving visual alignment of metadata cards and tooltips.
- Fixed connection establishment errors in end-to-end tests and the connection flow UI.
- Addressed app sidebar icon misalignment and inconsistent update button styling across navigation sections.
Testing & CI Improvements
- Added comprehensive end-to-end tests covering SQL Console, Connections, and Auth flows.
- Introduced a new GitHub Actions workflow for automated E2E test execution.
- Fixed multiple Playwright configuration issues, including
.tmpdirectory filtering and authentication state handling. - Stabilized flaky E2E test suites (e.g., login, workbench, connection setup) through targeted fixes in test helpers and auth setup.
Documentation & Tooling
- Updated Docker run command in
README.mdto remove obsolete environment variables (BETTER_AUTH_URL,DB_TYPE). - Added an AI-powered release notes generator with dedicated GitHub Action and CLI script.
Internal
- Refactored and stabilized Playwright test infrastructure, including auth persistence, config, and helper utilities.