diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index c9fe8083504..c8a8d7b2c57 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,5 +1,15 @@ # CodeQL for Visual Studio Code: Changelog +## 1.0.2 - 13 December 2019 + +- Fix rendering of negative numbers in results. +- Allow customization of query history labels from settings and from + query history view context menu. +- Show number of results in results view. +- Add commands `CodeQL: Show Next Step on Path` and `CodeQL: Show + Previous Step on Path` for navigating the steps on the currently + shown path result. + ## 1.0.1 - 21 November 2019 - 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. @@ -11,4 +21,4 @@ ## 1.0.0 - 14 November 2019 -Initial release of CodeQL for Visual Studio Code. \ No newline at end of file +Initial release of CodeQL for Visual Studio Code.