Keybinding on Mac for executing a statement has been changed to ctrl+enter (was cmd+enter), consistent in both notebooks and editor now.
Fixed
Error highlighting was not working with the active range.
Tables starting with an underscore where not editable when opened.
Cassandra tables would not load as it did not support Order By or Offset.
When using a row limited table, could not remove a second column filter.
When adding a row to a row limited table, you could not scroll/page to get more records without saving the pending row change.
v1.5.12
Changed
Added support for storing connections in the workspace. #200
Added right click context menu to folders to recursively discover connections.
Fixed
Postgres: Version detection has been improved to handle cases like 12.6dbup. #201
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