v0.82.0
版本发布时间: 2024-03-04 18:08:46
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.82.0
Changes
-
There is an option to choose which email to associate a merge or squash commit with.
-
The setting
githubPullRequests.labelCreated
can be used to configure the labels that are automatically added to PRs that are created. -
When the cursor is in a comment widget input, the keybinding
ctrl+k m
or (cmd+k m
on mac) can be used to insert a suggestion. -
Video previews now show in the PR description.
-
The activity bar entry has been renamed from "GitHub" to "GitHub Pull Requests". The extension has been renamed from "GitHub Pull Requests and Issues" to "GitHub Pull Requests".
-
"Owner level" PR templates are now supported. This means that a PR template can be defined in the
.github
repository of an organization or user and it will be used for all repositories owned by that organization or user which do not have a repository-specific PR template. -
Projects can be added to a PR from the "Create" view. Projects can also be added to new issues.
Fixes
- [Accessibility] Remove redundant prefix-style info from PR change view. https://github.com/microsoft/vscode-pull-request-github/issues/5705
- Append PR number to merge commit message. https://github.com/microsoft/vscode-pull-request-github/issues/5690
- Update with merge commitbutton does not go away despite merging. https://github.com/microsoft/vscode-pull-request-github/issues/5661
- "Bad credentials" with no additional information to help resolve. https://github.com/microsoft/vscode-pull-request-github/issues/5576
Thank You
- @Malix-off (Malix): Fix #5693 PR #5694
- @umakantv (Umakant Vashishtha): Feature: Auto Populate Labels PR #5679