Skip to content

v0.52.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:47
· 2 commits to main since this release
v0.52.1
8857940

Added

  • Import connections on iPhone. Open a .tablepro file from Files or AirDrop, or use Import Connections in the list menu. Encrypted files prompt for the passphrase, and you choose how to handle duplicates.
  • Export connections on iPhone from the list menu. Passwords are left out by default; include them by setting a passphrase that encrypts the file.

Changed

  • Drag-selecting many columns in a wide result set scrolls smoothly instead of lagging.
  • The connection Export Options dialog keeps a steady size when you turn on Include Credentials, and saves through the standard macOS save dialog.
  • Scrolling large result sets uses less CPU.
  • Typing in the sidebar table search stays responsive on databases with thousands of tables.
  • The welcome sidebar stays responsive with many connections and nested groups.
  • Autocomplete stays snappy on wide SELECT clauses with hundreds of columns.

Fixed

  • SQL autocomplete no longer stops appearing until the app is relaunched; it stays available after switching query tabs and windows. (#1731)
  • Oracle connections no longer crash the app when the server sends a message the driver cannot decode; the query fails with a clear error and reconnects. (#483)
  • MongoDB TLS handshake failures now report the actual cause instead of always blaming a cipher or protocol mismatch. (#1418)
  • The External Clients access level no longer reverts to Read Only after saving and reopening a connection, so MCP clients keep the write access you granted. (#1730)
  • Typing fast with the autocomplete window open no longer stalls each keystroke.