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
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,43 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## [8.2.0-beta] - 2018-03-26
7
+
## [8.2.0] - 2018-03-31
8
8
### Added
9
-
- Adds new *GitLens History* explorer to explore the history of the current file —same as the history view in the *GitLens* explorer when undocked
9
+
- Adds new stand-alone *GitLens History* explorer to visualize the history of the current file —undocked version of the *GitLens* explorer history view
10
10
11
11

12
12
13
-
- Adds rich tooltip details to the *GitLens* explorer and *GitLens Results* view
14
-
- Adds richer working tree and upstream status information to branches in the *GitLens* explorer
13
+
- Adds richer tooltips to the *GitLens* explorer and *GitLens Results* view, and richer working tree and upstream status to the *GitLens* explorer
- 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)
18
22
- Adds `${agoOrDate}` and `${authorAgoOrDate}` tokens to `gitlens.blame.format`, `gitlens.currentLine.format`, `gitlens.explorers.commitFormat`, `gitlens.explorers.stashFormat`, and `gitlens.statusBar.format` settings which will honor the `gitlens.defaultDateStyle` setting
19
-
- 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)
- Adds annotation format settings (`gitlens.*.format`) to the interactive settings editor
27
+
28
+

29
+
30
+
- Adds new `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)
31
+
32
+

33
+
34
+
- Adds `gitlens.statusBar.reduceFlicker` setting to the interactive settings editor
35
+
36
+

37
+
38
+
- Adds a one-time notification on startup if the `alt-based` keyboard shortcuts are in use, with options to easily switch to another set
20
39
- Adds *Copy Commit ID to Clipboard* (`gitlens.copyShaToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
21
40
- Adds *Copy Commit Message to Clipboard* (`gitlens.copyMessageToClipboard`) command to changed file nodes in the *GitLens* explorer and *GitLens Results* view
22
41
23
42
### Changed
43
+
- Moves *Keyboard Settings* to the *General* section of the interactive settings editor
24
44
- Renames *Compare with Index (HEAD)* (`gitlens.explorers.compareWithHead`) command to *Compare with HEAD*— closes [#309](https://github.com/eamodio/vscode-gitlens/issues/309)
25
45
- 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)
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 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.2 — April 2018
17
-
- Adds new *GitLens History* explorer to explore the history of the current file —same as the history view in the *GitLens* explorer when undocked
17
+
- Adds new stand-alone *GitLens History* explorer to visualize the history of the current file —undocked version of the *GitLens* explorer history view
18
18
- Adds richer tooltips to the *GitLens* explorer and *GitLens Results* view, and richer working tree and upstream status to the *GitLens* explorer
19
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
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)
@@ -197,7 +197,7 @@ The history view provides the revision history of the current file, which has th
197
197
<imgsrc="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/ss-gitlens-history-explorer.png"alt="GitLens History Explorer" />
198
198
</p>
199
199
200
-
A [customizable](#gitlens-history-explorer-settings"Jump to the GitLens History Explorer settings") explorer to explore the history of the current file. This is same as the history view in the *GitLens* Explorer when undocked
200
+
A [customizable](#gitlens-history-explorer-settings"Jump to the GitLens History Explorer settings")stand-alone explorer to visualize the history of the current file— undocked version of the *GitLens* Explorer history view
201
201
- Automatically updates to track the current editor
202
202
- A context menu provides *Open File*, *Open File in Remote* (if available), and *Refresh* commands
203
203
- An inline toolbar provides an *Open File* command
0 commit comments