From 7086ace34142ffaf4305ab588db389587c0468b8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 2 Nov 2022 00:28:49 -0400 Subject: [PATCH] Adds @Mattadore's contribution --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60880b4..5c7597b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Fixed +- Fixes [#2303](https://github.com/gitkraken/vscode-gitlens/issues/2303) - "Googlesource" gerrit only supports two levels of domain — thanks to [PR #2304](https://github.com/gitkraken/vscode-gitlens/pull/2304) by Matt Buckley ([@Mattadore](https://github.com/Mattadore)) - Fixes [#2300](https://github.com/gitkraken/vscode-gitlens/issues/2300) - extra non-functional toolbar buttons when viewing PR diffs in VSCode web - Fixes [#2281](https://github.com/gitkraken/vscode-gitlens/issues/2281) - Push and Pull buttons missing from the commits view w/ integrations disabled - Fixes [#2276](https://github.com/gitkraken/vscode-gitlens/issues/2276) - Search commit by Sha not working in Gitlens side bar diff --git a/README.md b/README.md index ce75682..6326d06 100644 --- a/README.md +++ b/README.md @@ -1139,6 +1139,7 @@ A big thanks to the people that have contributed to this project: - Brian Bolte ([@bolte-17](https://github.com/bolte-17)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=bolte-17) - Zach Boyle ([@zaboyle](https://github.com/zaboyle)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=zaboyle) - Tony Brix ([@UziTech](https://github.com/UziTech)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=UziTech) +- Matt Buckley ([@Mattadore](https://github.com/Mattadore)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Mattadore) - Lee Chang ([@MeltingMosaic](https://github.com/MeltingMosaic)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=MeltingMosaic) - Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=AmandaCameron) - Martin Campbell ([@martin-css](https://github.com/martin-css)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=martin-css)