Skip to content

Commit

Permalink
Update package.json, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarrell-kx committed Nov 3, 2023
1 parent 2a232fe commit d6f09ce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to the kdb extension will be documented in this file.

# v1.1.0

### Enhancements

- Updated connection creation workflow
- Reduced visual noise in output pane

### Fixes

- Several fixes for results tab
- Fix where uppercase variables are flagged as issues
- Fix where removing connection did not disconnect first
- Fixes for highlighting and indenting
- Fix to remove option to run q in a new instance if not available

### Internal Improvements

- Updated authentication service
- Improved datasource rendering

# v1.0.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"vscode": "^1.66.0"
},
Expand Down

0 comments on commit d6f09ce

Please sign in to comment.