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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
41
41
- Adds *Show Results Explorer* (`gitlens.showResultsExplorer`) command — shows/expands the *GitLens Results* explorer
42
42
43
43
### Changed
44
-
- Moves the *GitLens* explorer, *GitLens History* explorer, and *GitLens Results*explorer under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213)
44
+
- Moves the *GitLens*, *GitLens History*, and *GitLens Results*explorers under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213)
45
45
- Showing results in the *GitLens Results* explorer now properly shows the explorer first
46
46
- Renames *Compare Line Revision with Previous* command (`gitlens.diffLineWithPrevious`) to *Compare Commit with Previous* for consistency with other commands
47
47
- Renames *Compare Line Revision with Working File* command (`gitlens.diffLineWithWorking`) to *Compare Commit with Working File* for consistency with other commands
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
# What's new in GitLens 8
16
16
## 8.3 — May 2018
17
-
- Moves the *GitLens* explorer, *GitLens History* explorer, and *GitLens Results*explorer under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213)
17
+
- Moves the *GitLens*, *GitLens History*, and *GitLens Results*explorers under the Source Control activity (in the sidebar) 🎉 — closes [#213](https://github.com/eamodio/vscode-gitlens/issues/213)
18
18
- Adds user-defined modes for quickly toggling between sets of settings
@@ -74,7 +74,8 @@ While GitLens is generously offered to everyone free of charge, if you find it u
74
74
GitLens simply helps you understand code better. Quickly glimpse into whom, why, and when a line or code block was changed. Jump back through history to gain further insights as to how and why the code evolved. Explore the history and evolution of a codebase.
75
75
76
76
Here are just some of the features that GitLens provides,
77
-
- a [*GitLens* explorer](#gitlens-explorer"Jump to the GitLens explorer") to navigate and explore repositories or file histories
77
+
- a [*GitLens* explorer](#gitlens-explorer"Jump to the GitLens explorer") to navigate and explore repositories
78
+
- a [*GitLens History* explorer](#gitlens-history-explorer"Jump to the GitLens History explorer") to navigate and explore file histories
78
79
- an on-demand [*GitLens Results* view](#gitlens-results-view"Jump to the GitLens Results view") to explore commit searches, visualize comparisons between branches, tags, commits, and more
79
80
- 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
80
81
- an unobtrusive [current line blame](#current-line-blame"Jump to the Current Line Blame") annotation at the end of the line
Moves the <i>GitLens</i> explorer, <i>GitLens History</i> explorer, and <i>GitLens Results</i>explorer under the Source Control activity (in the sidebar) 🎉 — closes <atitle="Open Issue #213" href="https://github.com/eamodio/vscode-gitlens/issues/213">#213</a>
49
+
Moves the <i>GitLens</i>, <i>GitLens History</i>, and <i>GitLens Results</i>explorers under the Source Control activity (in the sidebar) 🎉 — closes <atitle="Open Issue #213" href="https://github.com/eamodio/vscode-gitlens/issues/213">#213</a>
@@ -149,7 +149,6 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
149
149
Fixes <atitle="Open Issue #359" href="https://github.com/eamodio/vscode-gitlens/issues/359">#359</a> — Show changes of an added file in the first commit
<p>Here are just some of the features that GitLens provides,
340
338
<ulclass="section-list">
341
-
<li>a <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-explorer"><i>GitLens</i> explorer</a> to navigate and explore repositories or file histories</li>
339
+
<li>a <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-explorer"><i>GitLens</i> explorer</a> to navigate and explore repositories</li>
340
+
<li>a <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-history-explorer"><i>GitLens History</i> explorer</a> to navigate and explore file histories</li>
342
341
<li>an on-demand <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#gitlens-results-view"><i>GitLens Results</i> view</a> to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more</li>
343
342
<li>authorship <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#code-lens">code lens</a> showing the most recent commit and # of authors to the top of files and/or on code blocks</li>
344
343
<li>an unobtrusive <atitle="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/#current-line-blame">current line blame</a> annotation at the end of the line</li>
0 commit comments