Skip to content

Commit 4b0d1bf

Browse files
authored
Changelog for 0.110.0 (#6903)
1 parent f3be575 commit 4b0d1bf

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

CHANGELOG.md

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

3+
## 0.110.0
4+
5+
### Changes
6+
7+
- In preparation for the release of [Project Padawan](https://github.blog/news-insights/product-news/github-copilot-the-agent-awakens/), we added support for assigning to Copilot in the issue webview and @-mentioning Copilot in comments within files.
8+
- There's a new tool and context available in Copilot chat: `#activePullRequest`. This tool gives Copilot chat information about the pull request you have currently open in a webview (or checked out if no webview is open).
9+
10+
![Ask Copilot to address the comments in the active pull request](./documentation/changelog/0.110.0/copilot-address-comments.png)
11+
12+
- The issue webview will show when an issue is opened from the "Issues" view or from the notifications view.
13+
14+
![Issue webview](./documentation/changelog/0.110.0/issue-webview.png)
15+
16+
- We revisited the top level actions in the Notifications view to make it cleaner, and aligned the display of the Pull Requests view and the Issues view so that they're more consistent.
17+
18+
- There's a new warning before you try to create a pull request when there's already a pull request open for the same branch.
19+
20+
![Warning shown when there's already a pull request for a branch](./documentation/changelog/0.110.0/already-pr-branch.png)
21+
22+
- Pull Request webviews and issue webviews are refreshed every 60 seconds when they are the active tab.
23+
- The default action when adding a comment in a file is now to start a review rather than submit a single comment.
24+
- There's a new action on the Notifications view to mark all pull request notifications with "trivial" updates as done. Enable the action with `githubPullRequests.experimental.notificationsMarkPullRequests`.
25+
- Comment reactions are shown as readonly in the pull request webview (previously not shown at all).
26+
27+
### Fixes
28+
29+
- Extension fails to detect PR branch when using gh co <PR>. https://github.com/microsoft/vscode-pull-request-github/issues/6378
30+
- Extension fails to detect PR branch when using gh co <PR> - v0.109.2025040408. https://github.com/microsoft/vscode-pull-request-github/issues/6761
31+
- Element with id All Openhttps://github.com/microsoft/vscode/pull/238345 is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/6615
32+
- Creating a new issue with keyboard only is disrupted by system dialog. https://github.com/microsoft/vscode-pull-request-github/issues/6666
33+
- GraphQL error invalid email address when merging PRs. https://github.com/microsoft/vscode-pull-request-github/issues/6696
34+
- Usability of PR Summarization in Chat. https://github.com/microsoft/vscode-pull-request-github/issues/6698
35+
- deleting branch after squashing PR not working anymore since vscode 1.98.0. https://github.com/microsoft/vscode-pull-request-github/issues/6699
36+
- Comments sometimes not resolvable. https://github.com/microsoft/vscode-pull-request-github/issues/6702
37+
- Can't search for full name when assigning issues. https://github.com/microsoft/vscode-pull-request-github/issues/6748
38+
- removed request for code owners. https://github.com/microsoft/vscode-pull-request-github/issues/6788
39+
40+
**_Thank You_**
41+
42+
* [@kabel (Kevin Abel)](https://github.com/kabel): Fix merge email confirmation when git config fails [PR #6797](https://github.com/microsoft/vscode-pull-request-github/pull/6797)
43+
* [@timrogers (Tim Rogers)](https://github.com/timrogers): When `copilot-swe-agent` is the author of a comment, render with the Copilot identity [PR #6794](https://github.com/microsoft/vscode-pull-request-github/pull/6794)
44+
345
## 0.108.0
446

547
### Changes
Loading
Loading
Loading

0 commit comments

Comments
 (0)