Skip to content

Commit 257dcb3

Browse files
authored
Changelog for 0.88 (#5978)
1 parent 45710f8 commit 257dcb3

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## 0.88.0
4+
5+
### Changes
6+
7+
- Experimental conflict resolution for non-checked out PRs is available when enabled by the hidden setting `"githubPullRequests.experimentalUpdateBranchWithGitHub": true`. This feature allows you to resolve conflicts in a PR without checking out the branch locally. The feature is still experimental and will not work in all cases.
8+
- There's an Accessibility Help Dialog that shows when "Open Accessibility Help" is triggered from the "Pull Requests" and "Issues" views.
9+
10+
![Accessibility help dialog](./documentation/changelog/0.88.0/accessibility-help.png)
11+
- All review action buttons will show in the Active Pull Request sidebar view when there's enough space.
12+
13+
![Show all review actions in sidebar](./documentation/changelog/0.88.0/show-all-review-actions.gif)
14+
15+
### Fixes
16+
17+
- Show some loading indicator when switching PR descriptions. https://github.com/microsoft/vscode-pull-request-github/issues/5954
18+
- Many ripgrep. https://github.com/microsoft/vscode-pull-request-github/issues/5923
19+
- The icon for un-resolve is too close to undo. https://github.com/microsoft/vscode-pull-request-github/issues/5868
20+
- PR order does not match multi-root order anymore. https://github.com/microsoft/vscode-pull-request-github/issues/5789
21+
- Handle renamed files. https://github.com/microsoft/vscode-pull-request-github/issues/5767
22+
323
## 0.86.1
424

525
### Fixes
61 KB
Loading
683 KB
Loading

0 commit comments

Comments
 (0)