Skip to content

0.5.0

Compare
Choose a tag to compare
@RMacfarlane RMacfarlane released this 07 Mar 22:21
3aff81e

0.5.0

Breaking Changes

  • From 0.5.0, you at least need VSCode 1.32 to install and run the extension.

Changes

  • Add support for reacting to comments #46
  • Display reviewers on the description page, and support adding and removing them #412
  • Support adding and removing labels from the description page #933
  • Fix #936, pending review not correctly detected in "Changes in Pull Request" tree
  • Fix #929, description textarea not cleared when approving or requesting changes
  • Fix #912, approving the PR scrolls to the top of the page

New settings

  • githubPullRequests.showInSCM can be used to configure where the GitHub Pull Requests tree is shown, either the new GitHub viewlet or
    the SCM viewlet where it was before. By default, the tree is shown in the GitHub viewlet.

Thank You