Skip to content

Commit 9f41daf

Browse files
authored
Changelog for 0.94.0 (#6117)
1 parent 451c13a commit 9f41daf

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

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

3+
## 0.94.0
4+
5+
### Changes
6+
7+
- You can create revert PRs from the PR description. The PR branch doesn't need to be checked out to create a revert PR.
8+
9+
![Create a revert PR](./documentation/changelog/0.94.0/create-revert-pr.gif)
10+
11+
- As a nice side effect of the enabling reverts, you can now see PRs whose branch has been deleted in the "Pull Requests" view.
12+
- The "Open Pull Request on GitHub.com" action shows even when there are PRs from multiple repos checked out.
13+
- `img` tags in code comments will now properly show the image for public repos.
14+
15+
### Fixes
16+
17+
- Failed to execute git when deleting branches and remotes. https://github.com/microsoft/vscode-pull-request-github/issues/6051
18+
- Use notification progress when deleting branches and remotes. https://github.com/microsoft/vscode-pull-request-github/issues/6050
19+
- Sign in failed: Error: No auth flow succeeded. https://github.com/microsoft/vscode-pull-request-github/issues/6056
20+
- Extension gets rate limited in a many-repo setup: http forbidden response when adding reviewer after creating pull request. https://github.com/microsoft/vscode-pull-request-github/issues/6042
21+
- File can't be opened, redirects me to browser. https://github.com/microsoft/vscode-pull-request-github/issues/5827
22+
23+
**_Thank You_**
24+
25+
* [@Santhoshmani1 (Santhosh Mani )](https://github.com/Santhoshmani1): Feature : Add open pr on github from pr description node [PR #6020](https://github.com/microsoft/vscode-pull-request-github/pull/6020)
26+
27+
328
## 0.92.0
429

530
### Changes
3.15 MB
Loading

0 commit comments

Comments
 (0)