|
2 | 2 |
|
3 | 3 | ## [UNRELEASED] |
4 | 4 |
|
| 5 | +- Avoid showing a popup when hovering over source elements in database source files. [#3125](https://github.com/github/vscode-codeql/pull/3125) |
| 6 | + |
| 7 | +## 1.11.0 - 13 December 2023 |
| 8 | + |
| 9 | +- Add a new method modeling panel to classify methods as sources/sinks/summaries while in the context of the source code. [#3128](https://github.com/github/vscode-codeql/pull/3128) |
| 10 | +- Adds the ability to add multiple classifications per method in the CodeQL Model Editor. [#3128](https://github.com/github/vscode-codeql/pull/3128) |
| 11 | +- Switch add and delete button positions in the CodeQL Model Editor. [#3123](https://github.com/github/vscode-codeql/pull/3123) |
5 | 12 | - Add a prompt to the "Quick query" command to encourage users in single-folder workspaces to use "Create query" instead. [#3082](https://github.com/github/vscode-codeql/pull/3082) |
6 | 13 | - Remove support for CodeQL CLI versions older than 2.11.6. [#3087](https://github.com/github/vscode-codeql/pull/3087) |
7 | 14 | - Preserve focus on results viewer when showing a location in a file. [#3088](https://github.com/github/vscode-codeql/pull/3088) |
8 | 15 | - The `dataflowtracking` and `tainttracking` snippets expand to the new module-based interface. [#3091](https://github.com/github/vscode-codeql/pull/3091) |
9 | 16 | - The compare view will now show a loading message while the results are loading. [#3107](https://github.com/github/vscode-codeql/pull/3107) |
| 17 | +- Make top-banner of the model editor sticky [#3120](https://github.com/github/vscode-codeql/pull/3120) |
10 | 18 |
|
11 | 19 | ## 1.10.0 - 16 November 2023 |
12 | 20 |
|
13 | 21 | - Add new CodeQL views for managing databases and queries: |
14 | 22 | 1. A queries panel that shows all queries in your workspace. It allows you to view, create, and run queries in one place. |
15 | 23 | 2. A language selector, which allows you to quickly filter databases and queries by language. |
16 | | - |
| 24 | + |
17 | 25 | For more information, see the [documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/analyzing-your-projects/#filtering-databases-and-queries-by-language). |
18 | 26 | - When adding a CodeQL database, we no longer add the database source folder to the workspace by default (since this caused bugs in single-folder workspaces). [#3047](https://github.com/github/vscode-codeql/pull/3047) |
19 | 27 | - You can manually add individual database source folders to the workspace with the "Add Database Source to Workspace" right-click command in the databases view. |
|
0 commit comments