Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 6a4b5c2

Browse files
committed
all: release v1.2.2
1 parent cdffc85 commit 6a4b5c2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/main/java/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.Properties;
88

99
public class Util {
10-
public static String VERSION = "v1.2.1";
10+
public static String VERSION = "v1.2.2";
1111

1212
// gitRemoteURL returns the remote URL for the given remote name.
1313
// e.g. "origin" -> "[email protected]:foo/bar"

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.sourcegraph.jetbrains</id>
33
<name>Sourcegraph</name>
4-
<version>1.2.1</version>
4+
<version>1.2.2</version>
55
<vendor email="[email protected]" url="https://sourcegraph.com">Sourcegraph</vendor>
66

77
<description><![CDATA[
@@ -15,6 +15,13 @@
1515

1616
<change-notes><![CDATA[
1717
<ul>
18+
<li>v1.2.2 - Minor bug fixes
19+
<ul>
20+
<li>It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details.</li>
21+
<li>Special thanks: @oliviernotteghem for contributing the new features in this release!</li>
22+
<li>Fixed bugs where Open in Sourcegraph from the git menu does not work for repos with ssh url as their remote url</li>
23+
</ul>
24+
</li>
1825
<li>v1.2.1 - Open Revision in Sourcegraph
1926
<ul>
2027
<li>Added "Open In Sourcegraph" action to VCS History and Git Log to open a revision in the Sourcegraph diff view.</li>

0 commit comments

Comments
 (0)