File tree Expand file tree Collapse file tree
documentation/changelog/0.68.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.68.0
4+
5+ ### Changes
6+
7+ - Avatars in tree views and comments are circles instead of squares
8+
9+ ![ Circle avatar] ( /documentation/changelog/0.68.0/circle-avatar.png )
10+
11+ - The old "Suggest Edit" command from the SCM view now directs you to "Suggest a Change" feature introduced in version 0.58.0.
12+ - Up to 1000 (from the previous 100) comment threads can be loaded in a pull request.
13+ - 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.
14+
15+ ![ Read-only PR file message] ( /documentation/changelog/0.68.0/read-only-file-message.png )
16+
17+ ### Fixes
18+
19+ - User hover shows null when writing the @username . https://github.com/microsoft/vscode-pull-request-github/issues/4891
20+ - Reverted PR remains visible in "Local Pull Request Branches" tab of sidebar. https://github.com/microsoft/vscode-pull-request-github/issues/4855
21+ - Order of workspaces in multi-root workspace is not what I expect. https://github.com/microsoft/vscode-pull-request-github/issues/4837
22+ - Reassigning same reviewers causes desync with GitHub. https://github.com/microsoft/vscode-pull-request-github/issues/4836
23+ - Re-request review from one reviewer will remove other reviewers. https://github.com/microsoft/vscode-pull-request-github/issues/4830
24+ - Don't reload entire DOM when getting data from GitHub. https://github.com/microsoft/vscode-pull-request-github/issues/4371
25+
326## 0.66.2
427
528### Fixes
You can’t perform that action at this time.
0 commit comments