Releases: microsoft/vscode-pull-request-github
Releases · microsoft/vscode-pull-request-github
0.29.0
0.29.0
Changes
- "Start working" on an issue has been expanded to let you work on issues outside of the repo you currently have open.
- Improved UX for merged PRs in the sidebar view.
Fixes
- Comments can be deleted from the overview path. #2855
- Comments no longer get stuck "pending". #2822
- Comments are visible in diffs opened from the commits file view. #2688
- "Webview is disposed" error is fixed. #2444
Thank You
0.28.0
0.28.0
Changes
- Status bar entries use the new
createStatusBarItem
API to show better names.
Fixes
- Placeholder avatar is shown correctly with GitHub Enterprise. #2771
- Error messages no longer shown when there's a non-GitHub remote. #2768
- Copying a permalink doesn't require sign in. #2761
- There's a new timeout for listing branches so that repositories with many branches don't hang. #2753
- "There are updates" notification is shown less often and can be permanently hidden. #2628
- And more!
Thank You
0.27.1
0.27.0
0.26.0
- Files that have been marked as viewed on GitHub show a checkmark decoration in the pull request tree. Each file in the tree has an inline action for marking it as viewed or not viewed.
- Conversations can be marked as resolved within the editor. Resolved conversations collapse by default.
- The commented decoration in tree views has been updated to a speech bubble for clarity.
- The "Delete Review" and "Finish Review" buttons have been removed from the comment widget. Instead there is a "Go to Review" button which shows all comments in the pending review and allows choosing how to submit the review, as an approval or requesting changes.
- The "All" category of the pull request tree is expanded by default.
- Thanks to @icatalina, there is a new
githubPullRequests.terminalLinksHandler
setting to choose how create pull request links should be handled from the terminal.
0.25.1
- Fixed vulnerability described in CVE-2021-28470
0.25.0
Changes
- For forked repositories, an upstream remote is automatically added if it doesn't exist.
- The
githubPullRequests.focusedMode
setting is enabled by default, causing the "Focused Mode" view for a checked out pull request to be visible in the Pull Request view container. - Thanks to @TanushN and @rohanshiva, the pull request description page now supports adding and removing assignees and milestones.
- The pull request create view now allows selecting both the source and target branch instead of always using the current branch as the source.
Fixes
- Using ${user} twice in the
githubPullRequests.queries
no longer results in an error. - Local branches are pruned when deleting the remote branch after merging a pull request.
0.24.0
- The views of the extension have been split into two viewlets: one with the GitHub logo which contains the overview of pull requests, and issues, and one containing views for the active pull request.
- The focused mode view has actions to refresh the view and open the description page.
- Thanks to @TanushN and @rohanshiva, assignees and the milestone are displayed on the description page.
- Resolved conversations are rendered as collapsed on the description page
0.23.1
Fixes
- Update the new "Create Pull Request" icon to be a sharper image.
0.23.0
Changes
- Creating a pull request now uses views in the activity bar. You can enter the details of the pull request and view the diff between
the current branch and the base branch. - When you publish a branch using the terminal, clicking on the resulting link can also be used to start the create pull request flow.
- The command to create a pull request now also appears in the SCM view.
- Add a command to copy a GitHub permalink as markdown.
Fixes
- Thanks to @IllusionMH, timestamps in the commit list do not text wrap.