Skip to content

Commit 743d6bc

Browse files
authored
Changelog for 0.82.0 (#5783)
1 parent 4dbc37a commit 743d6bc

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

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

3+
## 0.82.0
4+
5+
### Changes
6+
7+
- There is an option to choose which email to associate a merge or squash commit with.
8+
9+
![Commit associated with email](./documentation/changelog/0.82.0/email-for-commit.png)
10+
- The setting `githubPullRequests.labelCreated` can be used to configure the labels that are automatically added to PRs that are created.
11+
- When the cursor is in a comment widget input, the keybinding `ctrl+k m` or (`cmd+k m` on mac) can be used to insert a suggestion.
12+
- Video previews now show in the PR description.
13+
- The activity bar entry has been renamed from "GitHub" to "GitHub Pull Requests". The extension has been renamed from "GitHub Pull Requests and Issues" to "GitHub Pull Requests".
14+
- "Owner level" PR templates are now supported. This means that a PR template can be defined in the `.github` repository of an organization or user and it will be used for all repositories owned by that organization or user which do not have a repository-specific PR template.
15+
- Projects can be added to a PR from the "Create" view. Projects can also be added to new issues.
16+
17+
### Fixes
18+
19+
- [Accessibility] Remove redundant prefix-style info from PR change view. https://github.com/microsoft/vscode-pull-request-github/issues/5705
20+
- Append PR number to merge commit message. https://github.com/microsoft/vscode-pull-request-github/issues/5690
21+
- Update with merge commitbutton does not go away despite merging. https://github.com/microsoft/vscode-pull-request-github/issues/5661
22+
- "Bad credentials" with no additional information to help resolve. https://github.com/microsoft/vscode-pull-request-github/issues/5576
23+
24+
**_Thank You_**
25+
26+
* [@Malix-off (Malix)](https://github.com/Malix-off): Fix #5693 [PR #5694](https://github.com/microsoft/vscode-pull-request-github/pull/5694)
27+
* [@umakantv (Umakant Vashishtha)](https://github.com/umakantv): Feature: Auto Populate Labels [PR #5679](https://github.com/microsoft/vscode-pull-request-github/pull/5679)
28+
329
## 0.80.1
430

531
### Fixes
38.8 KB
Loading

0 commit comments

Comments
 (0)