Releases: microsoft/vscode-pull-request-github
0.48.0
0.48.0
Changes
-
The changes since last review button will appear on PRs to which a commit has been pushed since the viewers review. Pressing it will only show the diffs for the commits since the review.
-
Milestones can be created directly from the add milestone dropdown.
-
The setting
githubPullRequests.pullRequestDescription
has been brought back from being deprecated. -
githubPullRequests.pullBranch
can be used to configure whether to be prompted to pull changes when a change in a PR is detected. -
The new Commit & Create Pull Request action in the git SCM view let's you commit and go to the "Create PR" view in one click.
Fixes
- Improve performance of expanding a PR in the "Pull Requests" view. #3684
- Performance: Delay in showing Assignee quick open. #3728
- Apply patch feature bugs. #3722
- Show a notification when there are 2 signed in GitHub accounts. #3693
- Only first 30 files per PR show in the "Pull Requests" view on vscode.dev. #3682
- "Upgrade" Pull request diffs opened from the "Pull Requests" view after the PR is checked out. #3631
0.46.1
0.46.0
0.46.0
Changes
-
Use the setting
"githubPullRequests.ignoredPullRequestBranches"
to ignore branches for pull requests. -
The setting
"githubPullRequests.overrideDefaultBranch"
lets you override the default branch from github.com locally. -
The "Publish branch?" dialog can be skipped when creating a PR using the setting
"githubPullRequests.pushBranch"
. -
The auto-merge checkbox is availabe in the "Overview" editor.
Fixes
- "Exit Review Mode" changed to "Checkout default Branch". #3637
- Comments showed when opening a PR despite having "comments.openView": "never" set. #3652
- Can't comment on a new file (via github.dev web editor). #3646
- Cannot view more than 100 and few files in PR. #3623
- The Copy GitHub Permalink command copies wrong commit hash. #3566
Thank You
- @blindpirate (Bo Zhang): Show pull request's close button for author PR #3507
- @leopoldsedev (Christian Leopoldseder): Implement quick self assign link as available on .com (#3382) PR #3601
0.44.0
0.44.0
Changes
Fixes
- Creating a pull request doesn't use commit message for PR description when the base branch has more commits. #3350
- Fails to activate with "Timed out waiting for authentication provider to register". #3469
- Prompted about updates to PR after pushing to the PR branch. #3479
- Pull requests created from a fork on a topic branch aren't discovered. #3511
- Unable to create PR in web. #3528
Thank You
- @jpspringall: Issue #3371 | Updated getAuthSessionOptions in case of GitHub Enterprise AuthProvider PR #3565
0.42.0
0.42.0
Changes
-
New actions to go to github.com/owner/repo/issues and github.com/owner/repo/pulls
-
Support for multiline comments
-
Commit changes can now show in a tree or list depending on the value of
githubPullRequests.fileListLayout
-
"Create Permalink" works on github.dev and vscode.dev from a tag or commit number.
-
"Mark as Viewed" and "Mark as Unviewed" are available in the editor toolbar
-
Better defaults for
githubIssues.ignoreCompletionTrigger
.
Fixes
- Invisible Button/Input Text in High Contrast Themes. #3342
- Create PR icon dissapears from Source Control view. #3410
- Don't make potentially expensive getObjectDetails and detectObjectType calls for known file extensions. #3446
- Web: Broken state for deleting branch in repo that deletes on merge. #3453
- Can't leave a comment in PR webviewview without a pending review. #3480
- Text suggestions load forever on first column. #3485
Thank You
- @hoontae24: Support the copied permalink for Github Enterprise URL PR #3460
0.40.0
0.40.0
Changes
- @user completions works in CODEOWNERS files
- There is a new setting for "Don't show again" on the notification shown when a branch is published:
githubPullRequests.createOnPublishBranch
.
Fixes
0.38.1
0.38.0
0.38.0
Changes
-
The Mark File as Viewed and Mark File as Unviewed actions have new icons, and we've generally tried to improve the UX around marking as viewed/unviewed.