Added
- Right-click Set Value on date, datetime, and timestamp cells now offers
CURRENT_DATE,CURRENT_TIME,NOW(), andCURRENT_TIMESTAMP, filtered by column type. - Welcome screen left pane gains an Import from Other App button.
Changed
- Row numbers in the data grid continue across pages and the
#column auto-sizes to fit the widest visible number. - Date, datetime, and timestamp cells use the standard inline text editor; the popover date picker is removed.
- Foreign key preview popover follows the selected row as you arrow up or down.
- The connection window shows the connecting state inline with a Cancel button.
Fixed
- Closing the connection window during a slow connect no longer leaves a stuck "Connecting…" window or a stray failure alert (#1185).
- Cmd+Z while editing a cell now undoes typing in the editor; pressing it after dismissing the editor no longer crashes.
- Cmd+Z right after Add Row no longer leaves a stranded editor floating over the removed row.
- Editing a NULL cell and dismissing without typing no longer flips the value to an empty string.
- Double-clicking another cell while editing no longer delays the new editor or drops pending changes on the previous one.
- Double-clicking an enum, set, or boolean cell now opens the inline text editor; the chevron still opens the picker popover.
- Chevron-accessory cells (enum, boolean, JSON, blob) no longer truncate short values that fit the full cell width.
- DATE columns no longer render a phantom
00:00:00time suffix. - Adding a new row no longer renders the row on top of the auto-opened cell editor mid-animation.