| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.7.4-arm64.dmg | 2026-04-10 | 203.8 MB | |
| Dory-0.7.4-x64.zip.blockmap | 2026-04-10 | 201.4 kB | |
| Dory-0.7.4-arm64.zip | 2026-04-10 | 196.8 MB | |
| Dory-0.7.4-arm64.dmg.blockmap | 2026-04-10 | 211.8 kB | |
| builder-debug.yml | 2026-04-10 | 861 Bytes | |
| latest-arm64-mac.yml | 2026-04-10 | 486 Bytes | |
| latest-mac.yml | 2026-04-10 | 784 Bytes | |
| Dory-0.7.4-x64.dmg.blockmap | 2026-04-10 | 222.3 kB | |
| latest-x64-mac.yml | 2026-04-10 | 480 Bytes | |
| Dory-0.7.4-x64.dmg | 2026-04-10 | 211.1 MB | |
| Dory-0.7.4-x64.zip | 2026-04-10 | 204.0 MB | |
| Dory-0.7.4-arm64.zip.blockmap | 2026-04-10 | 194.5 kB | |
| latest.yml | 2026-04-10 | 337 Bytes | |
| Dory-Setup-0.7.4.exe.blockmap | 2026-04-10 | 166.8 kB | |
| Dory-Setup-0.7.4.exe | 2026-04-10 | 166.2 MB | |
| Dory-Portable-0.7.4.exe | 2026-04-10 | 163.5 MB | |
| README.md | 2026-04-10 | 1.4 kB | |
| v0.7.4 source code.tar.gz | 2026-04-10 | 13.9 MB | |
| v0.7.4 source code.zip | 2026-04-10 | 14.8 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Features
- Data Preview pagination: Replaced the hard-limited 200-row preview with configurable pagination (50/100/200/500/1000 rows per page) across PostgreSQL, MySQL, SQLite, and ClickHouse. Includes estimated total row count and DataGrip-style navigation.
Improvements
- Guest session recovery: Guest sessions are now reliably restored before sign-in begins (both web and Electron), improving continuity after logout or app restart.
- Desktop session persistence: Signed-in desktop users retain their session state after cloud re-authentication, reducing redundant sign-ins.
Fixes
- Guest authentication reliability: Fixed multiple guest-related errors in desktop auth flows, including GitHub login session handling, organization migration, cookie proxying, and link-based recovery.
- Numeric column sorting: Fixed lexicographic sorting of integer/float columns in SQL Console result tables — now sorts numerically using column type metadata.
- Electron OAuth flow: Corrected session handling in OAuth callback (
finalize) and token consumption (consume) routes to prevent auth failures. - Sign-in UX consistency: Refreshes sign-in state after guest logout and resolves rendering errors in the sign-in form on desktop.
Internal
- Added detailed auth logging for guest link resolution and Electron OAuth flows to aid debugging and observability.