Vscode Gitlens: v10.1.0 Release

Release date:
October 6, 2019
Previous version:
v10.0.1 (released September 24, 2019)
Magnitude:
1,500 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

25 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 26, 2019
Authored September 25, 2019
Authored September 25, 2019
Authored October 2, 2019
Authored September 25, 2019
Authored October 2, 2019
Authored September 28, 2019
Authored October 6, 2019
Authored October 6, 2019
Authored October 2, 2019
Authored September 28, 2019
Authored October 1, 2019
Authored September 28, 2019
Authored October 1, 2019
Authored September 25, 2019
Authored September 24, 2019
Authored September 28, 2019

Top Contributors in v10.1.0

eamodio

Directory Browser for v10.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • Adds a new Git Commands (gitlens.gitCommands)
    • Adds a new branch command with sub-commands for create, rename, and delete
    • Adds a Reveal Branch in Repositories View button to the quick pick menu toolbar
    • Adds keyboard navigation
    • right arrow — reveals the selected branch in the Repositories view, if there is no text in the quick pick menu
    • alt+left right, ctrl+left right, cmd+left right (macOS) — reveals the selected branch in the Repositories view
    • Adds a new tag command with sub-commands for create, and delete
    • Adds a Reveal Branch in Repositories View or Reveal Tag in Repositories View button to the quick pick menu toolbar
    • Adds keyboard navigation
    • right arrow — reveals the selected branch or tag in the Repositories view, if there is no text in the quick pick menu
    • alt+left right, ctrl+left right, cmd+left right (macOS) — reveals the selected branch or tag in the Repositories view
  • Adds better co-author support — closes #373
    • Adds a new co-author command to the Git Commands quick pick menu to add a co-author to a commit message
    • Adds a new Add Co-authors command to the inline toolbar and context menu for the Contributors node in the Repositories view
    • Adds the Add as Co-author command to the inline toolbar for the contributors in the Repositories view
  • Adds support for GitHub Pull Request uri schemes (pr://) — closes #678
  • Adds new actions options to the status bar blame
    • Adds a gitlens.showCommitsInView option to show the commit in the Search Commits view
    • Adds a gitlens.revealCommitInView option to to reveal the commit in the Repositories view
  • Adds a new Rename Branch... command to branches in the Repositories view

Changed

  • Improves (drastically) the performance of revealing commits in the Repositories view
  • Changes the Create Branch (via Terminal)... command to Create Branch... and uses the branch create Git command
  • Changes the Delete Branch (via Terminal)... command to Delete Branch... and uses the branch delete Git command
  • Changes the Create Tag (via Terminal)... command to Create Tag... and uses the tag create Git command
  • Changes the Delete Tag (via Terminal)... command to Delete Tag... and uses the tag delete Git command

Fixed

  • Fixes #826 - Deleting stash doesn't remove the stash from the list - have to refresh
  • Fixes #769 - compacting causes duplicate names
  • Fixes issues with issue linking in hovers
  • Fixes issues with the Show commits in Search Commits view Git code lens action with uncommitted changes
  • Fixes missing prefix while search nodes are loading