Skip to content

0.52.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 05 Oct 14:34
· 1181 commits to main since this release
15e36bc

0.52.0

Changes

  • Improved support for GitHub Enterprise starting with GitHub Enterprise version 3.1. This includes:
    • PAT-less authentication courtesy of the VS Code built in GitHub Enterprise authentication provider.
    • Automatic detection when you open a folder with an Enterprise repo and an on-ramp to get set up.
    • Fixes for GitHub Enterprise bugs. Note: If you find any issues with GitHub Enterprise please do file an issue!
  • Checkboxes to mark files as viewed. This means you can mark whole folders as viewed now.
    Checkboxes to mark as viewed
  • When you use the "Checkout 'default branch'" button, the pull request overview and all associated diffs will close.
  • Issues referenced by # in pull request titles are linked to the pull request.

Fixes

  • Multi-root workspaces with two projects checked out to branches with open PRs either shows errors or misleading information. #3490
  • Draft PR checkbox reverts to unchecked after typing description. #3977

Thank you