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: README.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,26 @@
13
13
<br />
14
14
15
15
# What's new in GitLens 8
16
-
## 8.1 — March 2018
17
-
- Adds automatic issue linking to Bitbucket, GitHub, GitLab, and Visual Studio Team Services for commit messages in hovers
18
-
- Adds support to toggle annotations for each file individually or for all files at once — closes [#289](https://github.com/eamodio/vscode-gitlens/issues/289)
19
-
- Adds icons to remotes in the *GitLens* explorer based on the remote service provider
20
-
- Adds multi-cursor support to current line annotations — closes [#291](https://github.com/eamodio/vscode-gitlens/issues/291)
21
-
- Renames *Compare Selected Ancestor with Working Tree* command to *Compare Ancestry with Working Tree* and removes the need to select a branch first, since all compares are performed with the working tree — closes [#279](https://github.com/eamodio/vscode-gitlens/issues/279)
22
-
- Fixes [#294](https://github.com/eamodio/vscode-gitlens/issues/294) - Keyboard shortcuts will now default to *chorded* to avoid conflicts. Only affects new installs or if you remove the `gitlens.keymap` setting
23
-
24
-
## 8.0 — February 2018
25
-
- Brand new welcome experience
26
-
- Brand new interactive [settings editor](#configuration)— GitLens is easier than ever to customize to suit your needs
27
-
- Adds a tree layout option to branches in the <i>GitLens</i> explorer — thanks to Yukai Huang ([@Yukaii](https://github.com/Yukaii))!
- Adds rich tooltip details to the *GitLens* explorer and *GitLens Results* view
18
+
- Adds richer working tree and upstream status information to branches in the *GitLens* explorer
19
+
- Adds an indicator to the *GitLens* explorer's branch history to mark the synchronization point between the local and remote branch (if available)
20
+
- Adds ability to easily switch between relative and absolute dates via the `gitlens.defaultDateStyle` settings — closes [#312](https://github.com/eamodio/vscode-gitlens/issues/312)
21
+
- Adds `gitlens.currentLine.scrollable` setting to specify whether the current line blame annotation can be scrolled into view when it is outside the viewport — closes [#149](https://github.com/eamodio/vscode-gitlens/issues/149), [#290](https://github.com/eamodio/vscode-gitlens/issues/290), [#265](https://github.com/eamodio/vscode-gitlens/issues/265)
22
+
- Adds *Copy Commit ID to Clipboard* (`gitlens.copyShaToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
23
+
- Adds *Copy Commit Message to Clipboard* (`gitlens.copyMessageToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
24
+
- Renames *Compare with Index (HEAD)* (`gitlens.explorers.compareWithHead`) command to *Compare with HEAD*— closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
25
+
- Renames *Compare Index (HEAD) with Branch or Tag...* (`gitlens.diffHeadWithBranch`) command to *Compare HEAD with Branch or Tag...*— closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
26
+
- Removes the unnecessary *Show File Blame Annotations* (`gitlens.showFileBlame`) command —*Toggle File Blame Annotations* (`gitlens.toggleFileBlame`) provides similar functionality
27
+
- Removes the unnecessary *Show Line Blame Annotations* (`gitlens.showLineBlame`) command —*Toggle Line Blame Annotations* (`gitlens.toggleLineBlame`) provides similar functionality
28
+
- Removes *Open Working File* (`gitlens.openWorkingFile`) command from the editor toolbar when the built-in *Open File* command is visible
29
+
- Removes *Compare with HEAD* (`gitlens.explorers.compareWithHead`), *Compare with Working Tree* (`gitlens.explorers.compareWithWorking`), and *Compare Compare Ancestry with Working Tree* (`gitlens.explorers.compareAncestryWithWorking`) commands from the current branch since comparing a branch with itself doesn't make sense — closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
30
+
- Fixes [#314](https://github.com/eamodio/vscode-gitlens/issues/314) - Toggle line annotation doesn't work properly
31
+
- Fixes [#310](https://github.com/eamodio/vscode-gitlens/issues/310) - "via Terminal" commands need quoting around work directory
32
+
- Fixes issues with the active repository in the *GitLens* explorer failed to update properly
33
+
- Fixes issues with *Open File*, *Open Revision*, and *Show File History* commands and images and other binary files
34
+
- Fixes issues preventing nodes in the *GitLens* explorer from expanding properly in certain cases
35
+
- Fixes issues when refreshing nodes in the *GitLens Results* view
29
36
30
37
See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md"Open Release Notes") for the full set of changes
Adds ability to easily switch between relative and absolute dates via the <code>gitlens.defaultDateStyle</code> settings — closes <atitle="Open Issue #312" href="https://github.com/eamodio/vscode-gitlens/issues/312">#312</a>
Adds <code>gitlens.currentLine.scrollable</code> setting to specify whether the current line blame annotation can be scrolled into view when it is outside the viewport — closes <atitle="Open Issue #149" href="https://github.com/eamodio/vscode-gitlens/issues/149">#149</a>, <atitle="Open Issue #290" href="https://github.com/eamodio/vscode-gitlens/issues/290">#290</a>, <atitle="Open Issue #265" href="https://github.com/eamodio/vscode-gitlens/issues/265">#265</a>
Fixes <atitle="Open Issue #310" href="https://github.com/eamodio/vscode-gitlens/issues/310">#310</a> — "via Terminal" commands need quoting around work directory
Adds multi-cursor support to current line annotations — closes <atitle="Open Issue #291" href="https://github.com/eamodio/vscode-gitlens/issues/291">#291</a>
Renames <i>Compare Selected Ancestor with Working Tree</i> command to <i>Compare Ancestry with Working Tree</i> and removes the need to select a branch first, since all compares are performed with the working tree — closes <atitle="Open Issue #279" href="https://github.com/eamodio/vscode-gitlens/issues/279">#279</a>
Fixes <atitle="Open Issue #294" href="https://github.com/eamodio/vscode-gitlens/issues/294">#294</a> — Keyboard shortcuts will now default to <i>chorded</i> to avoid conflicts. Only affects new installs or if you remove the <spanclass="setting-key">gitlens.keymap</span> setting
0 commit comments