Skip to content

0.22.0

Choose a tag to compare

@RMacfarlane RMacfarlane released this 11 Dec 16:57

Changes

  • Colored icons are used in the issues view.

  • File changes in the Pull Request view are expanded by default.

  • The timestamp in the pull request description has hover with the exact time.

  • There's a new command to "Leave Review Mode". It checks-out the default branch for the repository and remove the comment UI, just like the "Leave Review mode" button in the pull request description.

  • The "Description" node in the Pull Request tree has an inline action to checkout the pull request.

  • The Pull Request view lists the PR number first in the title, and also moves the "Draft" indication to be more prominent.

  • Thanks to @ejkim1996, there is an action to toggle between viewing files in a tree structure and viewing them as a flat list in the Changes in Pull Request view.

  • When a pull request is checked out, opening a file associated with it will automatically reveal this it in the CHanges in Pull Request view.

Notable fixes

  • Clicking on a comment link on the pull request description page now always opens the associated file.

  • Thanks to @KaiSforza, the The remote <remoteName> is not a GitHub repository. error is now surpressed for remotes outside of those set in githubPullRequests.remotes.