This repository was archived by the owner on Nov 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 77import java .util .Properties ;
88
99public 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"
Original file line number Diff line number Diff line change 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[
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>
You can’t perform that action at this time.
0 commit comments