You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
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
+

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
0 commit comments