Skip to content

Commit 990152e

Browse files
authored
Merge pull request #5740 from microsoft/qianjin-bugfix-august
add change log for release
2 parents 66c486d + 77b2814 commit 990152e

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ 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.56.0
74+
### Added
75+
- Support proxy with credential(username, password)
76+
- Add `Samples` link for SDK libs on Azure SDK reference book
77+
78+
### Changed
79+
- Fix the high failure rate problem for SSH into Linux Webapp operation
80+
- List all local-installed function core tools for function core tools path setting
81+
- Synchronize status on storage account in different views
82+
- Synchronize status on Azure Database for MySQL in different views
83+
- Synchronize status on SQL Server in different views
84+
- Redesign the creation UI of storage account
85+
7386
## 3.55.1
7487
### Added
7588
- Add support for IntelliJ 2021.2

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
<!-- Version: 3.55.0 -->
1+
<!-- Version: 3.56.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.56.0
5+
### Added
6+
- Support proxy with credential(username, password)
7+
- Add `Samples` link for SDK libs on Azure SDK reference book
8+
9+
### Changed
10+
- Fix the high failure rate problem for SSH into Linux Webapp operation
11+
- List all local-installed function core tools for function core tools path setting
12+
- Synchronize status on storage account in different views
13+
- Synchronize status on Azure Database for MySQL in different views
14+
- Synchronize status on SQL Server in different views
15+
- Redesign the creation UI of storage account
16+
17+
<img src="https://user-images.githubusercontent.com/19339116/130544615-7a8824aa-0a43-4a07-b91f-5ef10c017e40.png" />
18+
419
## 3.55.1
520
### Added
621
- Add support for IntelliJ 2021.2

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,20 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.55.1</h3>
28+
<h3>3.56.0</h3>
2929
<h4>Added</h4>
3030
<ul>
31-
<li>Add support for IntelliJ 2021.2</li>
31+
<li>Support proxy with credential(username, password)</li>
32+
<li>Add `Samples` link for SDK libs on Azure SDK reference book</li>
33+
</ul>
34+
<h4>Changed</h4>
35+
<ul>
36+
<li>Fix the high failure rate problem for SSH into Linux Webapp operation</li>
37+
<li>List all local-installed function core tools for function core tools path setting</li>
38+
<li>Synchronize status on storage account in different views</li>
39+
<li>Synchronize status on Azure Database for MySQL in different views</li>
40+
<li>Synchronize status on SQL Server in different views</li>
41+
<li>Redesign the creation UI of storage account</li>
3242
</ul>
3343
<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>
3444
</html>

0 commit comments

Comments
 (0)