Skip to content

Commit 531d6e7

Browse files
authored
0.132.0 (#8572)
1 parent f049098 commit 531d6e7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 0.132.0
4+
5+
### Changes
6+
7+
- When `"githubPullRequests.pullRequestDescription"` is set to `"branchName"`, the branch name is now "title-ized" (dashes and underscores replaced with spaces, words capitalized) to match the behavior on github.com.
8+
- Pull requests in the sidebar views can now show icons representing their status (open, closed, merged, draft) with the setting `"githubPullRequests.pullRequestAvatarDisplay"`.
9+
10+
### Fixes
11+
12+
- Update with merge commit feature not working. https://github.com/microsoft/vscode-pull-request-github/issues/8553
13+
- Avatar doesn't show in comment widget with GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/8550
14+
- Can't easily open PR to the right. https://github.com/microsoft/vscode-pull-request-github/issues/8537
15+
- Stale worktree repo entry persists in PR sidebar after worktree removal. https://github.com/microsoft/vscode-pull-request-github/issues/8525
16+
- Wrong list of files when creating PR. https://github.com/microsoft/vscode-pull-request-github/issues/8457
17+
- Element with id All Open (URL) is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/8073
18+
319
## 0.130.0
420

521
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"treeItemMarkdownLabel",
4242
"treeViewMarkdownMessage"
4343
],
44-
"version": "0.130.0",
44+
"version": "0.132.0",
4545
"publisher": "GitHub",
4646
"engines": {
4747
"vscode": "^1.110.0"

0 commit comments

Comments
 (0)