Skip to content

Commit 8560980

Browse files
committed
v0.7.0
1 parent 56448a5 commit 8560980

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.7.0
2+
3+
**Engineering**
4+
- Description view is now rendered with React [#1096](https://github.com/microsoft/vscode-pull-request-github/pull/1096)
5+
- Performance improvement
6+
- [Decrease time to enter review mode](https://github.com/microsoft/vscode-pull-request-github/pull/1131)
7+
8+
**Bug fixes**
9+
- Pull Request Tree GitHub Enterprise Avatars [#1121](https://github.com/microsoft/vscode-pull-request-github/pull/1121)
10+
- Unable to expand PRs whose branch contains a # character [#1059](https://github.com/microsoft/vscode-pull-request-github/issues/1059)
11+
112
0.6.1
213

314
**Bug fixes**

ThirdPartyNotices.txt

+27-1
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
429429
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
430430
SOFTWARE.
431431
=========================================
432-
END OF dotnil/ssh-config NOTICES AND INFORMATION
432+
END OF dotnil/ssh-config NOTICES AND INFORMATION
433+
434+
%% facebook/react NOTICES AND INFORMATION BEGIN HERE
435+
=========================================
436+
MIT License
437+
438+
Copyright (c) Facebook, Inc. and its affiliates.
439+
440+
Permission is hereby granted, free of charge, to any person obtaining a copy
441+
of this software and associated documentation files (the "Software"), to deal
442+
in the Software without restriction, including without limitation the rights
443+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
444+
copies of the Software, and to permit persons to whom the Software is
445+
furnished to do so, subject to the following conditions:
446+
447+
The above copyright notice and this permission notice shall be included in all
448+
copies or substantial portions of the Software.
449+
450+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
451+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
452+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
453+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
454+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
455+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
456+
SOFTWARE.
457+
=========================================
458+
END OF facebook/react NOTICES AND INFORMATION

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.6.1",
15+
"version": "0.7.0",
1616
"publisher": "GitHub",
1717
"engines": {
1818
"vscode": "^1.34.0"

0 commit comments

Comments
 (0)