Skip to content

0.46.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 06 Jul 13:01
· 1329 commits to main since this release
0259b30

0.46.0

Changes

  • Use the setting "githubPullRequests.ignoredPullRequestBranches" to ignore branches for pull requests.

  • The setting "githubPullRequests.overrideDefaultBranch" lets you override the default branch from github.com locally.

  • The "Publish branch?" dialog can be skipped when creating a PR using the setting "githubPullRequests.pushBranch".

  • The auto-merge checkbox is availabe in the "Overview" editor.

    Auto-merge in the overview

Fixes

  • "Exit Review Mode" changed to "Checkout default Branch". #3637
  • Comments showed when opening a PR despite having "comments.openView": "never" set. #3652
  • Can't comment on a new file (via github.dev web editor). #3646
  • Cannot view more than 100 and few files in PR. #3623
  • The Copy GitHub Permalink command copies wrong commit hash. #3566

Thank You