@@ -6,30 +6,28 @@ All notable changes to the **kdb VS Code extension** are documented in this file
66
77### Enhancements
88
9- - Added quick connections
10- - Run on REPL by default
11- - SQL Workbook
12- - Connect and auto execute query functionality
13- - Use own grid instead of ag-grid-community for kdb Results View
14- - Nested objects are better supported in kdb Results View
15- - Add support for KDB-X modules in language server
16- - Moved documentation to its own site
17- - Ability to execute selection in quke files
9+ - Added quick connections for faster access to kdb environments
10+ - REPL is now the default execution target
11+ - Introduced SQL Workbook support
12+ - Added ability to connect and automatically execute queries
13+ - Replaced ag-grid-community with a custom grid for the kdb Results View
14+ - Improved support for nested objects in the kdb Results View
15+ - Moved documentation to a dedicated [ documentation site] ( code.kx.com/vscode )
16+ - Added ability to execute selection in quke files
1817
1918### Fixes
2019
21- - kdb output channel should support log levels
22- - CSV export does not work properly for cells that contain lists or strings
23- - Auto resizing of grid columns
24- - Specific python query executions not working
20+ - kdb output channel now correctly supports log levels
21+ - Fixed CSV export issues for cells containing lists or strings
22+ - Fixed auto- resizing behavior for grid columns
23+ - Resolved issues with specific Python query executions
2524
2625### Internal Improvements
2726
28- - Updated telemetry data sent
29- - Use structured text for datasources
30- - Integrate KDB-X KX_TTY feature in REPL
27+ - Updated telemetry data collection
28+ - Implemented the use of structured text for datasources
29+ - Added use of structured text for Python
3130- Added q CI testing
32- - Updated query wrappers
3331
3432# v1.16.1
3533
0 commit comments