v0.86.0
版本发布时间: 2024-04-08 18:25:30
microsoft/vscode-pull-request-github最新发布版本:v0.96.0(2024-09-07 02:28:09)
0.86.0
Changes
-
The new
auto
value forgithubPullRequests.createDefaultBaseBranch
will use the upstream's default branch as the base branch for fork repositories. -
Outdated comments now show a badge in the Comments view.
-
Colors for checks and Xs on PR page. https://github.com/microsoft/vscode-pull-request-github/issues/5754
-
Comment threads in the Comments view now have inline actions and context menu actions. Outdated comments have a "Diff Comment with HEAD" action which is particularly useful for understanding what changed on an outdated comment.
Fixes
- Trim leading whitespace in PR description. https://github.com/microsoft/vscode-pull-request-github/issues/5780
- Flickering When Editing A Comment. https://github.com/microsoft/vscode-pull-request-github/issues/5762
Thank You
-
@ipcjs (ipcjs): fix: make
review.openLocalFile
support triggering from the keyboard. PR #5840 - @mohamedamara1 (Mohamed Amara): fixed ID of IssueOverviewPanel PR #5822