Skip to content

Commit 07f96bf

Browse files
authored
Merge pull request #178 from adityasharad/add-changelog
Add changelog.
2 parents 36fedac + 5d8e128 commit 07f96bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CodeQL for Visual Studio Code: Changelog
2+
3+
## 1.0.1 - 21 November 2019
4+
5+
- Change `codeQL.cli.executablePath` to a per-machine setting, so it can no longer be set at the user or workspace level. This helps prevent arbitrary code execution when using a VS Code workspace from an untrusted source.
6+
- Improve the highlighting of the selected query result within the source code.
7+
- Improve the performance of switching between result tables in the CodeQL Query Results view.
8+
- Fix the automatic upgrading of CodeQL databases when using upgrade scripts from the workspace.
9+
- Allow removal of items from the CodeQL Query History view.
10+
11+
12+
## 1.0.0 - 14 November 2019
13+
14+
Initial release of CodeQL for Visual Studio Code.

0 commit comments

Comments
 (0)