Mar 2, 2026
v1.4

Support MySQL database

πŸš€ Features

  • β€’ Added MySQL database support alongside PostgreSQL - @husamql3

πŸ› Bug Fixes

  • β€’ Improved database connection error detection and messaging - @husamql3
Feb 20, 2026
v1.3.33

Add table actions menu

πŸš€ Features

  • β€’ Add table menu with delete table feature (with support for foreign key constraints) and copy table schema feature, export table data feature (CSV, JSON, Excel) - @husamql3
  • β€’ Add bulk insert records feature by CSV, JSON, or Excel files in the table tab - @Youssef-joe

πŸ”§ Improvements

  • β€’ Improved error message for unsupported database types - @husamql3
  • β€’ Added the init-db script to initialize the database for local development - @Youssef-joe
  • β€’ Added confirmation dialog for delete record feature in the table tab - @husamql3
  • β€’ Added tooltip for the primary key and foreign key columns in the table tab - @husamql3
  • β€’ Added preset row count options to the table footer - @husamql3

πŸ› Bug Fixes

  • β€’ Improved database initialization and selection flow - @husamql3
  • β€’ Fix retriving the row count of the tables - @husamql3
Jan 27, 2026
v1.2.21

πŸš€ Features

  • β€’ Add delete column feature in the table tab - @husamql3
  • β€’ Add export table data to CSV or Excel files feature in the table tab - @Zeyad-F16

πŸ”§ Improvements

  • β€’ Used turbo to run and build the project - @husamql3
  • β€’ Implemented shared package to share code between the packages - @husamql3
Jan 13, 2026
v1.2.6

Implement the AI chat assistant

πŸš€ Features

  • β€’ Added AI chat assistant that helps users ask natural language questions about their data - @husamql3
  • β€’ Uses the user's database schema as context for more accurate and relevant responses; limited to 5 messages per day - @husamql3
Jan 11, 2026
v1.1.4

Support multiple databases from same host

πŸš€ Features

  • β€’ Allow users to add the database server link and switch between multiple databases on the same host - @Amirosagan

πŸ”§ Improvements

  • β€’ Improved date/time input handling and timestamp field UI for better accuracy - @saraanbih

πŸ› Bug Fixes

  • β€’ Fix the bug where displaying the Add Table sheet was not working - @husamql3
  • β€’ Fix the copy button in the landing page CodeBlockTabs component - @husamql3
Jan 7, 2026
v1.1.0

Implement the runner tab

πŸš€ Features

  • β€’ New SQL query runner with Monaco editor featuring PostgreSQL syntax highlighting, autocomplete, and code snippets - @husamql3
  • β€’ Query execution with results displayed in both table and JSON formats, including execution time and row count - @husamql3
  • β€’ Query management with save, favorite, and format features, plus keyboard shortcuts for quick access - @husamql3
Dec 29, 2025
v1.0.0

Initial Release