github gitkraken/vscode-gitlens v5.2.0

latest releases: v14.9.1, v14.9.0, v14.8.2...
6 years ago

Added

  • Adds new Changed Files node to the Repository Status node of the GitLens custom view's Repository View -- closes #139
    • Provides a at-a-glance view of all "working" changes
    • Expands to a file-based view of all changed files in the working tree (enabled via "gitlens.insiders": true) and/or all files in all commits ahead of the upstream
  • Adds optional (on by default) working tree status information to the Repository Status node in the GitLens custom view
  • Adds auto value to gitlens.gitExplorer.view setting - closes #150
  • Adds gitlens.gitExplorer.enabled setting to specify whether or not to show the GitLens custom view - closes #144
  • Adds gitlens.gitExplorer.includeWorkingTree setting to specify whether or not to include working tree files inside the Repository Status node of the GitLens custom view
  • Adds gitlens.gitExplorer.statusFileFormat setting to the format of the status of a working or committed file in the GitLens custom view

Changed

  • Changes the sorting (now alphabetical) of files shown in the GitLens custom view
  • Changes the default of the gitlens.gitExplorer.view setting to auto
  • Changes the default of the gitlens.gitExplorer.commitFormat setting to add parentheses around the commit id
  • Removes many menu items from editor/title & editor/title/context by default -- can be re-enabled via the gitlens.advanced.menus setting

Fixed

  • Fixes #146 - Blame gutter annotation issue when commit contains emoji
  • Fixes an issue when running Open File in Remote with a multi-line selection wasn't properly opening the selection in GitLab -- thanks to PR #145 by Amanda Cameron (@AmandaCameron)!
  • Fixes an issue where the gitlens.advanced.menus setting wasn't controlling all the menu items properly

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.