Skip to content

0.112.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 20 Jun 13:10
· 176 commits to main since this release
a9d2f40

0.112.0

Changes

  • Images in comments from private repositories are now shown in pull request file comments.
  • The "Notifications" view is now shown by default, collapsed.
  • 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.
  • 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.
  • Unassigned events are now shown in the timeline.
  • Copilot "start working", "stop working", and "View Session" are now shown in the timeline.

Copilot start and stop working

Fixes

  • Interference with interactive rebase. #4904
  • Closed PRs get associated with new branches of the same name. #6711
  • Fails to open PR's description in some repos on GitHub Enterprise. #6736
  • Support closing an issue. #6864
  • Pull request diff shows outdated diff. #6889

Thank You