Jan 30, 2026
v1.2.24

🔧 Improvements

  • Added support for custom .env file paths via -e flag for flexible database configuration - @Mahmoudgalalz
  • Enhanced CLI with new --status flag to verify database connection configuration - @Mahmoudgalalz

🐛 Bug Fixes

  • Fix the bug where the table list was not showing the correct number of tables - @Amirosagan
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