Skip to content

0.18.0

Choose a tag to compare

@alexr00 alexr00 released this 13 Jul 14:51
a1c10b6

0.18.0

Changes

  • The Issues view now shows the markdown card on hover.
  • Label suggestions are provided in the new issue editor.
  • Hovers work for issues formatted as GH-123.
  • The githubIssues.workingIssueBranch setting can take the new variable ${sanitizedIssueTitle}.
  • If you have uncommitted changes in your issue branch when you try to create a pull request, you'll be prompted to commit them.
  • Closed issues in the Issues view use the closed icon.
  • The Pull Requests and Issues views use the visually appealing welcome mechanism to display the Sign in button.

Notable fixes

  • Users are only fetched when needed, not on every startup (1869)
  • For hovers, the max issue number for the repo is checked to reduce false positives(1860)