Track our development progress with detailed updates, improvements,
and bug fixes.
v1.5.11
Changed
Added a row number column to the results, which also now provides row selection interface like a spreadsheet (ctrl/cmd and shift support for ranges). #138
Fixed
Context menu on editable results was missing add and duplicate row option.
v1.5.10
Changed
Added right click open in DBCode option for .sqlite and .sqlite3 files. #171
Added ability to resize the grid in the notebook. #191
Added Entity Relationship Diagram option to the context menu of individual tables, filters the initial display to that table and it’s related tables. #134
Fixed
Revised URL handling for file paths on auto discovery. #152#156
ERD was not loading when a column type was not matched to a type from the schema. #153