Skip to content

Commit dd14485

Browse files
authored
Update changelog (#4987)
* Update changelog * Add circle avatar
1 parent c6f00d5 commit dd14485

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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
14.6 KB
Loading
38.6 KB
Loading

0 commit comments

Comments
 (0)