|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.136.0 |
| 4 | + |
| 5 | +### Changes |
| 6 | + |
| 7 | +- Add tool to create pull requests. |
| 8 | +- Add tool to resolve review comments. |
| 9 | +- Offer to delete worktrees from the clean up command. |
| 10 | +- Include line numbers in "Apply suggestion using AI" context for code review comments. |
| 11 | + |
| 12 | +### Fixes |
| 13 | + |
| 14 | +- Resolving comments doesn't update state on server. https://github.com/microsoft/vscode-pull-request-github/issues/8649 |
| 15 | +- PR description filled differently than on github.com. https://github.com/microsoft/vscode-pull-request-github/issues/8630 |
| 16 | +- Can't checkout PR locally when already on the same branch. https://github.com/microsoft/vscode-pull-request-github/issues/8624 |
| 17 | +- Parent folder checkbox not auto-checked when all children are marked as viewed. https://github.com/microsoft/vscode-pull-request-github/issues/8584 |
| 18 | +- Escape file names in processed links. |
| 19 | + |
| 20 | +## 0.134.0 |
| 21 | + |
| 22 | +### Changes |
| 23 | + |
| 24 | +- Branch names in the create PR view are now cached for faster target branch loading. |
| 25 | +- GitHub permalink links in PR and issue overview webviews now open the corresponding local file when the file exists in the workspace. |
| 26 | + |
| 27 | +### Fixes |
| 28 | + |
| 29 | +- Selecting a target branch when creating a PR is sometimes broken. https://github.com/microsoft/vscode-pull-request-github/issues/8627 |
| 30 | +- "Apply suggestion using AI" for code comment reviews results in a redundant disclaimer suffix. https://github.com/microsoft/vscode-pull-request-github/issues/8605 |
| 31 | + |
| 32 | +**_Thank You_** |
| 33 | + |
| 34 | +* [@Daniel-Aaron-Bloom](https://github.com/Daniel-Aaron-Bloom): Link to local file for permalinks in webview [PR #8583](https://github.com/microsoft/vscode-pull-request-github/pull/8583) |
| 35 | + |
| 36 | +## 0.132.2 |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +- Button missing rounded corners on one side. https://github.com/microsoft/vscode-pull-request-github/issues/8609 |
| 41 | + |
| 42 | +## 0.132.1 |
| 43 | + |
| 44 | +### Fixes |
| 45 | + |
| 46 | +- Can't add multiline GitHub PR Comment because Inline Chat button covers Comment button. https://github.com/microsoft/vscode-pull-request-github/issues/8504 |
| 47 | +- Deleting a worktree after merging a PR mixes the main branch with the worktree. https://github.com/microsoft/vscode-pull-request-github/issues/8519 |
| 48 | +- Missing issue webview icon. |
| 49 | + |
| 50 | +## 0.132.0 |
| 51 | + |
| 52 | +### Changes |
| 53 | + |
| 54 | +- 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. |
| 55 | +- Pull requests in the sidebar views can now show icons representing their status (open, closed, merged, draft) with the setting `"githubPullRequests.pullRequestAvatarDisplay"`. |
| 56 | + |
| 57 | +### Fixes |
| 58 | + |
| 59 | +- Update with merge commit feature not working. https://github.com/microsoft/vscode-pull-request-github/issues/8553 |
| 60 | +- Avatar doesn't show in comment widget with GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/8550 |
| 61 | +- Can't easily open PR to the right. https://github.com/microsoft/vscode-pull-request-github/issues/8537 |
| 62 | +- Stale worktree repo entry persists in PR sidebar after worktree removal. https://github.com/microsoft/vscode-pull-request-github/issues/8525 |
| 63 | +- Wrong list of files when creating PR. https://github.com/microsoft/vscode-pull-request-github/issues/8457 |
| 64 | +- Element with id All Open (URL) is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/8073 |
| 65 | + |
| 66 | +## 0.130.0 |
| 67 | + |
| 68 | +### Changes |
| 69 | + |
| 70 | +- Multiple PR and issue descriptions can be open at once. |
| 71 | +- Repositories without matching issues are now hidden in the Issues view. |
| 72 | +- The setting `githubPullRequests.autoRepositoryDetection` can be set to `true` to include repositories that are outside of the workspace. |
| 73 | + |
| 74 | +### Fixes |
| 75 | + |
| 76 | +- GitHub Pull Requests: Refresh Chat Sessions command remains available with disableAIFeature set to true. https://github.com/microsoft/vscode-pull-request-github/issues/8376 |
| 77 | +- Share permalink as markdown on tab should use filename for link text. https://github.com/microsoft/vscode-pull-request-github/issues/4663 |
| 78 | +- "Branch does not exist locally" while rebasing. https://github.com/microsoft/vscode-pull-request-github/issues/8487 |
| 79 | +- Coding Agent UI: Closed pull requests are not detected as closed. https://github.com/microsoft/vscode-pull-request-github/issues/8482 |
| 80 | +- The "Refresh Pull Request Comments" command does not work. https://github.com/microsoft/vscode-pull-request-github/issues/8445 |
| 81 | +- Popup "delegate to agent" unremovable. https://github.com/microsoft/vscode-pull-request-github/issues/8496 |
| 82 | +- There is no indicator of what repository the PR relates to. https://github.com/microsoft/vscode-pull-request-github/issues/8174 |
| 83 | +- PR titles cropped unnecessarily. https://github.com/microsoft/vscode-pull-request-github/issues/8453 |
| 84 | +- PR tool descriptions are not user-oriented. https://github.com/microsoft/vscode-pull-request-github/issues/8510 |
| 85 | +- New "check out PR by number" is confusing. https://github.com/microsoft/vscode-pull-request-github/issues/8455 |
| 86 | +- Refreshing PR does not refresh rerun status checks. https://github.com/microsoft/vscode-pull-request-github/issues/8449 |
| 87 | +- Improve commit line break unwrapping. https://github.com/microsoft/vscode-pull-request-github/issues/8345 |
| 88 | + |
| 89 | +**_Thank You_** |
| 90 | + |
| 91 | +* [@gvilums (Georgijs)](https://github.com/gvilums): Fix PR tree reveal errors for flat file layout [PR #8522](https://github.com/microsoft/vscode-pull-request-github/pull/8522) |
| 92 | + |
3 | 93 | ## 0.128.0 |
4 | 94 |
|
5 | 95 | ### Changes |
|
0 commit comments