Skip to content

Commit 800be72

Browse files
authored
Merge pull request #1217 from microsoft/v0.8.0
Update changelog and package.json for v0.8.0
2 parents 2d46f90 + 621857c commit 800be72

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.8.0
2+
3+
**Changes**
4+
- Add Draft PR support [#1129](https://github.com/microsoft/vscode-pull-request-github/issues/1129)
5+
- Support specifying custom category in PR tree view [#1106](https://github.com/microsoft/vscode-pull-request-github/issues/1106)
6+
7+
**Bug fixes**
8+
- Do not show commands before extension has fully activated [#1198](https://github.com/microsoft/vscode-pull-request-github/issues/1198)
9+
- Description page is blank after 0.7.0 upgrade [#1175](https://github.com/microsoft/vscode-pull-request-github/issues/1175)
10+
- Change "wants to merge" text when viewing merged PR [#1027](https://github.com/microsoft/vscode-pull-request-github/issues/1027)
11+
- Correct text alignment in merged timeline events [#1199](https://github.com/microsoft/vscode-pull-request-github/issues/1199)
12+
- Update UI after adding reviewers or labels [#1191](https://github.com/microsoft/vscode-pull-request-github/issues/1191)
13+
- Update PR details after merge [#1183](https://github.com/microsoft/vscode-pull-request-github/issues/1183)
14+
- Display a message before opening file diffs in the browser [#442](https://github.com/microsoft/vscode-pull-request-github/issues/442), thank you [@malwilley](https://github.com/malwilley)!
15+
- Swap order of PR branch and target branch [#784](https://github.com/microsoft/vscode-pull-request-github/issues/784)
16+
17+
118
0.7.0
219

320
**Engineering**

package.json

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

0 commit comments

Comments
 (0)