Skip to content

0.68.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 06 Jul 14:54
· 745 commits to main since this release
8e1284e

0.68.0

Changes

  • Avatars in tree views and comments are circles instead of squares

Circle avatar

  • The old "Suggest Edit" command from the SCM view now directs you to "Suggest a Change" feature introduced in version 0.58.0.
  • Up to 1000 (from the previous 100) comment threads can be loaded in a pull request.
  • The new VS Code API proposal for a read-only message let's you check out a PR directly from an un-checked-out diff.

Read-only PR file message

Fixes

  • User hover shows null when writing the @username. #4891
  • Reverted PR remains visible in "Local Pull Request Branches" tab of sidebar. #4855
  • Order of workspaces in multi-root workspace is not what I expect. #4837
  • Reassigning same reviewers causes desync with GitHub. #4836
  • Re-request review from one reviewer will remove other reviewers. #4830
  • Don't reload entire DOM when getting data from GitHub. #4371

Thank You