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

Commit cdffc85

Browse files
authored
Add v1.2.2 (#29)
1 parent b9fc12e commit cdffc85

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ The plugin works with all JetBrains IDEs including:
3030

3131
## Configuring for use with a private Sourcegraph instance
3232

33-
The plugin is configurable _globally_ by creating a `.sourcegraph-jetbrains.properties` in your home directory. For example, modify the following URL to match your on-premises Sourcegraph instance URL:
33+
The plugin is configurable _globally_ by creating a `.sourcegraph-jetbrains.properties` (or `sourcegraph-jetbrains.properties` pre-v1.2.2) in your home directory. For example, modify the following URL to match your on-premises Sourcegraph instance URL:
3434

3535
```
3636
url = https://sourcegraph.example.com
3737
defaultBranch = example-branch
3838
remoteUrlReplacements = git.example.com, git-web.example.com
3939
```
4040

41-
You may also choose to configure it _per repository_ using a `.idea/sourcegraph.xml` file in your repository like so:
41+
You may also choose to configure it _per repository_ using a `.idea/sourcegraph.xml` (or `idea/sourcegraph.xml` pre-v1.2.2) file in your repository like so:
4242

4343
```xml
4444
<?xml version="1.0" encoding="UTF-8"?>
@@ -80,7 +80,14 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issue
8080

8181
## Version History
8282

83+
#### v1.2.2
84+
85+
- It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details.
86+
- Special thanks: @oliviernotteghem for contributing the new features in this release!
87+
- Fixed bugs where Open in Sourcegraph from the git menu does not work for repos with ssh url as their remote url
88+
8389
#### v1.2.1
90+
8491
- Added `Open In Sourcegraph` action to VCS History and Git Log to open a revision in the Sourcegraph diff view.
8592
- Added `defaultBranch` configuration option that allows opening files in a specific branch on Sourcegraph.
8693
- Added `remoteUrlReplacements` configuration option that allow users to replace specified values in the remote url with new strings.
@@ -92,8 +99,6 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issue
9299
- Menu entries (Open file, etc.) are now under a Sourcegraph sub-menu.
93100
- Added a "Copy link to file" action (alt+c / opt+c).
94101
- Added a "Search in repository" action (alt+r / opt+r).
95-
- It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details.
96-
- Special thanks: @oliviernotteghem for contributing the new features in this release!
97102

98103
#### v1.1.2
99104

0 commit comments

Comments
 (0)