Skip to content

Commit 5020fe1

Browse files
committed
Preps v9.6.3
1 parent 2bce0e5 commit 5020fe1

File tree

4 files changed

+55
-7
lines changed

4 files changed

+55
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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
824

925
### Fixed
1026

1127
- Fixes [#718](https://github.com/eamodio/vscode-gitlens/issues/718) - Can't see changed files when comparing branches
1228

13-
## [9.6.1] - 2019-04-017
29+
## [9.6.1] - 2019-04-17
1430

1531
### Added
1632

@@ -2764,6 +2780,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
27642780

27652781
- Initial release but still heavily a work in progress.
27662782

2783+
[9.6.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.2...eamodio:v9.6.3
27672784
[9.6.2]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.1...eamodio:v9.6.2
27682785
[9.6.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.6.0...eamodio:v9.6.1
27692786
[9.6.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.5.1...eamodio:v9.6.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ GitLens is highly customizable and provides many configuration settings to allow
695695
| `gitlens.hovers.annotations.enabled` | Specifies whether to provide any hovers when showing blame annotations |
696696
| `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 |
697697
| `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 |
699699
| `gitlens.hovers.currentLine.changes` | Specifies whether to provide a _changes (diff)_ hover for the current line |
700700
| `gitlens.hovers.currentLine.details` | Specifies whether to provide a _commit details_ hover for the current line |
701701
| `gitlens.hovers.currentLine.enabled` | Specifies whether to provide any hovers for the current line |

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "9.6.2",
5+
"version": "9.6.3",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"
@@ -572,9 +572,9 @@
572572
],
573573
"enumDescriptions": [
574574
"Shows only the changes to the line",
575-
"Shows the full set of related changes"
575+
"Shows the set of related changes"
576576
],
577-
"markdownDescription": "Specifies whether to show just the changes to the line or the full set of related changes in the _changes (diff)_ hover",
577+
"markdownDescription": "Specifies whether to show just the changes to the line or the set of related changes in the _changes (diff)_ hover",
578578
"scope": "window"
579579
},
580580
"gitlens.hovers.detailsMarkdownFormat": {

src/webviews/apps/welcome/index.html

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 class="changelog__title">
194194
<li>
195195
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a prompt to
196196
enable the view to the <i>Show * View</i> commands when the specified view is
197-
disabled &mdash; &mdash; closes
197+
disabled &mdash; closes
198198
<a
199199
title="Open Issue #710"
200200
href="https://github.com/eamodio/vscode-gitlens/issues/710"
@@ -207,6 +207,12 @@ <h2 class="changelog__title">
207207
>
208208
<div class="changelog__details changelog__details--list"></div>
209209
</li>
210+
<li>
211+
<span class="changelog__badge changelog__badge--added">NEW</span>Adds a
212+
<code>gitlens.hovers.changesDiff</code> setting to specify whether to show just the
213+
changes to the line or the set of related changes in the <i>changes (diff)</i> hover
214+
<div class="changelog__details changelog__details--list"></div>
215+
</li>
210216
<li>
211217
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Removes the
212218
automatic suspension of the current line blame annotations while debugging &mdash;
@@ -250,6 +256,21 @@ <h2 class="changelog__title">
250256
no longer loses the context of the last selected item before showing more
251257
<div class="changelog__details"></div>
252258
</li>
259+
<li>
260+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
261+
maintaining of the line context when opening changes from the hovers
262+
<div class="changelog__details changelog__details--list"></div>
263+
</li>
264+
<li>
265+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
266+
accuracy of the <i>changes (diff)</i> hover
267+
<div class="changelog__details changelog__details--list"></div>
268+
</li>
269+
<li>
270+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
271+
rendering of the diff in the <i>changes (diff)</i> hover
272+
<div class="changelog__details changelog__details--list"></div>
273+
</li>
253274
<li>
254275
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Improves the
255276
behavior of the
@@ -366,6 +387,16 @@ <h2 class="changelog__title">
366387
&mdash; Contributors shows no commits for mailmapped committer name
367388
<div class="changelog__details changelog__details--list"></div>
368389
</li>
390+
<li>
391+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
392+
<a
393+
title="Open Issue #697"
394+
href="https://github.com/eamodio/vscode-gitlens/issues/697"
395+
>#697</a
396+
>
397+
&mdash; fixes git error handling for some linux OS'
398+
<div class="changelog__details changelog__details--list"></div>
399+
</li>
369400
<li>
370401
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes the
371402
behavior of the <i>Open Line Changes with Previous Revision</i>

0 commit comments

Comments
 (0)