Skip to content

0.17.0

Choose a tag to compare

@RMacfarlane RMacfarlane released this 15 Jun 16:52
187d04c

Changes

  • Improved display of labels in issue hovers by swapping out the existing svg version of the labels for a newly supported html version.
  • When creating a GitHub permalink, we now try to pick the "best" remote if the currently opened repository has several remotes. The priority of remote is upstream, ups, origin, then other names. The first remote from that ordering which contains the same commit that the current branch is on will be used in the permalink.
  • Issue creation now better takes into account the file that you're coming from when you create an issue instead of only listening for repository change when a different repository is selected in the SCM view.
  • The new issue editor now lets you edit the title, assignees, labels, and description.
  • User and issue completions now only show in plaintext and in comments! No more noisy issue suggestions when you trigger suggest in code.

Notable fixes

  • Issues shown in the completion suggestion are now deduped, even when the githubIssues.queries result in having the same issue twice (1800).
  • There is not longer a notification shown when running GitHub Issues: Copy GitHub Permalink (1787).
  • Comments are removed when showing issue hovers (1763).
  • The Issues view now has a loading state that matches the Pull Requests view.
  • Better support in multiroot workspaces (1741).