You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
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
+

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)
0 commit comments