| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-05-10 | 340 Bytes | |
| Dory-Setup-0.12.2.exe.blockmap | 2026-05-10 | 176.4 kB | |
| Dory-Setup-0.12.2.exe | 2026-05-10 | 175.3 MB | |
| Dory-Portable-0.12.2.exe | 2026-05-10 | 172.6 MB | |
| Dory-0.12.2-x64.zip | 2026-05-10 | 232.4 MB | |
| Dory-0.12.2-arm64.zip.blockmap | 2026-05-10 | 233.3 kB | |
| Dory-0.12.2-arm64.dmg | 2026-05-10 | 238.4 MB | |
| Dory-0.12.2-x64.zip.blockmap | 2026-05-10 | 240.1 kB | |
| builder-debug.yml | 2026-05-10 | 861 Bytes | |
| latest-arm64-mac.yml | 2026-05-10 | 490 Bytes | |
| latest-mac.yml | 2026-05-10 | 790 Bytes | |
| latest-x64-mac.yml | 2026-05-10 | 484 Bytes | |
| Dory-0.12.2-arm64.zip | 2026-05-10 | 231.0 MB | |
| Dory-0.12.2-arm64.dmg.blockmap | 2026-05-10 | 249.1 kB | |
| Dory-0.12.2-x64.dmg | 2026-05-10 | 245.7 MB | |
| Dory-0.12.2-x64.dmg.blockmap | 2026-05-10 | 256.2 kB | |
| README.md | 2026-05-10 | 1.8 kB | |
| v0.12.2 source code.tar.gz | 2026-05-10 | 14.2 MB | |
| v0.12.2 source code.zip | 2026-05-10 | 15.1 MB | |
| Totals: 19 Items | 1.3 GB | 2 | |
What's Changed
Offline Desktop Authentication
- Added full offline support for desktop apps, including anonymous sign-in flow without network dependency
- Introduced desktop-specific auth session handling and recovery logic, decoupled from web session management
- Updated auth routes and UI components to support separate desktop login paths and runtime aliases
Copilot Stability Improvements
- Fixed a critical issue where DuckDB connections were incorrectly accessed during Copilot action execution, preventing crashes and improving reliability of SQL-related AI features (e.g., chart generation, query rewriting, optimization)
Initial User Setup
- Added configurable bootstrap login for the initial user via environment variables (e.g.,
INIT_USER_EMAIL,INIT_USER_PASSWORD), simplifying onboarding in self-hosted and local development environments
UI & UX Fixes
- Fixed rendering of result insights in the SQL console to ensure accurate display of AI-generated analysis and recommendations
Documentation & Tooling
- Updated
README.mdwith new setup instructions and clarifications around offline mode and init user configuration - Refined standalone desktop app build script (
build-app-standalone.sh) for improved reliability and alias resolution
Internal
- Refactored authentication logic to cleanly separate desktop and web session lifecycles, including dedicated session proxies, recovery sync components, and locale-aware sign-in forms
- Standardized environment configuration and bootstrapping across Electron, web, and admin apps