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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 0.90.0
4
+
5
+
### Changes
6
+
7
+
- There's a new command available when a PR description is opened: **GitHub Pull Requests: Focus Pull Request Description Review Input**. This command will scroll the PR description to the final comment input box and focus into the input box.
8
+
9
+
### Fixes
10
+
11
+
- The at sign after the backquote is converted to markdown. https://github.com/microsoft/vscode-pull-request-github/issues/5965
12
+
- Can height of checks area in PR description have a max. https://github.com/microsoft/vscode-pull-request-github/issues/5947
13
+
- Make conflicts hint actionable. https://github.com/microsoft/vscode-pull-request-github/issues/5942
14
+
- Links with an @ are rendered incorrectly. https://github.com/microsoft/vscode-pull-request-github/issues/5924
0 commit comments