0.64.0
0.64.0
Changes
- File level comments can be created from PR files.
- 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.
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
- @Balastrong (Leonardo Montini)
- @eastwood (Clinton Ryan): Gracefully handle errors where the SSH configuration file is corrupt or malformed PR #4644
- @kabel (Kevin Abel)
- @ypresto (Yuya Tanaka): Fix wrong repo URL for nested repos in workspace (fix copy permalink) PR #4711