Added cmd/ctrl+s to save all changes in the grid. #215
Added the connection color to tab icons where applicable. #72
Fixed
Result saving was being incorrectly enabled if a single change was made, and then another change made which resulted in the original value. #210
Undo/Redo keyboard shortcuts when multiple result tabs were visible in the DBCode panel where applying to all result tabs.
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
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