Skip to content

Commit 2dde6c9

Browse files
Merge pull request #12077 from microsoft/bump/3.97.6
bump version to 3.97.6 and update changelog
2 parents bc57644 + 57de904 commit 2dde6c9

5 files changed

Lines changed: 14 additions & 10 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.6](#3976)
67
- [3.97.5](#3975)
78
- [3.97.4](#3974)
89
- [3.97.3](#3973)
@@ -125,6 +126,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
125126
- [3.0.7](#307)
126127
- [3.0.6](#306)
127128

129+
## 3.97.6
130+
### Fixed
131+
- 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.
132+
128133
## 3.97.5
129134
### Added
130135
- Enable Azure Skills for GitHub Copilot.

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.5</version>
5+
<version>3.97.6</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.6
5+
### Fixed
6+
- 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.
7+
48
## 3.97.5
59
### Added
610
- Enable Azure Skills for GitHub Copilot.

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.5
1+
pluginVersion=3.97.6
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 & 8 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.5</version>
5+
<version>3.97.6</version>
66
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -28,15 +28,10 @@
2828
<change-notes>
2929
<![CDATA[
3030
<html>
31-
<h2 id="3-97-5">3.97.5</h2>
32-
<h3 id="added">Added</h3>
33-
<ul>
34-
<li>Enable Azure Skills for GitHub Copilot.</li>
35-
</ul>
31+
<h2 id="3-97-6">3.97.6</h2>
3632
<h3 id="fixed">Fixed</h3>
3733
<ul>
38-
<li>Fixed zip entry path check.</li>
39-
<li>Fixed screen reader not reading the new status after selecting subscription with keyboard.</li>
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>
4035
</ul>
4136
<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>
4237
</html>

0 commit comments

Comments
 (0)