Releases: dorylab/dory
Releases · dorylab/dory
v0.6.3
What's Changed
Features
- Added a built-in SQLite demo database (
demo.sqlite) pre-populated with realistic sample data (100 users, 1,000 orders, 10,000 logs) using Faker with a deterministic seed. - Automatically creates a “Demo Database” connection for new users on their first visit to the connections page—no setup required.
- The demo connection is now auto-provisioned during organization creation, ensuring immediate access to sample data upon account setup.
Improvements
- Streamlined onboarding: users logging in via the demo auth flow now land directly on a functional workspace with a ready-to-query database connection.
Internal
- Refactored demo data ingestion and connection provisioning logic to align with organization lifecycle events, improving consistency and maintainability.
v0.6.3-beta.0
What's Changed
Features
- Added a built-in SQLite demo database (
demo.sqlite) pre-populated with realistic sample data (100 users, 1,000 orders, 10,000 logs) using Faker with a deterministic seed. - Automatically creates a “Demo Database” connection for new users on their first visit to the connections page—no setup required.
- The demo connection is now auto-provisioned during organization creation, ensuring immediate access to sample data upon account setup.
Improvements
- Streamlined onboarding: users logging in via the demo auth flow now land directly on a functional workspace with a ready-to-query database connection.
Internal
- Refactored demo data ingestion and connection provisioning logic to align with organization lifecycle events, improving consistency and maintainability.
v0.6.2
What's Changed
Internationalization & Localization
- Added full support for Japanese (ja), Spanish (es), and Simplified Chinese (zh_CN) across both Electron and web apps
- Updated language selection UI with improved accessibility and persistence
- Included localized strings for core app areas: SQL console results, settings panels (organization, billing, appearance), sidebar navigation, and the About panel
- Added GitHub quick-start guide content in all supported languages
Documentation
- Refreshed
README.mdwith updated setup instructions and project overview
Internal
- Consolidated i18n configuration and locale handling across Electron main/preload processes and Next.js app routing
- Standardized locale storage and runtime language detection logic
v0.6.1
What's Changed
Features
- Added support for Neon Postgres connections, enabling users to connect Dory to Neon-hosted PostgreSQL databases directly through the connection wizard and SQL console.
Documentation
- Updated
README.mdwith the latest setup instructions and feature highlights.
v0.6.1-beta.0
What's Changed
Features
- Added support for Neon Postgres connections, enabling users to connect Dory to Neon-hosted PostgreSQL databases directly through the connection wizard and SQL console.
Documentation
- Updated
README.mdwith the latest setup instructions and feature highlights.
v0.6.0
What's Changed
Features
- Added experimental SQLite support across the application, including:
- Integration with the SQL console and table browser for SQLite databases
- New Copilot context types tailored for SQLite query assistance
- Updated Electron app packaging and CI workflows to include SQLite binaries
Maintenance
- Updated indirect dependency
brace-expansionfrom1.1.12to1.1.13(security & stability patch)
v0.5.7-beta.2
What's Changed
Fixes
- Resolved Node ABI rebuild errors during installation and packaging, improving reliability across different Node.js versions.
- Fixed prebuilt binary download logic in standalone app builds, ensuring faster and more consistent deployments.
- Corrected version validation in CI workflows to prevent false failures when building beta and macOS packages.
Internal
- Updated build scripts and CI configurations to align with the latest Node.js version requirements and packaging standards.
v0.5.7-beta.1
What's Changed
- Fixed NODE_ABI compatibility issue in the Electron app build process, resolving failures during standalone application packaging.
v0.5.7-beta.0
What's Changed
Features
- Added basic SQLite database support, enabling users to connect to and explore SQLite databases through the connection manager, SQL console, and table browser.
Fixes
- Fixed an error in the database explorer that caused crashes or incorrect behavior when navigating database resources (e.g., tables, views, materialized views).
Docs
- Updated
README.mdwith current setup instructions and usage notes.
v0.5.6
What's Changed
Features
- Added automatic column width adjustment (autofit) to the SQL console result table, improving readability of query results without manual resizing.
Fixes
- Fixed horizontal scrolling (
scroll-x) issue in the result table’s<thead>, ensuring headers remain aligned with data columns during scrolling. - Resolved a packaging error in the macOS build workflow that was preventing correct asset preparation for updates.
Improvements
- Enhanced visual consistency by updating section background styling in the result table component.
- Improved column width calculation logic for more accurate and responsive table layout.
Internal
- Updated indirect dependencies:
yaml(v2.8.2 → v2.8.3) andpicomatch(v2.3.1 → v2.3.2).