Skip to content

Commit 4792e73

Browse files
committed
Update changelogs
1 parent 7746d2c commit 4792e73

File tree

11 files changed

+68
-12
lines changed

11 files changed

+68
-12
lines changed

Diff for: jb/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group "com.codestream"
10-
version "12.18.1"
10+
version "13.0.0"
1111

1212
sourceCompatibility = JavaVersion.VERSION_1_8
1313

Diff for: jb/docs/change-notes.html

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<h4 id="13_0_0">13.0.0</h4>
2+
<h5>Added</h5>
3+
<ul>
4+
<li>Adds a new user experience for the pull request integration, including a tree view for commenting on pull requests and reviewing existing comments and inline commenting</li>
5+
</ul>
6+
<h5>Changed</h5>
7+
<ul>
8+
<li>Files' view state now syncs with GitHub when reviewing pull requests</li>
9+
<li>Include stock Node.js executable to run CodeStream agent</li>
10+
<li>Updated copy on sign-in buttons to reflect code or password option</li>
11+
</ul>
12+
<h5>Fixed</h5>
13+
<ul>
14+
<li>Addresses <a href="https://github.com/TeamCodeStream/CodeStream/issues/837">#837</a> - Support for Apple Silicon (universal binary)
15+
<li>Fixes an `Error fetching cards from Jira` on extension startup</li>
16+
<li>Fixes an issue where the notification setting for pull request assignments wouldn't appear when connected to GitHub or GitLab cloud</li>
17+
<li>Fixes an issue where your own commit would trigger a desktop notification to review changes</li>
18+
</ul>
119
<h4 id="12_18_0">12.18.0</h4>
220
<h5>Fixed</h5>
321
<ul>

Diff for: vs/CHANGELOG.md

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

3+
## [13.0.0] - 2022-6-2
4+
5+
### Added
6+
7+
- Adds a new user experience for the pull request integration, including a tree view for commenting on pull requests and reviewing existing comments
8+
9+
### Changed
10+
11+
- Files' view state now syncs with GitHub when reviewing pull requests
12+
- Include stock Node.js executable to run CodeStream agent
13+
- Updated copy on sign-in buttons to reflect code or password option
14+
15+
### Fixed
16+
17+
- Addresses [#837](https://github.com/TeamCodeStream/CodeStream/issues/837) &mdash; Support for Apple Silicon (universal binary)
18+
- Fixes an `Error fetching cards from Jira` on extension startup
19+
- Fixes an issue where the notification setting for pull request assignments wouldn't appear when connected to GitHub or GitLab cloud
20+
- Fixes an issue where your own commit would trigger a desktop notification to review changes
21+
322
## [12.18.0] - 2022-5-13
423

524
### Fixed

Diff for: vs/src/CodeStream.VisualStudio.Core/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("12.18.1.0")]
32-
[assembly: AssemblyFileVersion("12.18.1.0")]
31+
[assembly: AssemblyVersion("13.0.0.0")]
32+
[assembly: AssemblyFileVersion("13.0.0.0")]

Diff for: vs/src/CodeStream.VisualStudio.Core/Properties/SolutionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public static class SolutionInfo {
33
/// <summary>
44
/// This was generated by a tool (build process)
55
/// </summary>
6-
public const string Version = "12.18.1.0";
6+
public const string Version = "13.0.0.0";
77

88
/// <summary>
99
/// This was generated by a tool (build process)

Diff for: vs/src/CodeStream.VisualStudio.Shell.2017/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("12.18.1.0")]
35-
[assembly: AssemblyFileVersion("12.18.1.0")]
34+
[assembly: AssemblyVersion("13.0.0.0")]
35+
[assembly: AssemblyFileVersion("13.0.0.0")]

Diff for: vs/src/CodeStream.VisualStudio.Shell.2019/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("12.18.1.0")]
35-
[assembly: AssemblyFileVersion("12.18.1.0")]
34+
[assembly: AssemblyVersion("13.0.0.0")]
35+
[assembly: AssemblyFileVersion("13.0.0.0")]

Diff for: vs/src/CodeStream.VisualStudio/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("12.18.1.0")]
32-
[assembly: AssemblyFileVersion("12.18.1.0")]
31+
[assembly: AssemblyVersion("13.0.0.0")]
32+
[assembly: AssemblyFileVersion("13.0.0.0")]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="codestream-vs" Version="12.18.1.0" Language="en-US" Publisher="CodeStream" />
4+
<Identity Id="codestream-vs" Version="13.0.0.0" Language="en-US" Publisher="CodeStream" />
55
<!-- DisplayName maxLength=50 -->
66
<DisplayName>New Relic CodeStream - GitHub, GitLab PRs &amp; Review</DisplayName>
77
<Description xml:space="preserve">GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching. Integrates with New Relic observability, Bitbucket, Slack, MS Teams, Jira, Trello and more.</Description>

Diff for: vscode/CHANGELOG.md

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

3+
## [13.0.0] - 2022-6-2
4+
5+
### Added
6+
7+
- Adds a new user experience for the pull request integration, including a tree view for commenting on pull requests and reviewing existing comments
8+
9+
### Changed
10+
11+
- Files' view state now syncs with GitHub when reviewing pull requests
12+
- Include stock Node.js executable to run CodeStream agent
13+
- Updated copy on sign-in buttons to reflect code or password option
14+
15+
### Fixed
16+
17+
- Addresses [#837](https://github.com/TeamCodeStream/CodeStream/issues/837) &mdash; Support for Apple Silicon (universal binary)
18+
- Fixes an `Error fetching cards from Jira` on extension startup
19+
- Fixes an issue where the notification setting for pull request assignments wouldn't appear when connected to GitHub or GitLab cloud
20+
- Fixes an issue where your own commit would trigger a desktop notification to review changes
21+
322
## [12.18.0] - 2022-5-13
423

524
### Fixed

Diff for: vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codestream",
33
"displayName": "New Relic CodeStream: GitHub, GitLab, Bitbucket PRs and Code Review",
44
"description": "GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching. Integrates with New Relic observability, Bitbucket, Slack, MS Teams, Jira, Trello and more.",
5-
"version": "12.18.1",
5+
"version": "13.0.0",
66
"author": "CodeStream",
77
"publisher": "CodeStream",
88
"license": "UNLICENSED",

0 commit comments

Comments
 (0)