Skip to content

Releases: dorylab/dory

v0.6.3

31 Mar 15:42

Choose a tag to compare

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

31 Mar 14:39
e92d225

Choose a tag to compare

v0.6.3-beta.0 Pre-release
Pre-release

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

30 Mar 14:50

Choose a tag to compare

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.md with 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

29 Mar 16:09

Choose a tag to compare

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.md with the latest setup instructions and feature highlights.

v0.6.1-beta.0

29 Mar 02:56
d7f383b

Choose a tag to compare

v0.6.1-beta.0 Pre-release
Pre-release

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.md with the latest setup instructions and feature highlights.

v0.6.0

28 Mar 14:34

Choose a tag to compare

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-expansion from 1.1.12 to 1.1.13 (security & stability patch)

v0.5.7-beta.2

27 Mar 10:38

Choose a tag to compare

v0.5.7-beta.2 Pre-release
Pre-release

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

27 Mar 10:16

Choose a tag to compare

v0.5.7-beta.1 Pre-release
Pre-release

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

27 Mar 07:57

Choose a tag to compare

v0.5.7-beta.0 Pre-release
Pre-release

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.md with current setup instructions and usage notes.

v0.5.6

26 Mar 14:39

Choose a tag to compare

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) and picomatch (v2.3.1 → v2.3.2).