Skip to content

Commit 8396110

Browse files
authored
Update changelog (#4889)
1 parent a4b84e4 commit 8396110

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CHANGELOG.md

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

3+
## 0.66.0
4+
5+
### Changes
6+
7+
- We show the same welcome view as the git extension when you open a subfolder of a git repository.
8+
9+
![Git subfolder welcome view](documentation/changelog/0.66.0/git-subfolder-welcome.png)
10+
11+
- Improved performance of extension activation, particularly for multi-repo workspaces
12+
- There are two new actions for viewing diffs of checked out PRs: **Compare Base With Pull Request Head (readonly)** and **Compare Pull Request Head with Local**. These actions are available from the PR changes context menu.
13+
14+
![Compare changes with commands location](documentation/changelog/0.66.0/compare-changes-with-commands.png)
15+
16+
- The new setting `"githubPullRequests.pullPullRequestBranchBeforeCheckout"` can be used to turn off pulling a previously checked out PR branch when checking out that same branch again.
17+
18+
### Fixes
19+
20+
- Bad/missing error handling when creating PR can lead to being rate limited. https://github.com/microsoft/vscode-pull-request-github/issues/4848
21+
- My vscode workspace sometimes shows a PR from vscode-cpptools. https://github.com/microsoft/vscode-pull-request-github/issues/4842
22+
- Improper `@mentions` in comments. https://github.com/microsoft/vscode-pull-request-github/issues/4810
23+
- Duplicated issues in tree. https://github.com/microsoft/vscode-pull-request-github/issues/4781
24+
- Element with id Local Pull Request Brancheshttps... is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/4642
25+
26+
**_Thank You_**
27+
28+
* [@kabel (Kevin Abel)](https://github.com/kabel): Simplify `AuthProvider` enum [PR #4779](https://github.com/microsoft/vscode-pull-request-github/pull/4779)
29+
* [@SKPG-Tech (Salvijus K.)](https://github.com/SKPG-Tech): Add missing index in template [PR #4822](https://github.com/microsoft/vscode-pull-request-github/pull/4822)
30+
* [@unknovvn (Andzej Korovacki)](https://github.com/unknovvn): Use git setting to fetch before checkout in checkoutExistingPullRequestBranch [PR #4759](https://github.com/microsoft/vscode-pull-request-github/pull/4759)
31+
332
## 0.64.0
433

534
### Changes
97.1 KB
Loading
43.7 KB
Loading

0 commit comments

Comments
 (0)