Skip to content
Merged

0.132.0 #8572

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.132.0

### Changes

- 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.
Comment thread
alexr00 marked this conversation as resolved.
- Pull requests in the sidebar views can now show icons representing their status (open, closed, merged, draft) with the setting `"githubPullRequests.pullRequestAvatarDisplay"`.

### Fixes

- Update with merge commit feature not working. https://github.com/microsoft/vscode-pull-request-github/issues/8553
- Avatar doesn't show in comment widget with GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/8550
- Can't easily open PR to the right. https://github.com/microsoft/vscode-pull-request-github/issues/8537
- Stale worktree repo entry persists in PR sidebar after worktree removal. https://github.com/microsoft/vscode-pull-request-github/issues/8525
- Wrong list of files when creating PR. https://github.com/microsoft/vscode-pull-request-github/issues/8457
- Element with id All Open (URL) is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/8073

## 0.130.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"treeItemMarkdownLabel",
"treeViewMarkdownMessage"
],
"version": "0.130.0",
"version": "0.132.0",
"publisher": "GitHub",
"engines": {
"vscode": "^1.110.0"
Expand Down