Skip to content

Commit c66ea8f

Browse files
committed
Add release notes for IntelliJ Toolkit 3.55.1
1 parent 72593c1 commit c66ea8f

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
7070
- [3.0.7](#307)
7171
- [3.0.6](#306)
7272

73+
## 3.55.1
74+
### Added
75+
- Add support for IntelliJ 2021.2
76+
7377
## 3.55.0
7478
### Added
7579
- New Azure Resource Connector explorer for connection management

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

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -25,57 +25,10 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.55.0</h3>
28+
<h3>3.55.1</h3>
2929
<h4>Added</h4>
3030
<ul>
31-
<li>New Azure Resource Connector explorer for connection management</li>
32-
<ul>
33-
<li>List all resource connections connected to project</li>
34-
<li>Create new connections between Azure resources and module in project</li>
35-
<li>Edit/Delete existing connections</li>
36-
<li>Navigate to resource properties view of an existing connection</li>
37-
</ul>
38-
<li>Support native proxy settings in IntelliJ</li>
39-
<li>
40-
Add unified
41-
<code>Open In Portal</code>
42-
support for Web App/VM/Resource Group in Azure explorer
43-
</li>
44-
</ul>
45-
<h4>Changed</h4>
46-
<ul>
47-
<li>Enhance toolkit setting panel with more configuration</li>
48-
<li>Enhance resource loading performance in Azure explorer</li>
49-
<li>Support turn off Azure SDK deprecation notification</li>
50-
<li>Support create Azure Spring Cloud app in Azure explorer</li>
51-
<li>Update Azure icons to new style</li>
52-
</ul>
53-
<h4>Fixed</h4>
54-
<ul>
55-
<li>
56-
<a href="https://github.com/microsoft/azure-tools-for-java/issues/5439">#5439</a>
57-
Fix project already disposed excpetion while loading azure sdk reference book meta data
58-
</li>
59-
<li>
60-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5437">PR#5437</a>
61-
Fix exception while edit json in service principal dialog
62-
</li>
63-
<li>
64-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5476">PR#5476</a>
65-
Fix url render issue for toolkit notification
66-
</li>
67-
<li>
68-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5535">PR#5535</a>
69-
Fix evaluate effective pom will break app service/spring cloud deployment
70-
</li>
71-
<li>
72-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5563">PR#5563</a>
73-
Fix exception: type HTTP is not compatible with address null
74-
</li>
75-
<li>
76-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5579">PR#5579</a>
77-
Fix reporting error in azure explorer before sign in
78-
</li>
31+
<li>Add support for IntelliJ 2021.2</li>
7932
</ul>
8033
<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>
8134
</html>

PluginsAndFeatures/azure-toolkit-for-intellij/resources/whatsnew/whatsnew.md

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

4+
## 3.55.1
5+
### Added
6+
- Add support for IntelliJ 2021.2
7+
48
## 3.55.0
59
### Added
610
- New Azure Resource Connector explorer for connection management

0 commit comments

Comments
 (0)