Skip to content
Merged

0.146.0 #8752

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.146.0

### Changes

- Trim `Co-authored-by` lines from the default PR description.

### Fixes

- "Bad credentials" error persists even after re-authenticating via browser. https://github.com/microsoft/vscode-pull-request-github/issues/8738
- Comment shows twice in diff editor. https://github.com/microsoft/vscode-pull-request-github/issues/8736
- Upload button overlays cursor / text in comment editor. https://github.com/microsoft/vscode-pull-request-github/issues/8735
- Branches tracking a shared upstream incorrectly associated with stale closed PRs. https://github.com/microsoft/vscode-pull-request-github/issues/8676

## 0.144.0

### Changes
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"treeItemMarkdownLabel",
"treeViewMarkdownMessage"
],
"version": "0.144.0",
"version": "0.146.0",
"publisher": "GitHub",
"engines": {
"node": ">=20",
"vscode": "^1.110.0"
"vscode": "^1.121.0"
},
"categories": [
"Other",
Expand Down