Releases

All releases of DBO Studio (25 total)

v1.1.3

v1.1.3 β€’ September 12, 2026

[1.1.3] - 2026-09-12

πŸ› Bug Fixes

  • Fix server bootstrap on windows.

Downloads:

DBO_1.1.3_aarch64.dmg

25.06 MB

DBO_1.1.3_amd64.AppImage

96.32 MB

DBO_1.1.3_amd64.AppImage.sig

412 Bytes

DBO_1.1.3_amd64.deb

26.93 MB

DBO_1.1.3_amd64.deb.sig

408 Bytes

DBO_1.1.3_x64-setup.exe

19.44 MB

DBO_1.1.3_x64-setup.exe.sig

412 Bytes

DBO_1.1.3_x64.dmg

26.14 MB

latest.json

2.92 KB

v1.1.2

v1.1.2 β€’ September 10, 2026

[1.1.2] - 2026-09-10

πŸš€ Features

  • Add crash screen and error boundary handling
  • Enhance database support and connection handling

πŸ› Bug Fixes

  • Enforce safe mode, session validation, and input hardening on the API
  • Make job cancellation effective and add graceful shutdown

🚜 Refactor

  • Streamline DTOs and handler constructors for improved clarity and maintainability
  • Update environment variable documentation and streamline repository interfaces
  • Simplify filter and sort handling in ActionBar components

v1.1.1

v1.1.1 β€’ September 5, 2026

[1.1.1] - 2026-09-05

πŸ› Bug Fixes Open release/update links with Tauri openUrl in Check for updates and the update dialog Fix dbo-sidecar closing on Windows installer

v1.1.0

v1.1.0 β€’ September 3, 2026

[1.1.0] - 2026-09-03

πŸš€ Features

  • Add schema diagrams with search, auto-layout, DBML source, and PNG/SVG export
  • Add Safe Mode per connection: Silent, Alert 1/2 (confirm all queries or writes), and Safe 1/2 (password all queries or writes)
  • Add an app-wide Safe Mode password with Touch ID, Face ID, or Windows Hello; required on every protected query, edit, or disable
  • Add SSL/TLS modes and certificate options for PostgreSQL and MySQL
  • Add native desktop app menu, boot splash, and backend sidecar lifecycle
  • Add keyboard shortcuts with a searchable cheat sheet in Settings
  • Add data grid context menus (copy, filter, sort, hide column, set NULL/empty/default, add/duplicate/delete rows)
  • Add foreign-key autocomplete picker when editing related cells
  • Add typed data-grid editors for boolean, enum, date/time, binary, JSON, and geometry
  • Add geometry preview on the cell value panel
  • Show Test Connection diagnostics (latency, server version, SSL)
  • Cancel running queries from the editor and data grid (Esc)
  • Paginate unbounded SQL editor SELECTs and cap fetched rows
  • Add β€œIS NOT NULL” as a data filter option

πŸ› Bug Fixes

  • Improve Test Connection errors with categorized, actionable messages
  • Fix data-grid editing for enum, boolean, datetime, binary, and geometry values
  • Stop leftover in-flight queries when switching tabs

🚜 Refactor

  • Expand Playwright coverage so the same flows run on Postgres, MySQL, and SQLite
  • Typed column-mapped types on query results (enum, binary, geometry, and related)

⚠️ Breaking Changes

  • SQL editor SELECTs without a user LIMIT are now capped at 100 rows and paginated (hard ceiling 10,000)

v1.0.0

v1.0.0 β€’ July 31, 2026

[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

v0.4.2

v0.4.2 β€’ February 4, 2026

[0.4.2] - 2026-02-04

πŸš€ Features

  • Add AI chat history
  • Add reset factory in settings
  • Show the creation time of queries in the history list and saved queries.

πŸ› Bug Fixes

  • Show the load more for the history list and saved queries
  • Use the local loader for monaco editor instead of the CDN
  • Schema change checker for rows

🚜 Refactor

  • Tab object based on type
  • Use uuid v7

v0.4.1

v0.4.1 β€’ January 7, 2026

[0.4.1] - 2026-01-08

πŸ› Bug Fixes

  • Server doesn't kill after closing the app
  • App font issue on some platforms

βš™οΈ Miscellaneous Tasks

  • Update dependencies

v0.4.0

v0.4.0 β€’ January 6, 2026

[0.4.0] - 2026-01-06

πŸš€ Features

  • Add a cache layer to queries
  • Add Basic SQLite connection type
  • Add Sortable panel tabs
  • Add New kbd component for shortcuts
  • Edit columns directly inside the sidebar
  • Add PWA support with service worker configuration
  • Tree view highlights the current tab

πŸ› Bug Fixes

  • Fix open update URL
  • Wait until server ping, then load ui

🚜 Refactor

  • Refactor Form-Schema and objects api design
  • New SQL parser for Monaco editor
  • Setting sections

v0.3.1

v0.3.1 β€’ November 5, 2025

[0.3.1] - 2025-01-20

πŸš€ Features

  • Improving performance for large datasets via adding Virtualization
  • Added comprehensive in-grid search
  • Add sticky headers in the data grid
  • Add sortable columns in the data grid
  • Action bar now displays active filter and sort counts as badges for better UX visibility
  • Implemented separate shortcut maps for web and desktop platforms

πŸ› Bug Fixes

  • Fixed keyboard shortcuts not working correctly across different platforms
  • Fixed pagination not resetting to page 1 after changing filters or sort order
  • Fixed DataGrid refresh not working properly with shortcuts
  • Fixed zero values not displaying correctly in DataGrid cells
  • Fixed bit integer numbers not showing properly in table view
  • Fixed issues with adding rows in DataGrid
  • Fixed title bar header display issues
  • Datagrid performance improvement