| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-03-19 | 337 Bytes | |
| Dory.Setup.0.4.0.exe.blockmap | 2026-03-19 | 156.2 kB | |
| Dory-0.4.0-win.zip | 2026-03-19 | 201.4 MB | |
| Dory.Setup.0.4.0.exe | 2026-03-19 | 154.3 MB | |
| Dory.0.4.0.exe | 2026-03-19 | 154.1 MB | |
| latest-mac.yml | 2026-03-19 | 496 Bytes | |
| Dory-0.4.0-arm64-mac.zip.blockmap | 2026-03-19 | 170.5 kB | |
| Dory-0.4.0-arm64.dmg.blockmap | 2026-03-19 | 185.4 kB | |
| Dory-0.4.0-arm64.dmg | 2026-03-19 | 176.5 MB | |
| Dory-0.4.0-arm64-mac.zip | 2026-03-19 | 170.4 MB | |
| README.md | 2026-03-19 | 1.9 kB | |
| v0.4.0 source code.tar.gz | 2026-03-19 | 9.4 MB | |
| v0.4.0 source code.zip | 2026-03-19 | 10.2 MB | |
| Totals: 13 Items | 876.8 MB | 0 | |
What's Changed
Features
- PostgreSQL support added: Basic connection, metadata discovery, table info, and schema browsing now available for PostgreSQL databases.
- New Explorer interface launched: A unified, driver-aware database explorer replaces the legacy catalog view, supporting PostgreSQL and ClickHouse with database, schema, table, view, materialized view, function, and extension browsing.
- PostgreSQL-specific table insights: Added PostgreSQL statistics cards for index usage, table size, and vacuum status in the table browser.
Improvements
- SQL Console Sidebar enhanced: Refactored to better support multi-database connections, with improved i18n, fixed reload issues when switching connections, and updated scroll and styling.
- Schema Sidebar extended: Now supports PostgreSQL and includes updated UI styles and consistent internationalization.
- Table Browser modernized: Refactored to be driver-aware, moved data preview logic into drivers, and improved tab organization and responsiveness.
Fixes
- Fixed duplicate suggestion insertion in SQL editor.
- Fixed missing schema auto-suggestions in SQL editor.
- Fixed i18n key mismatches in catalog and explorer summary components.
- Fixed data not displaying in explorer sidebar object lists (e.g., functions, schema objects).
- Fixed active state highlighting in the explorer and app sidebars.
Internal
- Legacy
catalog/folder and unuseddata-explorer/modules removed. - Explorer architecture refactored to object-centric, driver-agnostic core with dedicated view registry and store.
- Package dependencies cleaned up and outdated files deleted across web and Electron apps.