Changelog

Track LunoDB's evolution and improvements

Stable Releases
Download Now

Highlights

  • Your AI chats are saved — browse, search, and pick up any past conversation
  • Exports now give you exactly the rows you asked for
  • CTE (WITH …) and queries ending in a semicolon now run correctly
  • Now requires macOS 12 (Monterey) or later — Windows and Linux are unchanged

New Features

  • Reopen past AI conversations from the clock icon, with their context intact
  • Search your AI history by title, message text, database, or connection name
  • Start a new AI chat without losing the old one — each is saved automatically
  • Copy any AI conversation as Markdown for your notes or a ticket
  • Export SQL editor results without running the query first
  • Exports follow your current row limit and tell you exactly what you'll get
  • Choose whether an export includes your filtered view or the full result
  • Jump straight to another table's structure from a searchable pill — no trip to the sidebar

Bug Fixes

  • Queries ending in ";" and CTE (WITH …) queries no longer break with a syntax error
  • Deleting rows, filtering, and sorting now work correctly on PostgreSQL and SQL Server
  • Text with backslashes (like C:\temp\new) now saves without getting mangled on MySQL and MariaDB
  • MariaDB and Turso now get the right SQL instead of MySQL-style syntax
  • Line breaks and tabs survive SQL export on PostgreSQL, SQLite, SQL Server, and Turso
  • A dropped idle PostgreSQL connection can no longer crash the app
  • SSH tunnels no longer pile up after connection tests and reconnects
  • Edits show up right away instead of briefly returning cached pre-edit rows