@@ -23,14 +23,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2323 - Adds a new _ co-author_ command to the _ Git Commands_ quick pick menu to add a co-author to a commit message
2424 - Adds a new _ Add Co-authors_ command to the inline toolbar and context menu for the _ Contributors_ node in the _ Repositories_ view
2525 - Adds the _ Add as Co-author_ command to the inline toolbar for the contributors in the _ Repositories_ view
26- - Adds support for GitHub Pull Request uri schemes (` pr:// ` )
26+ - Adds support for GitHub Pull Request uri schemes (` pr:// ` ) & mdash ; closes [ # 678 ] ( https://github.com/eamodio/vscode-gitlens/issues/678 )
2727- Adds new actions options to the status bar blame
2828 - Adds a ` gitlens.showCommitsInView ` option to show the commit in the _ Search Commits_ view
2929 - Adds a ` gitlens.revealCommitInView ` option to to reveal the commit in the _ Repositories_ view
3030- Adds a new _ Rename Branch..._ command to branches in the _ Repositories_ view
3131
3232### Changed
3333
34+ - Improves (drastically) the performance of revealing commits in the _ Repositories_ view
3435- Changes the _ Create Branch (via Terminal)..._ command to _ Create Branch..._ and uses the _ branch_ _ create_ Git command
3536- Changes the _ Delete Branch (via Terminal)..._ command to _ Delete Branch..._ and uses the _ branch_ _ delete_ Git command
3637- Changes the _ Create Tag (via Terminal)..._ command to _ Create Tag..._ and uses the _ tag_ _ create_ Git command
@@ -39,7 +40,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3940### Fixed
4041
4142- Fixes [ #826 ] ( https://github.com/eamodio/vscode-gitlens/issues/826 ) - Deleting stash doesn't remove the stash from the list - have to refresh
43+ - Fixes [ #769 ] ( https://github.com/eamodio/vscode-gitlens/issues/769 ) - compacting causes duplicate names
4244- Fixes issues with issue linking in hovers
45+ - Fixes issues with the _ Show commits in Search Commits view_ Git code lens action with uncommitted changes
46+ - Fixes missing prefix while search nodes are loading
4347
4448## [ 10.0.1] - 2019-09-24
4549
0 commit comments