Skip to content

Commit ee88020

Browse files
authored
0.122.0 changelog (#8124)
* 0.122.0 changelog * Remove postinstall
1 parent de4e336 commit ee88020

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

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

3+
## 0.122.0
4+
5+
### Changes
6+
7+
- Auto-generated PR descriptions (via `githubPullRequests.pullRequestDescription`) will respect the repository PR template if there is one.
8+
- Icons in the Pull Requests view now render with codicons instead of Unicode characters.
9+
- Drafts in the Pull Requests view now render in italics instead of having a `[DRAFT]` prefix.
10+
11+
![Pull Requests view showing codicon labels and italic draft PR titles](./documentation/changelog/0.122.0/pr-labels.png)
12+
13+
- Emoji completions for `:smile:` style emojis are now available in review comments.
14+
15+
![Emoji completions in review comments](./documentation/changelog/0.122.0/emoji-completions.gif)
16+
17+
- [Markdown alert syntax](https://github.com/orgs/community/discussions/16925) is now rendered in review comments.
18+
19+
![Markdown alerts in review comments](./documentation/changelog/0.122.0/markdown-alerts.png)
20+
21+
- Opening an empty commit from a pull request webview shows an editor with a message instead of showing a notification.
22+
- Pull requests can be opened from from a url, for example: `vscode-insiders://github.vscode-pull-request-github/checkout-pull-request?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460`
23+
- Icons are up-to-date with VS Code's latest icons.
24+
- If you start a review and want to cancel it, there's now a "Cancel Review" button in the pull request webview.
25+
26+
![Cancel review button](./documentation/changelog/0.122.0/cancel-review.png)
27+
28+
### Fixes
29+
30+
- Reactions to code comments are not showing up (Web). https://github.com/microsoft/vscode-pull-request-github/issues/2195
31+
- Editing a comment freezes VS Code. https://github.com/microsoft/vscode/issues/274455
32+
- Github Pull Request tab won't open if branch names are reused. https://github.com/microsoft/vscode-pull-request-github/issues/8007
33+
- Icons are misaligned. https://github.com/microsoft/vscode-pull-request-github/issues/7998
34+
- "Git is not installed or otherwise not available" even though it is. https://github.com/microsoft/vscode-pull-request-github/issues/5454
35+
36+
**_Thank You_**
37+
38+
* [@bendrucker (Ben Drucker)](https://github.com/bendrucker): Enable all LLM tools in prompts (agent mode) [PR #6956](https://github.com/microsoft/vscode-pull-request-github/pull/6956)
39+
* [@gerardbalaoro (Gerard Balaoro)](https://github.com/gerardbalaoro): Make branch list timeout configurable (#2840) [PR #7927](https://github.com/microsoft/vscode-pull-request-github/pull/7927)
40+
* [@wankun-tcj](https://github.com/wankun-tcj): Fix avatar display issue in Pull Request tree view [PR #7851](https://github.com/microsoft/vscode-pull-request-github/pull/7851)
41+
342
## 0.120.2
443

544
### Fixes

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4237,7 +4237,6 @@
42374237
]
42384238
},
42394239
"scripts": {
4240-
"postinstall": "yarn update-dts",
42414240
"bundle": "webpack --mode production --env esbuild",
42424241
"bundle:node": "webpack --mode production --config-name extension:node --config-name webviews",
42434242
"bundle:web": "webpack --mode production --config-name extension:webworker --config-name webviews",

0 commit comments

Comments
 (0)