| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-04-08 | 337 Bytes | |
| Dory-Setup-0.7.1.exe.blockmap | 2026-04-08 | 166.4 kB | |
| Dory-Setup-0.7.1.exe | 2026-04-08 | 165.7 MB | |
| Dory-Portable-0.7.1.exe | 2026-04-08 | 163.0 MB | |
| Dory-0.7.1-x64.zip | 2026-04-08 | 217.9 MB | |
| builder-debug.yml | 2026-04-08 | 861 Bytes | |
| latest-mac.yml | 2026-04-08 | 784 Bytes | |
| Dory-0.7.1-arm64.zip | 2026-04-08 | 196.3 MB | |
| Dory-0.7.1-arm64.dmg | 2026-04-08 | 203.3 MB | |
| latest-x64-mac.yml | 2026-04-08 | 480 Bytes | |
| Dory-0.7.1-x64.dmg.blockmap | 2026-04-08 | 219.3 kB | |
| Dory-0.7.1-arm64.zip.blockmap | 2026-04-08 | 193.8 kB | |
| Dory-0.7.1-arm64.dmg.blockmap | 2026-04-08 | 211.6 kB | |
| Dory-0.7.1-x64.zip.blockmap | 2026-04-08 | 200.7 kB | |
| Dory-0.7.1-x64.dmg | 2026-04-08 | 210.5 MB | |
| latest-arm64-mac.yml | 2026-04-08 | 486 Bytes | |
| README.md | 2026-04-08 | 2.2 kB | |
| v0.7.1 source code.tar.gz | 2026-04-08 | 13.9 MB | |
| v0.7.1 source code.zip | 2026-04-08 | 14.8 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Features
- Email verification toggle: Added
NEXT_PUBLIC_REQUIRE_EMAIL_VERIFICATIONandEMAIL_FROMenvironment variables to enable or disable email verification during sign-up, with corresponding UI and backend support. - Pre-upgrade workspace backup notification: Introduced a prominent in-app alert prompting users to back up their workspace before upgrading to v0.8.0, localized for English, Spanish, Japanese, and Chinese.
- Anonymous user recovery: Guest users can now recover their session and seamlessly transition to a logged-in account after signing in—preserving unsaved SQL queries, saved queries, folders, and Copilot history.
- Full SQL Copilot for guests: Anonymous users now have full access to the SQL Copilot (including SQL generation, table mode, and save functionality), improving onboarding and exploration.
Fixes
- PGlite browser compatibility: Fixed runtime errors when initializing PGlite in browser environments.
- Sidebar layout regression: Corrected incorrect margins in the application sidebar affecting visual alignment.
- Electron stability: Rolled back Electron from v41 to v39.x to resolve version instability issues during startup.
- Electron bootstrap hangs: Resolved hangs during Electron app startup by properly handling bootstrap completion and preventing concurrent launches.
Improvements
- PGlite upgrade with data migration: Upgraded PGlite from 0.2.17 (PostgreSQL 16) to 0.4.3 (PostgreSQL 17) with an automated, safe data migration path—preserving all existing workspace data.
- Standalone Electron builds: Improved reliability of standalone app packaging by materializing
better-sqlite3, resolvingnode_modulessymlinks, and copying required webnode_modules.
Internal
- Dependency modernization: Major dependency upgrades across the stack—including TypeScript 5→6, ESLint 9→10, React-Resizable-Panels 3→4, Recharts 2→3, Shadcn 2→4, and more—with corresponding code migrations and type fixes.
- Build & tooling updates: Disabled macOS notarization in Electron Builder, updated Hono and
@hono/node-server, and cleaned up stale build artifacts in Electron resource bundles.