From 643abbf40eca8bee3c96088e013dd451003a895d Mon Sep 17 00:00:00 2001 From: Alex Ross <38270282+alexr00@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:37:21 +0200 Subject: [PATCH] 0.166.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f2771291..7c58815d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.166.0 + +### Changes + +- Speed up opening pull request webviews. +- Always show abbreviated commit SHAs in the pull request commits tree. +- Open canonical GitHub pull request and issue URLs in the Pull Requests extension. Can be disabled with `githubPullRequests.openPullLinks`. + +### Fixes + +- Pressing a pull request link in the Agents window doesn't open the browser. https://github.com/microsoft/vscode-pull-request-github/issues/8934 +- Renamed file with no content changes is shown as a 100% new file in the pull request diff. https://github.com/microsoft/vscode-pull-request-github/issues/8893 +- No prompt to delete the local branch and switch back when GitHub automatically deletes a merged pull request's remote branch. https://github.com/microsoft/vscode-pull-request-github/issues/8892 +- Fix review comment loading when falling back to legacy GraphQL queries. +- Retry loading review comments with smaller page sizes when GitHub returns an HTTP 502 response. + +**_Thank You_** + +* [@jameswilmiller (James Miller)](https://github.com/jameswilmiller): Always show abbreviated commit SHAs in the pull request commits tree. [PR #8840](https://github.com/microsoft/vscode-pull-request-github/pull/8840) +* [@tamird (Tamir Duberstein)](https://github.com/tamird): Fix review comment loading when falling back to legacy GraphQL queries. [PR #8889](https://github.com/microsoft/vscode-pull-request-github/pull/8889) +* [@tamird (Tamir Duberstein)](https://github.com/tamird): Retry loading review comments with smaller page sizes when GitHub returns an HTTP 502 response. [PR #8890](https://github.com/microsoft/vscode-pull-request-github/pull/8890) + ## 0.164.0 ### Fixes diff --git a/package-lock.json b/package-lock.json index d1cb165776..901fece38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-pull-request-github", - "version": "0.164.0", + "version": "0.166.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-pull-request-github", - "version": "0.164.0", + "version": "0.166.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab02d7f1d6..38aac1514c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "treeItemMarkdownLabel", "treeViewMarkdownMessage" ], - "version": "0.164.0", + "version": "0.166.0", "publisher": "GitHub", "engines": { "node": ">=20",