github gitkraken/vscode-gitlens v8.4.0

latest releases: v15.0.3, v15.0.2, v15.0.1...
5 years ago

Added

  • Adds completely revamped heatmap annotations
    cold heatmap
    • The indicator's, now customizable, color will either be hot or cold based on the age of the most recent change (cold after 90 days by default) — closes #419
    • The indicator's brightness ranges from bright (newer) to dim (older) based on the relative age, which is calculated from the median age of all the changes in the file
    • Adds gitlens.heatmap.ageThreshold setting to specify the age of the most recent change (in days) after which the gutter heatmap annotations will be cold rather than hot (i.e. will use gitlens.heatmap.coldColor instead of gitlens.heatmap.hotColor)
    • Adds gitlens.heatmap.coldColor setting to specify the base color of the gutter heatmap annotations when the most recent change is older (cold) than the gitlens.heatmap.ageThreshold setting
    • Adds gitlens.heatmap.hotColor setting to specify the base color of the gutter heatmap annotations when the most recent change is newer (hot) than the gitlens.heatmap.ageThreshold setting
  • Adds new branch history node under the Repository Status node in the GitLens explorer
  • Adds GitLab and Visual Studio Team Services icons to the remote nodes in the GitLens explorer — thanks to PR #421 by Maxim Pekurin (@pmaxim25)

Fixed

  • Fixes #400 - GitLens logging to debug console when debugging different extension
  • Fixes #409 - Literal $(ellipsis) inserted into commit QuickPick menu entry placeholder text
  • Fixes #415 - Branch names get mangled by color escapes — thanks to PR #416 by Roy Ivy III (@rivy)

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.