Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:02
· 61 commits to master since this release
0fb2632

[1.0.0] - 2026-07-31

🚀 Features

  • Add MySQL support (connect, browse, query, edit data, and object forms)
  • Add MCP server integration for external AI tools (Cursor, Claude, Copilot)
  • Add session-based connection passwords with optional “Remember password”
  • Stream AI chat responses live, with cancel and edit message actions
  • Add inline SQL filters on the data view
  • Add ability to run only the selected SQL in the editor
  • Edit result rows from updatable SQL editor queries
  • Show column type and primary key indicators in the data grid
  • Improve SQL editor autocomplete when no schema is selected
  • Improve Object Form with SQL preview before execute
  • Improve layout responsiveness and sidebar navigation
  • Add missing tooltips across the UI

🐛 Bug Fixes

  • Fix connection ping with session-based / prompted passwords
  • Fix Quick View for non-string cell values
  • Fix new editor tab shortcut when an empty query tab already exists
  • Fix inline SQL filter sync when switching tabs
  • Fix Arabic and Persian font rendering in Appearance settings
  • Fix settings panel title design

🚜 Refactor

  • Shared core database layer across Postgres, MySQL, and SQLite
  • Major Object Form / schema-editing architecture refresh
  • Relocate Playwright suite to top-level e2e/ with ephemeral API harness

⚠️ Breaking Changes

  • Connection passwords are no longer always persisted in web mode