Added
- Support for multiple independent database connections in separate windows with per-window session isolation
- MongoDB database support
- Custom About window with version info and links (Website, GitHub, Documentation)
- Import database connections from URL/connection string (e.g.,
postgresql://user:pass@host:5432/db) - Release notes in Sparkle update window
Fixed
- New row (Cmd+I) and duplicated row not appearing in datagrid until manual refresh
- PostgreSQL SSH tunnel connections failing with "no encryption" due to SSL config not being preserved
- PostgreSQL SSL
sslrootcertpassed unconditionally to libpq, causing certificate verification failure even inRequiredmode