Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[merge after released] released v3.49.0 #4933

Merged
merged 3 commits into from
Feb 23, 2021
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
8 changes: 8 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.49.0](#3490)
- [3.48.0](#3480)
- [3.47.0](#3470)
- [3.46.0](#3460)
Expand Down Expand Up @@ -63,6 +64,13 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
- [3.0.7](#307)
- [3.0.6](#306)

## 3.49.0

### Changed
- Collect performance metrics data via telemetry for future performance tuning.
- Update the status text on progress indicator.
- Update context menu icons in Azure Explorer.

## 3.48.0

### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.48.0</version>
<version>3.49.0</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand All @@ -24,13 +24,12 @@
<change-notes>
<![CDATA[
<html>
<h3>3.48.0</h3>
<h3>3.49.0</h3>
<h4>Changed</h4>
<ul>
<li>Update icons in Azure toolkits</li>
<li>Update Tomcat base images</li>
<li>Using non-blocking UI to replace blocking progress indicator</li>
<li>Remove non-functional "cancel" buttons in foreground operations</li>
<li>Collect performance metrics data via telemetry for future performance tuning.</li>
<li>Update the status text on progress indicator.</li>
<li>Update context menu icons in Azure Explorer.</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>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- Version: 3.47.0 -->
# What's new in Azure Toolkit for IntelliJ

## 3.49.0

### Changed
- Collect performance metrics data via telemetry for future performance tuning.
- Update the status text on progress indicator.
- Update context menu icons in Azure Explorer.

## 3.48.0

### Changed
Expand Down