| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.21.2-arm64.dmg.blockmap | 2026-06-04 | 244.4 kB | |
| latest-mac.yml | 2026-06-04 | 790 Bytes | |
| Dory-0.21.2-arm64.zip.blockmap | 2026-06-04 | 229.7 kB | |
| Dory-0.21.2-x64.zip | 2026-06-04 | 233.5 MB | |
| builder-debug.yml | 2026-06-04 | 861 Bytes | |
| Dory-0.21.2-arm64.dmg | 2026-06-04 | 233.6 MB | |
| Dory-0.21.2-x64.dmg | 2026-06-04 | 240.8 MB | |
| Dory-0.21.2-arm64.zip | 2026-06-04 | 226.3 MB | |
| Dory-0.21.2-x64.zip.blockmap | 2026-06-04 | 236.3 kB | |
| latest-arm64-mac.yml | 2026-06-04 | 490 Bytes | |
| latest-x64-mac.yml | 2026-06-04 | 484 Bytes | |
| Dory-0.21.2-x64.dmg.blockmap | 2026-06-04 | 250.7 kB | |
| latest.yml | 2026-06-04 | 340 Bytes | |
| Dory-Setup-0.21.2.exe.blockmap | 2026-06-04 | 174.6 kB | |
| Dory-Setup-0.21.2.exe | 2026-06-04 | 171.5 MB | |
| Dory-Portable-0.21.2.exe | 2026-06-04 | 168.8 MB | |
| README.md | 2026-06-04 | 1.7 kB | |
| v0.21.2 source code.tar.gz | 2026-06-04 | 15.8 MB | |
| v0.21.2 source code.zip | 2026-06-04 | 16.9 MB | |
| Totals: 19 Items | 1.3 GB | 0 | |
What's Changed
Features
- Added SSL/TLS support for database connections: Users can now configure TLS settings (including certificate validation, client certificates, and custom CA bundles) when setting up MySQL, PostgreSQL, MariaDB, and ClickHouse connections.
- Introduced environment and tag fields for connections: Connections can now be assigned environments (e.g.,
production,staging) and custom tags for better organization and filtering. - Hidden AI-related UI elements in Docker deployments: Settings pages and controls related to AI providers are now conditionally hidden when running in Docker mode, simplifying the interface for self-hosted users.
Improvements
- Refined connection metadata UI: Metadata fields (e.g., environment, tags, description) are now displayed in stacked radio rows for improved readability and consistency.
- Improved i18n for data source forms and labels: Updated translations across English, Spanish, Japanese, and Chinese for connection forms, TLS options, and metadata fields.
- ClickHouse TLS section is now collapsed by default, reducing visual clutter during initial setup.
Fixes
- Fixed connection password handling: Resolved issues where passwords were not properly saved or masked during connection creation and testing.
- Fixed TLS test behavior: Ensured TLS configuration is correctly applied and validated during connection testing across all supported databases.
Internal
- Dependency updates: Upgraded
qs(6.15.0 → 6.15.2) andtmp(0.2.5 → 0.2.6) to address minor security and stability improvements in transitive dependencies.