Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
- Preserve proxy, run configuration, Project Explorer, Cosmos DB SSL, and refresh behavior during the migration
- Preserve file chooser guidance, button accessibility metadata, and plugin lifecycle cleanup
- Fix registry key conflict for Cosmos DB dbtools module
- Fixed Copilot Modernization branding: install prompts now say "GitHub Copilot Modernization" instead of "App Modernization".
- Fixed CVE fix actions not using the designated custom agent and restored the missing "Fix the vulnerable with GitHub Copilot" action in Problems view context menu.
- Fixed "Install GitHub Copilot Modernization" suffix being repeatedly appended on menu hover.

## 3.97.6
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<li>Preserve proxy, run configuration, Project Explorer, Cosmos DB SSL, and refresh behavior during the migration</li>
<li>Preserve file chooser guidance, button accessibility metadata, and plugin lifecycle cleanup</li>
<li>Fix registry key conflict for Cosmos DB dbtools module</li>
<li>Fixed Copilot Modernization branding: install prompts now say "GitHub Copilot Modernization" instead of "App Modernization".</li>
<li>Fixed CVE fix actions not using the designated custom agent and restored the missing "Fix the vulnerable with GitHub Copilot" action in Problems view context menu.</li>
<li>Fixed "Install GitHub Copilot Modernization" suffix being repeatedly appended on menu hover.</li>
</ul>
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
</html>
Expand Down