## Changelog

What's new in DearSQL.

v0.3.6

2026-03-31
  • - Bug fixes.

v0.3.5

2026-03-25
  • - Bug fixes.

v0.3.3

2026-03-22
  • - Fixed saving scripts.

v0.3.2

2026-03-21
  • - Added SQL query save.
  • - Fixed app unresponsive after idle mode on macOS and Windows.

v0.3.1

2026-03-19
  • - Added data importer.
  • - Replaced table edit dialog with inline tab.
  • - Added Windows support.
  • - Improved Linux idle mode when inactive and unfocused.

v0.3.0

2026-03-15
  • - Added CSV editor.
  • - Added file open support and close tabs on connection removal.
  • - Switched to libmariadb.
  • - Fixed connection pool reconnect handling.

v0.2.3

2026-03-13
  • - Added Oracle database support.
  • - Added table export to JSON and CSV.
  • - Added editor font size setting.
  • - Added Oracle client install status and improved macOS client install flow.
  • - Fixed Linux build issues and other stability improvements.

v0.2.2

2026-03-10
  • - Added Redshift support.
  • - Added MongoDB query editor and AI assistant.
  • - Added connection rename option with native input dialog.
  • - Added MSSQL database selector in SQL editor.
  • - Added system database visibility option.
  • - Fixed PostgreSQL deferred schema loading.

v0.2.1

2026-03-08
  • - Added Redis commands runner and pub/sub.
  • - Added MSSQL support.
  • - Bug fixes and improvements.

v0.2.0

2026-03-02
  • - Added native alert dialog.
  • - Fixed MySQL crash.
  • - Fixed tab flash and improved light theme contrast.
  • - Disabled form fields while connecting.

v0.1.12

2026-02-27
  • - Added one-click SQL formatting.
  • - Added shortcuts: Ctrl+Enter run, Ctrl+/ comment, Ctrl+F/Ctrl+H find and replace.
  • - Improved autocomplete with type indicators.
  • - Synced editor colors with app theme.
  • - Fixed AI chat input affecting the SQL editor.

v0.1.11

2026-02-27
  • - Replaced the old input with a custom SQL editor.
  • - Added tree-sitter SQL syntax highlighting.
  • - Added autocomplete for SQL keywords and database objects.
  • - Added line numbers, cursor and selection improvements, keyboard and mouse navigation.
  • - Added undo/redo and full clipboard support.

v0.1.9

2026-02-22
  • - Added AI chat panel.
  • - Added database/schema selection dropdowns to SQL editor tab.
  • - Fixed refresh crash.