You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
4
4
5
5
-[Change Log](#change-log)
6
+
-[3.93.0](#3930)
6
7
-[3.92.0](#3920)
7
8
-[3.91.0](#3910)
8
9
-[3.90.0](#3900)
@@ -114,6 +115,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
114
115
-[3.0.7](#307)
115
116
-[3.0.6](#306)
116
117
118
+
## 3.93.0
119
+
- Support IntelliJ 2024.3 Beta
120
+
- Support Azure Cloud Shell (Thanks for @rafaelldi)
121
+
117
122
## 3.92.0
118
123
- Added Managed identity support for Azure Functions.
119
124
- Fixed [#8473](https://github.com/microsoft/azure-tools-for-java/issues/8473): Class initialization must not depend on services. Consider using instance of the service on-demand instead.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice-java/src/main/java/com/microsoft/azure/toolkit/intellij/appservice/task/CreateWebAppTask.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,6 @@ public void execute() throws Exception {
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/appservice/action/SSHIntoWebAppAction.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-cloud-shell/src/main/kotlin/com/microsoft/azure/toolkit/intellij/cloudshell/actions/UploadToCloudShellAction.kt
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
<!-- Version: 3.88.0 -->
2
2
# What's new in Azure Toolkit for IntelliJ
3
+
4
+
## 3.93.0
5
+
- Support IntelliJ 2024.3 Beta
6
+
- Support Azure Cloud Shell (Thanks for @rafaelldi)
7
+
3
8
## 3.92.0
4
9
- Added Managed identity support for Azure Functions.
5
10
- Fixed [#8473](https://github.com/microsoft/azure-tools-for-java/issues/8473): Class initialization must not depend on services. Consider using instance of the service on-demand instead.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/fileexplorer/VirtualFileActions.java
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-service-explorer/src/main/java/com/microsoft/azure/toolkit/intellij/explorer/AzureExplorer.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,9 +202,10 @@ public ActionUpdateThread getActionUpdateThread() {
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,10 @@
27
27
<change-notes>
28
28
<![CDATA[
29
29
<html>
30
-
<h2 id="3-92-0">3.92.0</h2>
30
+
<h2 id="3-93-0">3.93.0</h2>
31
31
<ul>
32
-
<li>Added Managed identity support for Azure Functions.</li>
33
-
<li>Fixed <a href="https://github.com/microsoft/azure-tools-for-java/issues/8473">#8473</a>: Class initialization must not depend on services. Consider using instance of the service on-demand instead.</li>
34
-
<li>Fixed <a href="https://github.com/microsoft/azure-tools-for-java/issues/8497">#8497</a>: fix support for swap.</li>
32
+
<li>Support IntelliJ 2024.3 Beta</li>
33
+
<li>Support Azure Cloud Shell (Thanks for @rafaelldi)</li>
35
34
</ul>
36
35
<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>
0 commit comments