Skip to content

Commit 3c1a13e

Browse files
authored
0.142.0 (#8722)
1 parent 4bdfe90 commit 3c1a13e

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.142.0
4+
5+
### Changes
6+
7+
- Display linked issue(s) in the Pull Request Overview.
8+
- Clean up GitHub API usage to reduce unnecessary calls, errors, and generally reduce load on GitHub.
9+
10+
### Fixes
11+
12+
- Issue sorting has different behavior for CLI created issues. https://github.com/microsoft/vscode-pull-request-github/issues/8703
13+
- Checked checkboxes (- [x]) are visually indistinguishable from unchecked ones. https://github.com/microsoft/vscode-pull-request-github/issues/8671
14+
15+
**_Thank You_**
16+
17+
* [@mohamedamara1](https://github.com/mohamedamara1): Display linked issue(s) from the PR Overview [PR #6835](https://github.com/microsoft/vscode-pull-request-github/pull/6835)
18+
319
## 0.140.0
420

521
### Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"treeItemMarkdownLabel",
4242
"treeViewMarkdownMessage"
4343
],
44-
"version": "0.140.0",
44+
"version": "0.142.0",
4545
"publisher": "GitHub",
4646
"engines": {
4747
"node": ">=20",

0 commit comments

Comments
 (0)