Skip to content

0.19.0

Compare
Choose a tag to compare
@RMacfarlane RMacfarlane released this 13 Aug 18:26

Changes

  • When you try to Start Working on Issue in a repository where you don't have permission to push, you now have the option to fork the repository. This flow will fork the repository and configure your remotes.

  • When attempting to push changes to a repository that you do not have permissions to push to, the extension will now prompt you to fork the repository and push to that instead.

  • Updated the version of @octokit/rest to ^18.0.0. This is was a big refactor, but should result in better performance.

Notable fixes

  • The setting githubIssues.workingIssueBranch is deprecated in favor of the better named githubIssues.issueBranchTitle.
  • The githubIssues.issueBranchTitle setting is now validated.