| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beta.yml | 2026-04-07 | 394 Bytes | |
| Dory.Beta-Setup-0.7.1-beta.3-win-x64-beta.exe.blockmap | 2026-04-07 | 163.7 kB | |
| Dory.Beta-Setup-0.7.1-beta.3-win-x64-beta.exe | 2026-04-07 | 158.2 MB | |
| Dory.Beta-Portable-0.7.1-beta.3-win-x64-beta.exe | 2026-04-07 | 155.5 MB | |
| Dory.Beta-0.7.1-beta.3-win-x64-beta.zip | 2026-04-07 | 209.9 MB | |
| README.md | 2026-04-07 | 838 Bytes | |
| v0.7.1-beta.3 source code.tar.gz | 2026-04-07 | 13.9 MB | |
| v0.7.1-beta.3 source code.zip | 2026-04-07 | 14.8 MB | |
| Totals: 8 Items | 552.5 MB | 0 | |
What's Changed
Features
- Anonymous user recovery flow: Added support for anonymous users to seamlessly recover their session and log in with a persistent account after signing out—preserving saved queries, folders, and Copilot SQL history across the transition.
Improvements
- Enhanced consistency across SQL Console components (e.g., save dialog, sidebar, SQL mode) and auth pages to correctly handle anonymous-to-authenticated state transitions.
- Updated navigation and user profile UI (
nav-user.tsx,SignInForm.tsx, sign-in page) to reflect authenticated status immediately after recovery.
Internal
- Consolidated and extended backend routes for anonymous session bootstrap and recovery (
/api/auth/anonymous/bootstrap,/api/auth/anonymous/recover) to support secure, state-preserving account linking.