Pārlūkot izejas kodu

Preps v8.5.6

main
Eric Amodio pirms 6 gadiem
vecāks
revīzija
4ddb871459
5 mainītis faili ar 19 papildinājumiem un 3 dzēšanām
  1. +1
    -1
      CHANGELOG.md
  2. +2
    -0
      README.md
  3. +1
    -1
      package-lock.json
  4. +1
    -1
      package.json
  5. +14
    -0
      src/ui/welcome/index.html

+ 1
- 1
CHANGELOG.md Parādīt failu

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [8.5.6] - 2018-08-21
### Fixed
- Fixes [#477](https://github.com/eamodio/vscode-gitlens/issues/477) - Can't load any GitLens features or UI
- Fixes [#482](https://github.com/eamodio/vscode-gitlens/issues/482) - UI displays "undefined" in results panel when comparing

+ 2
- 0
README.md Parādīt failu

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

+ 1
- 1
package-lock.json Parādīt failu

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "8.5.5",
"version": "8.5.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json Parādīt failu

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"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",
"version": "8.5.5",
"version": "8.5.6",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

+ 14
- 0
src/ui/welcome/index.html Parādīt failu

@ -320,6 +320,20 @@
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
Fixes
<a title="Open Issue #477" href="https://github.com/eamodio/vscode-gitlens/issues/477">#477</a>
&mdash; Can't load any GitLens features or UI
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
Fixes
<a title="Open Issue #482" href="https://github.com/eamodio/vscode-gitlens/issues/482">#482</a>
&mdash; UI displays "undefined" in results panel when comparing
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
Fixes issues with GitLens Welcome and the interactive settings editor with light themes
<div class="changelog__details"></div>
</li>

Notiek ielāde…
Atcelt
Saglabāt