Skip to content

Commit d4b14d6

Browse files
committed
Updates CHANGELOG
1 parent 1ae92bc commit d4b14d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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://`) — 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

Comments
 (0)