Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.

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

## 3.97.7
### Fixed
- Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.

## 3.97.6
### Fixed
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit</name>
<version>3.97.6</version>
<version>3.97.7</version>
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>

<description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Version: 3.88.0 -->
# What's new in Azure Toolkit for IntelliJ

## 3.97.7
### Fixed
- Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.

## 3.97.6
### Fixed
- 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=3.97.6
pluginVersion=3.97.7
intellijDisplayVersion=2025.3
intellij_version=253-EAP-SNAPSHOT
platformVersion=253-EAP-SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.97.6</version>
<version>3.97.7</version>
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand All @@ -28,10 +28,10 @@
<change-notes>
<![CDATA[
<html>
<h2 id="3-97-6">3.97.6</h2>
<h2 id="3-97-7">3.97.7</h2>
<h3 id="fixed">Fixed</h3>
<ul>
<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>
<li>Fixed appmod plugin: Copilot modernization branding, CVE fix actions with custom agent support, and context menu hover issue.</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