Skip to content

0.64.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 09 May 13:38
· 852 commits to main since this release
93f3c7e

0.64.0

Changes

  • File level comments can be created from PR files.

File level comments

  • We have an internal rate limit which should help prevent us from hitting GitHub's rate limit.
  • All of the places where you can "Checkout default branch" respect the git setting "git.pullBeforeCheckout".
  • Team reviewers can be added as reviewers to PRs from the PR overview/description. Fetching team reviewers can be slow, so they are only fetched on demand and are then cached until you fetch them on demand again.

Show or refresh team reviewers button

Fixes

  • quickDiff setting is ignored. #4726
  • Overview shows closed instead of merged. #4721
  • 'Commit & Create Pull Request' automatically pushes when working on a PR. #4692
  • PRs for only one repo show in a multi root workspace. #4682
  • Publishing branch reset target branch to main. #4681
  • Old PR editors show error after revisiting. #4661
  • org in issue query causes crash. #4595

Thank You