Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Apr 22:38
63e5891

What's Changed

Bug Fixes

  • core: Show no rows message for empty sql result sets by @fcoury
  • tui: Handle unicode-safe cursor editing in connection form by @fcoury
  • tui: Make fuzzy picker query editing unicode-safe by @fcoury
  • grid: Use Gray foreground on cursor row to prevent invisible text
  • tui: Keep selected text visible by @fcoury in #35
  • tui: Address ai assistant review regressions by @fcoury
  • tui: Format ai modal regression test by @fcoury
  • tui: Defer startup reconnect and add manager actions by @fcoury in #38
  • core: Encode postgres usernames in connection urls by @fcoury in #40

Documentation

  • core: Document ai assistant internals by @fcoury

Features

  • core: Support mongosh objectid syntax in mongo query args by @fcoury
  • core: Add mongo date and numeric constructor helpers by @fcoury
  • tui: Add vim r replace in normal mode by @fcoury
  • tui: Add vim WORD motions and text objects in query editor by @fcoury
  • tui: Add ai query assistant with multi-provider support by @fcoury
  • tui: Add connection duplication in manager by @fcoury
  • tui: Add remaining connection manager features by @fcoury in #39

Tests

  • core: Stabilize clipboard and config tests by @fcoury

Contributors