Skip to content

Commit 48115b9

Browse files
authored
Update changelog for 0.60.0 (#4575)
1 parent 5008550 commit 48115b9

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 0.60.0
4+
5+
### Changes
6+
7+
- Permalinks are rendered better in both the comments widget and in the PR description.
8+
9+
![Permalink in description](documentation/changelog/0.60.0/permalink-description.png)
10+
![Permalink in comment widget](documentation/changelog/0.60.0/permalink-comment-widget.png)
11+
12+
- The description has a button to re-request a review.
13+
14+
![Re-request review](documentation/changelog/0.60.0/re-request-review.png)
15+
16+
- Quick diffs are no longer experimental. You can turn on PR quick diffs with the setting `githubPullRequests.experimental.quickDiff`.
17+
18+
![Pull request quick diff](documentation/changelog/0.60.0/quick-diff.png)
19+
20+
- Extension logging log level is now controlled by the command "Developer: Set Log Level". The old setting for log level has been deprecated.
21+
22+
### Fixes
23+
24+
- Make a suggestion sometimes only works once. https://github.com/microsoft/vscode-pull-request-github/issues/4470
25+
26+
**_Thank You_**
27+
28+
* [@joshuaobrien](https://github.com/joshuaobrien)
29+
* Unify style of re-request review button [PR #4539](https://github.com/microsoft/vscode-pull-request-github/pull/4539)
30+
* Ensure `re-request-review` command is handled in activityBarViewProvider [PR #4540](https://github.com/microsoft/vscode-pull-request-github/pull/4540)
31+
* Prevent timestamp in comments overflowing [PR #4541](https://github.com/microsoft/vscode-pull-request-github/pull/4541)
32+
* [@kabel (Kevin Abel)](https://github.com/kabel): Ignore more files from the vsix [PR #4530](https://github.com/microsoft/vscode-pull-request-github/pull/4530)
33+
334
## 0.58.2
435

536
### Fixes
23.2 KB
Loading
20.2 KB
Loading
37.2 KB
Loading
6.05 KB
Loading

0 commit comments

Comments
 (0)