Skip to content

Commit ea819cd

Browse files
author
RMacfarlane
committed
Update to 0.16.0
1 parent 7bbf652 commit ea819cd

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.16.0
2+
3+
We have been working on a new set of GitHub issue related features. Take a look at our [documentation](https://github.com/microsoft/vscode-pull-request-github/blob/master/documentation/IssueFeatures.md) for more details on these and how to use them!
4+
5+
**Changes**
6+
- New issues view that supports custom queries
7+
- User and issue completions in editors, which can be configured per language or disabled
8+
- Hover for issues and users in the editor
9+
- Issue completions within the commit input box in the SCM viewlet
10+
- "Start working on issue" action which automatically create a branch, seed the commit message [1546](https://github.com/microsoft/vscode-pull-request-github/issues/1546)
11+
- Create pull request from current issue
12+
- Adopt new VSCode Authentication Provider API [1616](https://github.com/microsoft/vscode-pull-request-github/issues/1616)
13+
- Change activity bar icon to pull request icon [1617](https://github.com/microsoft/vscode-pull-request-github/issues/1617)
14+
- Add a button to fetch when viewing partial content [1462](https://github.com/microsoft/vscode-pull-request-github/issues/1462) by @RikkiGibson
15+
- Support mentionable users in LiveShare extension 'suggested' contacts [1694](https://github.com/microsoft/vscode-pull-request-github/issues/1694)
16+
- Contribute a GitHub repository picker to the `Git: Clone` command [1547](https://github.com/microsoft/vscode-pull-request-github/issues/1547)
17+
- Create a GitHub repository from a git workspace [1664](https://github.com/microsoft/vscode-pull-request-github/issues/1664)
18+
- Update dependencies
19+
20+
**Bug fixes**
21+
- Remove nonstandard anyways [1602](https://github.com/microsoft/vscode-pull-request-github/pull/1602) by @curtisgibby
22+
123
0.15.0
224

325
**Bug fixes**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.15.0",
15+
"version": "0.16.0",
1616
"publisher": "GitHub",
1717
"engines": {
18-
"vscode": "^1.44.0"
18+
"vscode": "^1.45.0"
1919
},
2020
"categories": [
2121
"Other"

0 commit comments

Comments
 (0)