Skip to content

Commit 4b9d189

Browse files
authored
Changelog for 0.112.0 (microsoft#6995)
* Changelog for 0.112.0 * Add thank you
1 parent 947b227 commit 4b9d189

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

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

3+
## 0.112.0
4+
5+
### Changes
6+
- Images in comments from private repositories are now shown in pull request file comments.
7+
- The "Notifications" view is now shown by default, collapsed.
8+
- Issue and pull request links in the timeline an in the issue/pull request body are now opened in VS Code, rather than going to the browser.
9+
- The "Assigned to Me" query in the "Pull Requests" view has been removed, and the "Local Pull Request Branches" and "All Open" queries can be removed using the setting `githubPullRequests.queries`. For repositories with Copilot, a "Copilot on My Behalf" query is added when the setting is unconfigured.
10+
- Unassigned events are now shown in the timeline.
11+
- Copilot "start working", "stop working", and "View Session" are now shown in the timeline.
12+
13+
![Copilot start and stop working](./documentation/changelog/0.112.0/copilot-start-stop.png)
14+
15+
### Fixes
16+
17+
- Interference with interactive rebase. https://github.com/microsoft/vscode-pull-request-github/issues/4904
18+
- Closed PRs get associated with new branches of the same name. https://github.com/microsoft/vscode-pull-request-github/issues/6711
19+
- Fails to open PR's description in some repos on GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/6736
20+
- Support closing an issue. https://github.com/microsoft/vscode-pull-request-github/issues/6864
21+
- Pull request diff shows outdated diff. https://github.com/microsoft/vscode-pull-request-github/issues/6889
22+
23+
**_Thank You_**
24+
25+
* [@kabel (Kevin Abel)](https://github.com/kabel): Allow verified GitHub emails when none are private [PR #6921](https://github.com/microsoft/vscode-pull-request-github/pull/6921)
26+
327
## 0.110.0
428

529
### Changes
44 KB
Loading

0 commit comments

Comments
 (0)