Skip to content

Releases: microsoft/vscode-pull-request-github

0.29.0

04 Aug 09:22
77fe1b1
Compare
Choose a tag to compare

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.

Merged PR 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

08 Jul 14:14
7af0261
Compare
Choose a tag to compare

0.28.0

Changes

  • Status bar entries use the new createStatusBarItem API to show better names.

Status bar name

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

17 Jun 14:42
510cc11
Compare
Choose a tag to compare
  • Fix links in the readme for the marketplace: #2769

0.27.0

10 Jun 14:58
c919cb7
Compare
Choose a tag to compare

0.26.0

06 May 19:22
Compare
Choose a tag to compare
  • 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

13 Apr 17:04
Compare
Choose a tag to compare

0.25.0

01 Apr 02:34
0afaf10
Compare
Choose a tag to compare

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

05 Mar 19:04
Compare
Choose a tag to compare
  • 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

11 Feb 19:47
Compare
Choose a tag to compare

Fixes

  • Update the new "Create Pull Request" icon to be a sharper image.

0.23.0

04 Feb 18:29
55065db
Compare
Choose a tag to compare

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.