Docs/Releases/v1.0.153
v1.0.153December 29, 2025

v1.0.153#

Released: December 29, 2025

Highlights#

This release adds advanced security features for database connections, including SSH passphrase support and SSL certificate authentication.

  • SSH Passphrase Support: Connect using encrypted SSH private keys
  • SSL Certificate Authentication: Secure connections with custom certificates
  • Improved Security: Enhanced credential storage with better macOS keychain handling

New Features#

SSH Tunnel Passphrase Support#

You can now use encrypted SSH private keys (password-protected) for SSH tunnel connections.

  • Enter your private key passphrase in the connection settings
  • Supports common key formats (PEM, PPK)
  • Browse button now works correctly to select hidden files like ~/.ssh/id_rsa

SSL Certificate Authentication#

Connect to MySQL and PostgreSQL databases using SSL certificates for enhanced security.

  • MySQL: Support for CA certificate, client certificate, and private key
  • PostgreSQL: Full SSL certificate chain support
  • Simple toggle for basic SSL or advanced certificate configuration

Improvements#

Security Enhancements#

  • Improved credential storage using native OS security features
  • Reduced macOS keychain password prompts with optimized access patterns
  • Better handling of encrypted credentials across app sessions

User Interface#

  • Fixed: SSH private key browse button now opens file selector correctly
  • Fixed: Progress bar indicator color displays properly
  • Improved: File browser now shows hidden files for selecting SSH keys

Bug Fixes#

macOS#

  • Fixed: Multiple keychain password prompts when accessing stored credentials
  • Fixed: SSH key file browser not responding to clicks

All Platforms#

  • Fixed: Progress indicator color not matching theme
  • Fixed: SSH tunnel connection with encrypted private keys failing

Full Changelog#

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