You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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](https://github.com/eamodio/vscode-gitlens/issues/419)
11
+
- The indicator's color, now customizable, will either be hot or cold based on the age of the most recent change (cold after 90 days by default) — closes [#419](https://github.com/eamodio/vscode-gitlens/issues/419)
12
12
- 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
13
13
- 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`)
14
14
- 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
- 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](https://github.com/eamodio/vscode-gitlens/issues/419)
19
+
- The indicator's color, now customizable, will either be hot or cold based on the age of the most recent change (cold after 90 days by default) — closes [#419](https://github.com/eamodio/vscode-gitlens/issues/419)
20
20
- 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
21
21
- 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`)
22
22
- 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
@@ -43,7 +43,7 @@ Here are just some of the features that GitLens provides,
43
43
- authorship [code lens](#code-lens"Jump to the Code Lens") showing the most recent commit and # of authors to the top of files and/or on code blocks
44
44
- an unobtrusive [current line blame](#current-line-blame"Jump to the Current Line Blame") annotation at the end of the line
45
45
- on-demand [gutter blame](#gutter-blame"Jump to the Gutter Blame") annotations, including a heatmap, for the whole file
46
-
-detailed blame information accessible via [hovers](#hovers"Jump to the Hovers")
46
+
-on-demand [gutter heatmap](#gutter-heatmap"Jump to the Gutter Heatmap") annotations to show how recently lines were changed, relative to all the other changes in the file and to now (hot vs. cold)
47
47
- on-demand [recent changes](#recent-changes"Jump to the Recent Changes") annotations to highlight lines changed by the most recent commit
48
48
- a [status bar blame](#status-bar-blame"Jump to the Status Bar Blame") annotation showing author and date for the current line
49
49
-[commit search](#commit-search"Jump to the Commit Search")— by message, author, filename, commit id, or code changes
<atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gutter-blame">gutter blame</a> annotations, including a heatmap, for the whole file
730
730
</li>
731
+
<li>on-demand
732
+
<atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gutter-heatmap">gutter heatmap</a> annotations to show how recently lines were changed, relative to all
733
+
the other changes in the file and to now (hot vs. cold)
734
+
</li>
731
735
<li>detailed blame information accessible via
732
736
<atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#hovers">hovers</a>
0 commit comments