Skip to content

Commit 4ddb871

Browse files
committed
Preps v8.5.6
1 parent 0e77081 commit 4ddb871

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [8.5.6] - 2018-08-21
88
### Fixed
99
- Fixes [#477](https://github.com/eamodio/vscode-gitlens/issues/477) - Can't load any GitLens features or UI
1010
- Fixes [#482](https://github.com/eamodio/vscode-gitlens/issues/482) - UI displays "undefined" in results panel when comparing

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
- Fixes [#471](https://github.com/eamodio/vscode-gitlens/issues/471) - Don't use Ctrl+Alt+[character] as a shortcut
5252
- Fixes [#478](https://github.com/eamodio/vscode-gitlens/issues/478) - `suppressShowKeyBindingsNotice` gets saved even when it is not required
5353
- Fixes [#468](https://github.com/eamodio/vscode-gitlens/issues/468) - Commit history for detached HEAD doesn't work properly
54+
- Fixes [#477](https://github.com/eamodio/vscode-gitlens/issues/477) - Can't load any GitLens features or UI
55+
- Fixes [#482](https://github.com/eamodio/vscode-gitlens/issues/482) - UI displays "undefined" in results panel when comparing
5456
- Fixes issues with GitLens Welcome and the interactive settings editor with light themes
5557
- Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
5658
- Fixes issue where the *Compare File with Previous Revision* command wouldn't work properly when the file had been renamed in some cases

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "8.5.5",
5+
"version": "8.5.6",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

src/ui/welcome/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,20 @@ <h2 class="changelog__title">What's New in
318318
&mdash; Commit history for detached HEAD doesn't work properly
319319
<div class="changelog__details"></div>
320320
</li>
321+
<li>
322+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
323+
Fixes
324+
<a title="Open Issue #477" href="https://github.com/eamodio/vscode-gitlens/issues/477">#477</a>
325+
&mdash; Can't load any GitLens features or UI
326+
<div class="changelog__details"></div>
327+
</li>
328+
<li>
329+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
330+
Fixes
331+
<a title="Open Issue #482" href="https://github.com/eamodio/vscode-gitlens/issues/482">#482</a>
332+
&mdash; UI displays "undefined" in results panel when comparing
333+
<div class="changelog__details"></div>
334+
</li>
321335
<li>
322336
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
323337
Fixes issues with GitLens Welcome and the interactive settings editor with light themes

0 commit comments

Comments
 (0)