Skip to content

Commit 13bf085

Browse files
Merge pull request #12235 from microsoft/haozhan/bump-3.97.7
bump version to 3.97.7 and update changelog
2 parents 86b4347 + 62b3472 commit 13bf085

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.97.7](#3977)
67
- [3.97.6](#3976)
78
- [3.97.5](#3975)
89
- [3.97.4](#3974)
@@ -126,6 +127,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
126127
- [3.0.7](#307)
127128
- [3.0.6](#306)
128129

130+
## 3.97.7
131+
### Fixed
132+
- Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.
133+
129134
## 3.97.6
130135
### Fixed
131136
- Fixed several UI freeze issues caused by non-cancellable read actions in Azure task manager, Azure artifact resolution, Maven report generation, and background JDK version checks.

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit</name>
5-
<version>3.97.6</version>
5+
<version>3.97.7</version>
66
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Version: 3.88.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.97.7
5+
### Fixed
6+
- Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.
7+
48
## 3.97.6
59
### Fixed
610
- Fixed several UI freeze issues caused by non-cancellable read actions in Azure task manager, Azure artifact resolution, Maven report generation, and background JDK version checks.

PluginsAndFeatures/azure-toolkit-for-intellij/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.97.6
1+
pluginVersion=3.97.7
22
intellijDisplayVersion=2025.3
33
intellij_version=253-EAP-SNAPSHOT
44
platformVersion=253-EAP-SNAPSHOT

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.97.6</version>
5+
<version>3.97.7</version>
66
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -28,10 +28,10 @@
2828
<change-notes>
2929
<![CDATA[
3030
<html>
31-
<h2 id="3-97-6">3.97.6</h2>
31+
<h2 id="3-97-7">3.97.7</h2>
3232
<h3 id="fixed">Fixed</h3>
3333
<ul>
34-
<li>Fixed several UI freeze issues caused by non-cancellable read actions in Azure task manager, Azure artifact resolution, Maven report generation, and background JDK version checks.</li>
34+
<li>Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.</li>
3535
</ul>
3636
<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>
3737
</html>

0 commit comments

Comments
 (0)