Skip to content

Commit 16478aa

Browse files
authored
0.100.0 release notes (#6429)
* 0.100.0 release notes * TODOs * Issue search changelog * Better description * Improve issue search changelog * Changelog for summarize, fix, and notifications
1 parent 0eeb6c8 commit 16478aa

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 0.100.0
4+
5+
### Changes
6+
7+
This month, our focus was on integrating Copilot into GitHub Pull Requests, using the new VS Code extension API, to showcase how Copilot can be added to an extension. These features are behind several settings. To try everything out, you can set the following settings:
8+
- `"githubPullRequests.experimental.chat": true`
9+
- `"githubPullRequests.experimental.notificationsView": true`
10+
11+
#### Copilot integration
12+
13+
- The new `@githubpr` Chat Participant can search for issues on GitHub.
14+
15+
![Copilot issue search for most open bugs in November](./documentation/changelog/0.100.0/copilot-issue-search-most-bugs.png)
16+
17+
- When displaying issues, `@githubpr` will show a markdown table and try to pick the best columns to show based on the search.
18+
19+
![Copilot issue search for closed October bugs](./documentation/changelog/0.100.0/copilot-issue-search.png)
20+
21+
- Each issue listed in the "Issues" view has a new action, "Summarize With Copilot", that will reveal the Chat panel and summarize the selected issue. We also added another action, "Fix With Copilot", that will summarize the selected issue and will use the workspace context to suggest a fix for it.
22+
- We have added an experimental "Notifications" view that lists the user's unread notifications across repositories. By default the notifications are sorted by most recently updated descending, but you can use the "Sort by Priority using Copilot" action from the view title's `...` menu to have Copilot prioritize the notifications. Clicking on each notification trigger an action to summarize the notification using Copilot. The view also contains easily accessible action to mark a notification as read, as well as open the notification on GitHub.com.
23+
24+
### Fixes
25+
26+
- Gift icon is confusing to me here. https://github.com/microsoft/vscode-pull-request-github/issues/6289
27+
- Cannot get PR to show that is from a fork and main branch. https://github.com/microsoft/vscode-pull-request-github/issues/6267
28+
- Summary review comment buttons do not disable while review is submitting. https://github.com/microsoft/vscode-pull-request-github/issues/6261
29+
- Refreshing a PR doesn't refresh comments. https://github.com/microsoft/vscode-pull-request-github/issues/6252
30+
- Adding a new Review doesn't update the Tree Control Node. https://github.com/microsoft/vscode-pull-request-github/issues/6251
31+
- pr.markFileAsViewed doesn't update the parent nodes. https://github.com/microsoft/vscode-pull-request-github/issues/6248
32+
- Infinite error dialogs with GH account mixup. https://github.com/microsoft/vscode-pull-request-github/issues/6245
33+
- PRs do not refresh after changing account preferences in dropdown. https://github.com/microsoft/vscode-pull-request-github/issues/6244
34+
- Extension should still work if only upstream requires SAML. https://github.com/microsoft/vscode-pull-request-github/issues/6159
35+
- Checkbox likes to play Simon Says. https://github.com/microsoft/vscode-pull-request-github/issues/3972
36+
337
## 0.98.0
438

539
### Fixes
Loading
Loading

0 commit comments

Comments
 (0)