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

Commit 939e2d1

Browse files
committed
all: release v1.2.1
1 parent d28abfe commit 939e2d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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.0</version>
4+
<version>1.2.1</version>
55
<vendor email="[email protected]" url="https://sourcegraph.com">Sourcegraph</vendor>
66

77
<description><![CDATA[
@@ -18,6 +18,8 @@
1818
<li>v1.2.1 - Open Revision in Sourcegraph
1919
<ul>
2020
<li>Added "Open In Sourcegraph" action to VCS History and Git Log to open a revision in the Sourcegraph diff view.</li>
21+
<li>Added "defaultBranch" configuration option that allows opening files in a specific branch on Sourcegraph.</li>
22+
<li>Added "remoteUrlReplacements" configuration option that allow users to replace specified values in the remote url with new strings.</li>
2123
</ul>
2224
</li>
2325
<li>v1.2.0 - Copy link to file, search in repository, per-repository configuration, bug fixes & more

0 commit comments

Comments
 (0)