Skip to content

Commit 51614ba

Browse files
author
David Hersh
committed
Update description and tags
1 parent 0278573 commit 51614ba

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

Diff for: vs/publishManifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"categories": [ "coding", "documentation" ],
44
"identity": {
55
"internalName": "codestream-vs",
6-
"tags": [ "chat", "collaboration", "github", "review", "slack" ]
6+
"tags": [ "gitlab", "collaboration", "github", "review", "slack" ]
77
},
88
"overview": "README.md",
99
"priceCategory": "free",

Diff for: vs/src/CodeStream.VisualStudio/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<Metadata>
44
<Identity Id="codestream-vs" Version="11.0.0.0" Language="en-US" Publisher="CodeStream" />
55
<DisplayName>CodeStream - GitHub &amp; GitLab PRs and Code Review</DisplayName>
6-
<Description xml:space="preserve">GitHub pull requests and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with GitLab, Bitbucket, Slack, Teams, Jira, Trello and more.</Description>
6+
<Description xml:space="preserve">GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with Bitbucket, Slack, Teams, Jira, Trello and more.</Description>
77
<MoreInfo>https://codestream.com/</MoreInfo>
88
<ReleaseNotes>CHANGELOG.txt</ReleaseNotes>
99
<Icon>Resources\Assets\codestream.png</Icon>
1010
<PreviewImage>Resources\CodeStreamPackage.ico</PreviewImage>
11-
<Tags>chat;collaboration;github;review;slack</Tags>
11+
<Tags>gitlab;collaboration;github;review;slack</Tags>
1212
</Metadata>
1313
<Installation Experimental="false" AllUsers="true">
1414
<!-- Targetting the first release after Preview 3 which is: 15.0.15 Release July 10, 2018 -->

Diff for: vscode/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [11.0.0] - 2021-4-7
4+
5+
### Added
6+
7+
- Adds support for managing and reviewing GitLab merge requests
8+
- Adds blue unread-message badges in the Feedback Requests and Codemarks sections when there are new replies
9+
10+
### Fixed
11+
12+
- Fixes an issue where Cmd + Enter submits a feedback request with no changes selected
13+
- Fixes an issue where you'd get prompted to review changes after changing branches
14+
- Fixes an issue where the Linear integration wasn't recognizing multiple teams
15+
- Fixes an issue where the assignees list wasn't complete when creating an issue on GitLab
16+
- Fixes an issue with an extraneous entry appearing in the branch dropdowns when creating a pull request
17+
- Fixes an issue with Shift+Click not working on Windows when trying to select a range of commits to review in a pull request
18+
319
## [10.7.2] - 2021-3-23
420

521
### Changed

Diff for: vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codestream",
33
"displayName": "CodeStream: GitHub, GitLab, Bitbucket PRs and Code Review",
4-
"description": "GitHub pull requests and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with GitLab, Bitbucket, Slack, Teams, Jira, Trello and more.",
4+
"description": "GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with Bitbucket, Slack, Teams, Jira, Trello and more.",
55
"version": "11.0.0",
66
"author": "CodeStream",
77
"publisher": "CodeStream",
@@ -28,7 +28,7 @@
2828
"theme": "light"
2929
},
3030
"keywords": [
31-
"chat",
31+
"gitlab",
3232
"collaboration",
3333
"review",
3434
"github",

0 commit comments

Comments
 (0)