Skip to content

0.54.0

Choose a tag to compare

@alexr00 alexr00 released this 02 Nov 19:32
· 1727 commits to main since this release
5b6d181

0.54.0

Changes

  • Pull Requests can be submitted from the "Create" view by doing ctrl/cmd+enter while your cursor is in the description input box.
  • Keybindings are supported for "Mark File as Viewed" (pr.markFileAsViewed). When "Mark File as Viewed" is run from a command or from the editor toolbar the file will also be closed. Tip: Use with "Open All Diffs" for quickly going through a PR review.
  • Checked-out pull requests with less than 20 files will have all the diffs pre-fetched for faster diff-opening times.
  • String in VS Code UI have been configured for localization. Strings in webviews (such as the "Create" view and the PR description/overview) are still not localized.

Fixes

  • User completion in commit box is wrong when manually triggered. #4026
  • Extension periodically refreshes the file under review, resetting the view position. #4031
  • Does the GHPRI extension need to be * activated? #4046
  • "viewed" checkboxes don't always propagate. #3959
  • Block comments not rendering correctly. #4013
  • Can't Create an Issue without body. #4027

Thank You