Skip to content

v0.23.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Mar 15:06
· 9 commits to main since this release
6e01809

Added

  • Redis key namespace tree view with collapse/expand grouping in sidebar (#418)
  • Keyboard focus navigation (Tab, Ctrl+J/K/N/P, arrow keys) for connection list, quick switcher, and database switcher
  • MongoDB mongodb+srv:// URI support with SRV toggle, Auth Mechanism dropdown, and Replica Set field (#419)
  • Show all available database types in connection form with install status badge (#418)

Changed

  • MongoDB authSource defaults to database name per MongoDB URI spec instead of always "admin"

Fixed

  • DuckDB: TIMESTAMPTZ, TIMETZ, and other temporal columns displaying as null (#424)
  • Onboarding "Get Started" button not rendering on macOS 15 until window loses focus (#420)
  • MongoDB collection loading uses estimatedDocumentCount and smaller schema sample for faster sidebar population