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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,29 @@ 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
-
## [9.6.2] - 2019-04-017
7
+
## [9.6.3] - 2019-04-22
8
+
9
+
## Added
10
+
11
+
- Adds a `gitlens.hovers.changesDiff` setting to specify whether to show just the changes to the line or the set of related changes in the _changes (diff)_ hover
12
+
13
+
## Changes
14
+
15
+
- Improves the maintaining of the line context when opening changes from the hovers
16
+
- Improves the accuracy of the _changes (diff)_ hover
17
+
- Improves the rendering of the diff in the _changes (diff)_ hover
18
+
19
+
## Fixed
20
+
21
+
- Fixes [#697](https://github.com/eamodio/vscode-gitlens/issues/697) - fixes git error handling for some linux OS'
22
+
23
+
## [9.6.2] - 2019-04-17
8
24
9
25
### Fixed
10
26
11
27
- Fixes [#718](https://github.com/eamodio/vscode-gitlens/issues/718) - Can't see changed files when comparing branches
12
28
13
-
## [9.6.1] - 2019-04-017
29
+
## [9.6.1] - 2019-04-17
14
30
15
31
### Added
16
32
@@ -2764,6 +2780,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2764
2780
2765
2781
- Initial release but still heavily a work in progress.
Copy file name to clipboardExpand all lines: README.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
@@ -695,7 +695,7 @@ GitLens is highly customizable and provides many configuration settings to allow
695
695
|`gitlens.hovers.annotations.enabled`| Specifies whether to provide any hovers when showing blame annotations |
696
696
|`gitlens.hovers.annotations.over`| Specifies when to trigger hovers when showing blame annotations<br /><br />`annotation` - only shown when hovering over the line annotation<br />`line` - shown when hovering anywhere over the line |
697
697
|`gitlens.hovers.avatars`| Specifies whether to show avatar images in hovers |
698
-
|`gitlens.hovers.changesDiff`| Specifies whether to show just the changes to the line or the full set of related changes in the _changes (diff)_ hover<br /><br />`line` - Shows only the changes to the line<br /><br />`hunk` - Shows the full set of related changes |
698
+
|`gitlens.hovers.changesDiff`| Specifies whether to show just the changes to the line or the set of related changes in the _changes (diff)_ hover<br /><br />`line` - Shows only the changes to the line<br /><br />`hunk` - Shows the set of related changes|
699
699
|`gitlens.hovers.currentLine.changes`| Specifies whether to provide a _changes (diff)_ hover for the current line |
700
700
|`gitlens.hovers.currentLine.details`| Specifies whether to provide a _commit details_ hover for the current line |
701
701
|`gitlens.hovers.currentLine.enabled`| Specifies whether to provide any hovers for the current line |
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "gitlens",
3
3
"displayName": "GitLens — Git supercharged",
4
4
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
0 commit comments