Skip to content

Commit b6cbab4

Browse files
authored
Changelog for 0.86.0 (#5882)
* Changelog for 0.86.0 * More info on outdated comment action
1 parent 404fc51 commit b6cbab4

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

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.86.0
4+
5+
### Changes
6+
7+
- The new `auto` value for `githubPullRequests.createDefaultBaseBranch` will use the upstream's default branch as the base branch for fork repositories.
8+
- Outdated comments now show a badge in the Comments view.
9+
10+
![Outdated comment in view](./documentation/changelog/0.86.0/outdated-comment.png)
11+
- Colors for checks and Xs on PR page. https://github.com/microsoft/vscode-pull-request-github/issues/5754
12+
- Comment threads in the Comments view now have inline actions and context menu actions. Outdated comments have a "Diff Comment with HEAD" action which is particularly useful for understanding what changed on an outdated comment.
13+
14+
![Comment thread context menu](./documentation/changelog/0.86.0/context-menu-comment.png)
15+
![Comment thread inline actions](./documentation/changelog/0.86.0/inline-action-comments-view.png)
16+
17+
### Fixes
18+
19+
- Trim leading whitespace in PR description. https://github.com/microsoft/vscode-pull-request-github/issues/5780
20+
- Flickering When Editing A Comment. https://github.com/microsoft/vscode-pull-request-github/issues/5762
21+
22+
## 0.84.0
23+
24+
- There is no extension version 0.84.0 because of a version increase mistake.
25+
326
## 0.82.0
427

528
### Changes
21.8 KB
Loading
22.6 KB
Loading
17.9 KB
Loading

0 commit comments

Comments
 (0)