|
| 1 | +0.4.0 |
| 2 | + |
| 3 | +**Breaking Changes** |
| 4 | + |
| 5 | +- From 0.4.0, you at least need VSCode 1.31 to install and run the extension. |
| 6 | + |
| 7 | +**Changes** |
| 8 | +- Display mergeability on PR description page [#773](https://github.com/Microsoft/vscode-pull-request-github/pull/773) |
| 9 | +- Add an inline action to open the description to the side [#310](https://github.com/Microsoft/vscode-pull-request-github/issues/310) |
| 10 | +- Add refresh button to the description page [#771](https://github.com/Microsoft/vscode-pull-request-github/pull/771) |
| 11 | +- Improve performance of checkout by minimally fetching data and lazily loading [#796](https://github.com/Microsoft/vscode-pull-request-github/pull/796) |
| 12 | +- Update the styling of the description page [#763](https://github.com/Microsoft/vscode-pull-request-github/pull/763) |
| 13 | +- Support navigating to a file from the description page [#750](https://github.com/Microsoft/vscode-pull-request-github/pull/750) |
| 14 | +- Linkify issue references on the description page [#566](https://github.com/Microsoft/vscode-pull-request-github/issues/566) |
| 15 | +- Show user's role (collaborator, contributor, etc.) by comments on the description [#303](https://github.com/Microsoft/vscode-pull-request-github/issues/303) |
| 16 | +- Support starting, deleting, and finishing a complete review [#546](https://github.com/Microsoft/vscode-pull-request-github/issues/546) |
| 17 | +- Allow selecting the merge method on the description page [#826](https://github.com/Microsoft/vscode-pull-request-github/pull/826) |
| 18 | +- Autocompletions for usernames within editor comments [#842](https://github.com/Microsoft/vscode-pull-request-github/pull/842) |
| 19 | + |
| 20 | +As part of this release, we have begun adopting GitHub's GraphQL API in some places to support new features and improve performance. The reviews feature and linkifying of issue references depend on the GraphQL API. This API is not available for GitHub Enterprise, so please note that these features will not be available for those projects. |
| 21 | + |
| 22 | +**New settings** |
| 23 | +- `githubPullRequests.remotes` can be used to configure what remotes pull requests should be displayed from. By default, the extension will look for `upstream` and `origin` remotes |
| 24 | +by convention and fetch from these, or will fetch from any other remotes if these are not present. |
| 25 | +- `githubPullRequests.defaultMergeMethod` specifies which merge method (`merge`, `rebase`, or `squash`) to select by default, both on the description page and when using the `Merge Pull Request` command. |
| 26 | +This is set to `merge` by default. |
| 27 | + |
| 28 | +**Thank You** |
| 29 | +* Fix log output [PR #804](https://github.com/Microsoft/vscode-pull-request-github/pull/804) by @Ikuyadeu |
| 30 | +* Update setting description to use non deprecated key [PR #916](https://github.com/Microsoft/vscode-pull-request-github/pull/916) by @mkonikov |
| 31 | + |
1 | 32 | 0.3.2 |
2 | 33 | - Honor the new `git.openDiffOnClick` setting [#753](https://github.com/Microsoft/vscode-pull-request-github/pull/753) |
3 | 34 | - Prompt to stage all changes when running the suggest changes with nothing staged [#744](https://github.com/Microsoft/vscode-pull-request-github/pull/744) |
|
0 commit comments