diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d18df9b1..1b1965556f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml index 52305f1925..f951bf984d 100644 --- a/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml +++ b/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml @@ -24,6 +24,9 @@
  • 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.
  • You may get the full change log here