github gitkraken/vscode-gitlens v10.1.0

latest releases: v15.1.0, v15.0.4, v15.0.3...
4 years ago

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

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.