v0.80.0
版本发布时间: 2024-02-01 21:24:26
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.80.0
Changes
-
Issue queries shown in the "Issues" view can be grouped by repository and milestone using the new
groupBy
property in thegithubIssues.queries
setting."githubIssues.queries": [ { "label": "Current", "query": "assignee:alexr00 is:open sort:updated-desc milestone:\"February 2024\" sort:updated-desc", "groupBy": [ "milestone", "repository" ] } ],
-
The setting
githubPullRequests.createDefaultBaseBranch
can be used to set the default base branch when creating a PR. By default, the branch that the current branch was created from is used (so long as that branch exists on the remote). SettingrepositoryDefault
will cause the repository's default branch to be used instead. -
Added files are opened in a regular editor instead of a diff editor when viewing changes in a PR.
-
Merge commits are skipped when choosing a default PR title and description. This is to avoid the case where the merge commit message is used as the PR title and description.
-
GitHub permalinks in comments for a checked out PR can now be opened in VS Code instead of just taking you to the browser.
-
The base branch can be merged into a checked out PR branch from the Pull Request Description.
-The setting
githubPullRequests.pullPullRequestBranchBeforeCheckout
also has new options to automatically fetch the base and merge it into the PR branch at checkout time. -
Merge conflicts can be resolved from the Pull Request Description when the PR is checked out.
-
The hover on reactions now shows who left the reaction.
-
Issue templates are now available when creating an issue.
-
Setting
"githubPullRequests.focusedMode": "multiDiff"
will open the multi-diff editor with all the files in the PR upon checkout.
Fixes
- Comments for not-checked-out PRs should be removed from Comments view when no files from the PR are open. https://github.com/microsoft/vscode-pull-request-github/issues/5619
- [Accessibility] No alert message is spoken to screen reader when completing a review. https://github.com/microsoft/vscode-pull-request-github/issues/5526
- [Accessibility] Semantic heading tag is missing in issue and PR webview comments. https://github.com/microsoft/vscode-pull-request-github/issues/5524
- Custom tree checkboxes have unexpected delayed reaction. https://github.com/microsoft/vscode-pull-request-github/issues/5676
- Close Pull request Button is not working. https://github.com/microsoft/vscode-pull-request-github/issues/5598
- Default Create Option: createDraft. https://github.com/microsoft/vscode-pull-request-github/issues/5584
- collapses an open PR review tree on refresh. https://github.com/microsoft/vscode-pull-request-github/issues/5556
- Queries apart from "All Open" don't work, output is full of rate limit errors. https://github.com/microsoft/vscode-pull-request-github/issues/5496
- Opening multi-root workspace triggers rate-limiting error. https://github.com/microsoft/vscode-pull-request-github/issues/4351
- Narrator is not announcing the state of Expanded/collapsed for "Create with Option" arrow button. https://github.com/microsoft/vscode-pull-request-github/issues/5483
- Usabilty: At High contrast(Desert) mode for "Cancel,Create,Create with Option" button keyboard focus is not visible clearly.https://github.com/microsoft/vscode-pull-request-github/issues/5482
- Create-PR view: sparkle icon doesn't visually indicate that it has focus. https://github.com/microsoft/vscode-pull-request-github/issues/5471
- Unable to select default branch (main) on upstream repo, when working off a fork. https://github.com/microsoft/vscode-pull-request-github/issues/5470
- Task list checkboxes aren't rendered. https://github.com/microsoft/vscode-pull-request-github/issues/5310
- Copy Permalink fails frequently, seemingly on the first copy of the day. https://github.com/microsoft/vscode-pull-request-github/issues/5185
- SCM title menu Create Pull Request action is unavailable when in a Remote window. https://github.com/microsoft/vscode-pull-request-github/issues/3911
- Scroll position is not maintained. https://github.com/microsoft/vscode-pull-request-github/issues/1202
Thank You
- @Balastrong (Leonardo Montini): Create issue from markdown template PR #5503
- @joshuaobrien
- @pouyakary (Pouya Kary): Fixes #5620 PR #5621