Docs/Releases/v1.0.157
v1.0.157January 3, 2026

v1.0.157#

Released: January 3, 2026

Highlights#

This release focuses on productivity improvements and a more polished user experience.

  • Command Palette: Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to access any feature instantly
  • AI Suggestion Chips: Quick prompts to start AI conversations
  • Connection Selector: Switch databases without leaving the query editor
  • Enhanced Dark Mode: Improved visual hierarchy with modern effects

New Features#

Command Palette (Cmd+K / Ctrl+K)#

Instantly access any feature with the new Command Palette.

How to use:

  • Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) anywhere in the app
  • Search for connections, actions, or navigation items
  • Use arrow keys to navigate and Enter to select

Available actions:

  • Quick connection switching
  • Navigation to different pages (Query Editor, ERD, Tables, etc.)
  • Common actions without leaving your keyboard

AI Suggestion Chips#

Get quick prompts to start your AI conversations.

What's new:

  • Suggestion chips appear when the AI chat input is empty
  • One-click prompts like "Explain schema", "Generate SELECT", "Optimize query"
  • Different suggestions for SQL databases vs Redis
  • Instantly populate the chat with useful prompts

Connection Selector in Query Editor#

You can now switch between connected databases directly from the query editor without navigating to the sidebar.

How it works:

  • When multiple databases are connected, a dropdown appears in the query editor header
  • The dropdown shows all active connections with their color indicators and database types
  • Simply select a different connection to switch the query context instantly
  • If only one database is connected, the connection name is displayed as before

Benefits:

  • Faster workflow when working with multiple databases
  • No need to navigate away from the query editor
  • Visual identification with connection colors and type badges (MySQL, PostgreSQL, MariaDB, Redis)

Improvements#

Enhanced Dark Mode Design#

The dark mode experience has been significantly improved with a more refined visual hierarchy.

Visual enhancements:

  • New elevation system with subtle depth layers for better visual hierarchy
  • Glassmorphism effects on panels and dialogs for a modern look
  • Improved button press feedback with subtle animations
  • Interactive cards with hover elevation effects
  • More consistent spacing and visual styling throughout the app

AI Chat Panel Improvements#

The AI assistant panel has been optimized for better usability and performance.

What's improved:

  • Messages now load faster with optimized rendering
  • Infinite scroll: scroll up to load older messages automatically
  • Loading indicator shows when fetching more messages
  • Smoother panel open/close animations
  • Message history is now reliably preserved in correct order

Connection Limit Modal (UX Enhancement)#

When you reach the connection limit, a clear modal dialog now guides you to the next step.

For Guest Mode users:

  • Shows exactly why you've hit the limit (1 connection maximum in Guest mode)
  • Lists benefits of logging in (more connections, AI features, export options)
  • One-click login button to unlock more features

For Free/Pro plan users:

  • Explains plan limits clearly
  • Direct link to upgrade your plan
  • No more confusing error messages

UX Improvements:

  • Connection limit is checked before opening the new connection dialog
  • Prevents filling out forms only to see an error at the end
  • Works from both the header + button and footer "Add Connection" button

AI Language Matching#

The AI assistant now automatically responds in the same language as your message.

What's improved:

  • AI detects your input language and responds in that same language
  • Supports all languages including English, Korean, Japanese, Chinese, Spanish, French, German, and more
  • Consistent language throughout responses, including error messages and explanations
  • No more unexpected language switches during conversations

Bug Fixes#

Fixed: Clipboard Paste Not Working#

Resolved an issue where paste (Cmd+V / Ctrl+V) was not working in text input fields.

What was fixed:

  • Clipboard operations (cut, copy, paste, undo, redo, select all) now work correctly
  • Standard keyboard shortcuts function properly throughout the app

Fixed: AI Chat Message Order#

Resolved an issue where AI chat messages appeared in wrong order when reopening a session.

What was fixed:

  • Messages now display in correct chronological order (oldest at top, newest at bottom)
  • Consistent ordering between live chat and reloaded sessions
  • Proper handling of rapid message sequences

Localization#

  • Added translations for Command Palette UI (English, Korean)
  • Added translations for AI suggestion chips (English, Korean)
  • Added translations for connection selector UI (English, Korean)
  • Added translations for connection limit modal (English, Korean)

Notes#

  • No breaking changes to existing connections or saved data
  • Connection selector appears automatically when 2+ databases are connected
  • Command Palette can be opened from anywhere in the app using the keyboard shortcut

Full Changelog#

For a complete list of changes, see the commit history.