Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit 0ff109a

Browse files
ForNeVeRmfilippov
authored andcommitted
Release: prepare v0.162.1
1 parent 28f7e7c commit 0ff109a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a plugin for working with Git and TFVC repositories on Azure DevOps and Team Foundation Server (TFS) 2015+ inside IntelliJ, Android Studio,
44
and various other JetBrains IDEs. It is supported on Linux, Mac OS X, and Windows.
5-
It is compatible with IntelliJ IDEA Community and Ultimate editions (version 2021.2+) and Android Studio (version 2021.2.1+).
5+
It is compatible with IntelliJ IDEA Community and Ultimate editions (version 2021.2.4+) and Android Studio (version 2021.2.1+).
66

77
To learn more about installing and using our Azure DevOps IntelliJ plug-in, visit: https://docs.microsoft.com/en-us/azure/devops/repos/git/create-repo-intellij?view=azure-devops
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildNumber=1.162.0
1+
buildNumber=1.162.1
22
ideaVersion=2021.2.4
33

44
kotlin.code.style=official

plugin/resources/META-INF/plugin.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<idea-plugin allow-bundled-update="true">
77
<id>com.microsoft.vso.idea</id>
88
<name>Azure DevOps</name>
9-
<!-- <version>1.162.0</version> NOTE: Version is set automatically on build, update it in gradle.properties -->
9+
<!-- <version>1.162.1</version> NOTE: Version is set automatically on build, update it in gradle.properties -->
1010
<category>VCS Integration</category>
1111
<vendor url="https://github.com/microsoft/azure-devops-intellij">Microsoft Corporation</vendor>
1212
<description><![CDATA[
@@ -47,7 +47,7 @@
4747
<br />
4848
<i>Compiled with Java 11</i>
4949
<br />
50-
<i>Compatible with IntelliJ Ultimate and Community editions versions 2021.2 and later and Android Studio 2021.2.1 and later</i>
50+
<i>Compatible with IntelliJ Ultimate and Community editions versions 2021.2.4 and later and Android Studio 2021.2.1 and later</i>
5151
<br />
5252
<br />
5353
<b>End User License Agreement & Privacy Policy</b>
@@ -59,8 +59,12 @@
5959
<change-notes><![CDATA[
6060
<br />
6161
<ul>
62-
<li>Fix an issue <a href="https://github.com/microsoft/azure-devops-intellij/issues/491">#491</a>: it was impossible to create a Git pull request in IDEs based on IntelliJ 2022.2</li>
63-
<li>Fix an issue with TFVC operations (<a href="https://github.com/microsoft/azure-devops-intellij/issues/498">#498</a>).</li>
62+
<li>Minimal supported IntelliJ platform version is now 2021.2.4.</li>
63+
<li>Fixed an issue <a href="https://github.com/microsoft/azure-devops-intellij/issues/473">#473</a>: it was impossible to show the conflict resolve dialog for TFVC.</li>
64+
<li>Fixed an issue <a href="https://github.com/microsoft/azure-devops-intellij/issues/491">#491</a>: it was impossible to create a Git pull request in IDEs based on IntelliJ 2022.2</li>
65+
<li>Fixed an issue with TFVC operations (<a href="https://github.com/microsoft/azure-devops-intellij/issues/498">#498</a>).</li>
66+
<li>TFS SDK is upgraded to <a href="https://github.com/JetBrains/team-explorer-everywhere/releases/tag/14.135.3">14.135.3</a> for better compatibility with M1 Mac hardware.</li>
67+
<li>Handle SSH URLs on azure.com in TFVC.</li>
6468
</ul>
6569
<br />
6670
]]>

0 commit comments

Comments
 (0)