From ee63bc8e43393b74979436c07158d8aab75c3ee0 Mon Sep 17 00:00:00 2001 From: haozhang Date: Wed, 22 Jul 2026 10:15:46 +0800 Subject: [PATCH 1/3] update changelog for 3.97.7 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d18df9b1..ea0b5d0247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,13 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file. -## [Unreleased] - ## 3.97.7 ### Fixed - Migrate IntelliJ Platform integrations to APIs supported by IntelliJ IDEA 2026.2 - 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 appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue. ## 3.97.6 ### Added From 42c1962fa04f71c44f6eb54f45fe0b21405989c7 Mon Sep 17 00:00:00 2001 From: haozhang Date: Wed, 22 Jul 2026 12:27:36 +0800 Subject: [PATCH 2/3] update change notes --- .../src/main/resources/META-INF/plugin.xml | 1 + 1 file changed, 1 insertion(+) 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..fa164a4643 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,7 @@
  • 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 appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.
  • You may get the full change log here

    From 87d576e365ed87148cef3626924803f01d3dfa1a Mon Sep 17 00:00:00 2001 From: haozhang Date: Wed, 22 Jul 2026 13:14:26 +0800 Subject: [PATCH 3/3] revert to add unreleased label --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0b5d0247..df50a47b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file. +## [Unreleased] + ## 3.97.7 ### Fixed - Migrate IntelliJ Platform integrations to APIs supported by IntelliJ IDEA 2026.2