Skip to content

Commit 64262a1

Browse files
authored
0.128.0 changelog (#8461)
1 parent a5b7228 commit 64262a1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.128.0
4+
5+
### Changes
6+
7+
- "Apply Suggestion with Copilot" is now available from the "Comments" view, in addition to the comment widget in the editor. When run from this context, it will open the Chat view.
8+
- When a PR branch is automatically deleted after merge, a notification is shown to inform you that the branch was deleted and you were switched to another branch.
9+
- The issue URL in the issue webview is now copyable via the right-click context menu.
10+
- The "Pull Request" status bar item reflects the currently selected repo when using `"scm.repositories.selectionMode": "single"`.
11+
12+
### Fixes
13+
14+
- timelineItem nodes can be null. https://github.com/microsoft/vscode-pull-request-github/issues/8447
15+
- Branch auto delete does not work with merge queues. https://github.com/microsoft/vscode-pull-request-github/issues/8435
16+
- Error: we couldn't find commit. https://github.com/microsoft/vscode-pull-request-github/issues/8401
17+
- Multi-diff button for current pull request is gone. https://github.com/microsoft/vscode-pull-request-github/issues/8387
18+
- Do not create notifications for copilot PRs which are in progress. https://github.com/microsoft/vscode-pull-request-github/issues/8380
19+
- Error viewing PR descriptions in ghe. https://github.com/microsoft/vscode-pull-request-github/issues/8378
20+
- Marking a file as viewed on an older commit marks the file as viewed for all versions of the file. https://github.com/microsoft/vscode-pull-request-github/issues/8313
21+
- Use the GH GraphQL API UpdatePullRequestBranch for pulling in updates when there are no conflicts. https://github.com/microsoft/vscode-pull-request-github/issues/8231
22+
- "Copilot started work" should not be the same message for CCA and CCR. https://github.com/microsoft/vscode-pull-request-github/issues/8211
23+
- "Edit Description" button does nothing when using the Create Issue From Selection command. https://github.com/microsoft/vscode-pull-request-github/issues/8184
24+
- Avatar does not show in PR details page. https://github.com/microsoft/vscode-pull-request-github/issues/8152
25+
326
## 0.126.0
427

528
### Changes

0 commit comments

Comments
 (0)