diff --git a/CHANGELOG.md b/CHANGELOG.md index 8551d99..54d79dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails - Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck - Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit +- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic)) +- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon)) - Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents - Fixes issue with the current line blame toggle not working when current line blame starts disabled - Fixes various issues when not on a branch diff --git a/README.md b/README.md index 9cf3444..2853225 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ - Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails - Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck - Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit +- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic)) +- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon)) - Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents - Fixes issue with the current line blame toggle not working when current line blame starts disabled - Fixes various issues when not on a branch @@ -790,6 +792,8 @@ Add [`"gitlens.insiders": true`](#general-settings "Jump to GitLens settings") t A big thanks to the people that have contributed to this project: - Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=AmandaCameron)) +- Brett Cannon ([@brettcannon](https://github.com/brettcannon)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=brettcannon)) +- Cory Forsyth ([@bantic](https://github.com/bantic)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=bantic)) - Geoffrey ([@g3offrey](https://github.com/g3offrey)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=g3offrey)) - Yukai Huang ([@Yukaii](https://github.com/Yukaii)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=Yukaii)) - Helmut Januschka ([@hjanuschka](https://github.com/hjanuschka)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=hjanuschka)) diff --git a/src/ui/welcome/index.html b/src/ui/welcome/index.html index 14c95e9..2fc8b84 100644 --- a/src/ui/welcome/index.html +++ b/src/ui/welcome/index.html @@ -149,6 +149,16 @@ Fixes #359 — Show changes of an added file in the first commit
+ +
  • FIXED + Fixes bronze typo thanks to PR #361 by Cory Forsyth (@bantic) +
    +
  • +
  • FIXED + Fixes individually typo thanks to PR #364 by Brett Cannon (@brettcannon) +
    +
  • +
  • FIXED Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents