Added
- Adds on-demand heatmap annotations of the whole file -- closes #182
- Displays a
heatmap
(age) indicator near the gutter, which provides an easy, at-a-glance way to tell the age of a line- Indicator ranges from bright yellow (newer) to dark brown (older)
- Displays a
- Adds
Toggle File Heatmap Annotations
command (gitlens.toggleFileHeatmap
) to toggle the heatmap annotations on and off - Adds semi-persistent results for commit operations, via the
Show Commit Details
command (gitlens.showQuickCommitDetails
) in theGitLens Results
view -- closes #237 - Adds
Show in Results
option to the commit details quick pick menu to show the commit in theGitLens Results
view - Adds
Compare with Index (HEAD)
command (gitlens.explorers.compareWithHead
) to branch, remote branch, tag, and revision (commit) nodes in theGitLens
view to compare the current selection with the current index (HEAD) in theGitLens Results
view - Adds
Compare with Remote
command (gitlens.explorers.compareWithRemote
) to branch nodes in theGitLens
view to compare the current selection with its remote tracking branch in theGitLens Results
view
Changed
- Improves startup performance and reduces package size