Skip to content

0.25.0

Choose a tag to compare

@RMacfarlane RMacfarlane released this 01 Apr 02:34
· 2548 commits to main since this release
0afaf10

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.