Changed
- Hiding a column now also drops it from the query, so tables with one heavy column load faster. The primary key is always fetched so editing still works
Removed
- Removed the embedded database CLI terminal. Use your system terminal for command-line access to your databases.
Fixed
- Opening a connection no longer crashes when its database plugin is older than the app; outdated plugins now update automatically (#1371)
- Safe mode no longer resets when you open another table; it stays set for the connection until you change it (#1351)
- Reassigning the Execute Query, Execute All Statements, and Cancel Query shortcuts now takes effect and shows in the Query menu (#1357)
- Custom shortcuts now require a modifier key, so a plain key like Space is no longer silently ignored (#1357)
- Cancelling a pending connection no longer lets the abandoned attempt overwrite a later successful one to the same database (#1358)
- Cancelling a pending SSH connection now closes its tunnel instead of leaving the port open (#1369)
- Importing connections from DBeaver now brings over the username (#1355)
- Copying rows now includes only the visible columns, in their current order (#1354)
- The query shown in the editor when you open a table now matches the query that actually runs
- Large text columns are no longer truncated to 256 characters when browsing a table, so editing a cell can't save a shortened value