Skip to content

Releases: microsoft/vscode-pull-request-github

0.98.0

03 Oct 16:00
8f670df
Compare
Choose a tag to compare

0.98.0

Fixes

  • Can't approve/reject PRs when in draft mode. #6174
  • Disallow Make a suggestion button press if already have a suggestion in the comment. #6195
  • Untracked files in GHPRI view don't have green text decoration.
  • Don't show error "We couldn't find commit" on outdated comments. #1691
  • Element with id xxx is already registered. #6218
  • Diff Comment with HEAD button in Comments view sometimes disappears. #6157

Thank You

0.96.0

06 Sep 18:28
1fd6771
Compare
Choose a tag to compare

0.96.0

Changes

  • Local changes to a checked-out PR can be quickly converted to suggestion comments from both the SCM view and from the diff editor context menu.

Convert local changes to suggestions

Fixes

  • Use the editor font code for the diffs. #6146
  • Sort shorter paths to the top. #6143
  • Error git config --local branch.main.github-pr-owner-number. #6134
  • The "accessibility.underlineLinks": true setting is ignored. #6122

Thank You

0.94.0

06 Sep 18:27
69bd68c
Compare
Choose a tag to compare

0.94.0

Changes

  • You can create revert PRs from the PR description. The PR branch doesn't need to be checked out to create a revert PR.

Create a revert PR

  • As a nice side effect of the enabling reverts, you can now see PRs whose branch has been deleted in the "Pull Requests" view.
  • The "Open Pull Request on GitHub.com" action shows even when there are PRs from multiple repos checked out.
  • img tags in code comments will now properly show the image for public repos.

Fixes

  • Failed to execute git when deleting branches and remotes. #6051
  • Use notification progress when deleting branches and remotes. #6050
  • Sign in failed: Error: No auth flow succeeded. #6056
  • Extension gets rate limited in a many-repo setup: http forbidden response when adding reviewer after creating pull request. #6042
  • File can't be opened, redirects me to browser. #5827

Thank You

0.92.0

04 Jul 16:03
3339ddc
Compare
Choose a tag to compare

0.92.0

Changes

  • Dates are listed in the "Commits" subtree for checked out PRs

    commits subtree with dates

Fixes

  • Extension asks for commenting ranges on a file that got deleted in PR. #6046
  • An error occurred while loading the image (renamed picture). #6008
  • GitHub Issue trigger - [ ] does not work. #6007
  • PR Title generation surrounded by "quotes". #6002
  • Unresolve comment does not move focus to it. #5973

0.90.0

17 Jun 14:28
9d78ca5
Compare
Choose a tag to compare

0.90.0

Changes

  • There's a new command available when a PR description is opened: GitHub Pull Requests: Focus Pull Request Description Review Input. This command will scroll the PR description to the final comment input box and focus into the input box.

Fixes

  • The at sign after the backquote is converted to markdown. #5965
  • Can height of checks area in PR description have a max. #5947
  • Make conflicts hint actionable. #5942
  • Links with an @ are rendered incorrectly. #5924

0.88.1

14 May 15:34
eae9eb2
Compare
Choose a tag to compare

0.88.1

Fixes

  • GraphQL error: Invalid email address on EMU. #5842

0.88.0

02 May 15:50
8e78405
Compare
Choose a tag to compare

0.88.0

Changes

  • Experimental conflict resolution for non-checked out PRs is available when enabled by the hidden setting "githubPullRequests.experimentalUpdateBranchWithGitHub": true. This feature allows you to resolve conflicts in a PR without checking out the branch locally. The feature is still experimental and will not work in all cases.

  • There's an Accessibility Help Dialog that shows when "Open Accessibility Help" is triggered from the "Pull Requests" and "Issues" views.

    Accessibility help dialog

  • All review action buttons will show in the Active Pull Request sidebar view when there's enough space.

    Show all review actions in sidebar

Fixes

  • Show some loading indicator when switching PR descriptions. #5954
  • Many ripgrep. #5923
  • The icon for un-resolve is too close to undo. #5868
  • PR order does not match multi-root order anymore. #5789
  • Handle renamed files. #5767

0.86.0

08 Apr 10:25
3b223ec
Compare
Choose a tag to compare

0.86.0

Changes

  • The new auto value for githubPullRequests.createDefaultBaseBranch will use the upstream's default branch as the base branch for fork repositories.

  • Outdated comments now show a badge in the Comments view.

    Outdated comment in view

  • Colors for checks and Xs on PR page. #5754

  • Comment threads in the Comments view now have inline actions and context menu actions. Outdated comments have a "Diff Comment with HEAD" action which is particularly useful for understanding what changed on an outdated comment.

    Comment thread context menu
    Comment thread inline actions

Fixes

  • Trim leading whitespace in PR description. #5780
  • Flickering When Editing A Comment. #5762

Thank You

0.82.1

20 Mar 13:25
0c23339
Compare
Choose a tag to compare

0.82.1

Fixes

  • Failed to execute git thrown when attempting to view PR Description in "GitHub" tab. #5744

0.82.0

04 Mar 10:08
6749f4d
Compare
Choose a tag to compare

0.82.0

Changes

  • There is an option to choose which email to associate a merge or squash commit with.

    Commit associated with email

  • The setting githubPullRequests.labelCreated can be used to configure the labels that are automatically added to PRs that are created.

  • When the cursor is in a comment widget input, the keybinding ctrl+k m or (cmd+k m on mac) can be used to insert a suggestion.

  • Video previews now show in the PR description.

  • The activity bar entry has been renamed from "GitHub" to "GitHub Pull Requests". The extension has been renamed from "GitHub Pull Requests and Issues" to "GitHub Pull Requests".

  • "Owner level" PR templates are now supported. This means that a PR template can be defined in the .github repository of an organization or user and it will be used for all repositories owned by that organization or user which do not have a repository-specific PR template.

  • Projects can be added to a PR from the "Create" view. Projects can also be added to new issues.

Fixes

  • [Accessibility] Remove redundant prefix-style info from PR change view. #5705
  • Append PR number to merge commit message. #5690
  • Update with merge commitbutton does not go away despite merging. #5661
  • "Bad credentials" with no additional information to help resolve. #5576

Thank You