Skip to content

Commit a7e2c38

Browse files
authored
Update changelog for 0.64.0 (#4792)
1 parent 7ab5780 commit a7e2c38

3 files changed

Lines changed: 37 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.64.0
4+
5+
### Changes
6+
7+
- File level comments can be created from PR files.
8+
9+
![File level comments](documentation/changelog/0.64.0/file-level-comments.gif)
10+
11+
- We have an internal rate limit which should help prevent us from hitting GitHub's rate limit.
12+
- All of the places where you can "Checkout default branch" respect the git setting `"git.pullBeforeCheckout"`.
13+
- 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.
14+
15+
![Show or refresh team reviewers button](documentation/changelog/0.64.0/get-team-reviewers.png)
16+
17+
### Fixes
18+
19+
- quickDiff setting is ignored. https://github.com/microsoft/vscode-pull-request-github/issues/4726
20+
- Overview shows closed instead of merged. https://github.com/microsoft/vscode-pull-request-github/issues/4721
21+
- 'Commit & Create Pull Request' automatically pushes when working on a PR. https://github.com/microsoft/vscode-pull-request-github/issues/4692
22+
- PRs for only one repo show in a multi root workspace. https://github.com/microsoft/vscode-pull-request-github/issues/4682
23+
- Publishing branch reset target branch to main. https://github.com/microsoft/vscode-pull-request-github/issues/4681
24+
- Old PR editors show error after revisiting. https://github.com/microsoft/vscode-pull-request-github/issues/4661
25+
- org in issue query causes crash. https://github.com/microsoft/vscode-pull-request-github/issues/4595
26+
27+
**_Thank You_**
28+
29+
* [@Balastrong (Leonardo Montini)](https://github.com/Balastrong)
30+
* Add x button to remove a label from a new PR [PR #4649](https://github.com/microsoft/vscode-pull-request-github/pull/4649)
31+
* Change file mode for execute husky hook on MacOS [PR #4695](https://github.com/microsoft/vscode-pull-request-github/pull/4695)
32+
* [@eastwood (Clinton Ryan)](https://github.com/eastwood): Gracefully handle errors where the SSH configuration file is corrupt or malformed [PR #4644](https://github.com/microsoft/vscode-pull-request-github/pull/4644)
33+
* [@kabel (Kevin Abel)](https://github.com/kabel)
34+
* Fix status checks rendering [PR #4542](https://github.com/microsoft/vscode-pull-request-github/pull/4542)
35+
* Make the display of PR number in tree view configurable [PR #4576](https://github.com/microsoft/vscode-pull-request-github/pull/4576)
36+
* Centralize all configuration strings into `settingKeys.ts` [PR #4577](https://github.com/microsoft/vscode-pull-request-github/pull/4577)
37+
* Move `PullRequest` to a shared location for reviewing of types [PR #4578](https://github.com/microsoft/vscode-pull-request-github/pull/4578)
38+
* [@ypresto (Yuya Tanaka)](https://github.com/ypresto): Fix wrong repo URL for nested repos in workspace (fix copy permalink) [PR #4711](https://github.com/microsoft/vscode-pull-request-github/pull/4711)
39+
340
## 0.62.0
441

542
### Changes
158 KB
Loading
15.7 KB
Loading

0 commit comments

Comments
 (0)