Skip to content

Commit

Permalink
Merge pull request #195 from jcreedcmu/changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
shati-patel authored Dec 13, 2019
2 parents 426477e + cc403e7 commit 1a9a62a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -11,4 +21,4 @@

## 1.0.0 - 14 November 2019

Initial release of CodeQL for Visual Studio Code.
Initial release of CodeQL for Visual Studio Code.

0 comments on commit 1a9a62a

Please sign in to comment.