Eric Amodio пре 5 година
родитељ
комит
6e2884e2d0
3 измењених фајлова са 43 додато и 2 уклоњено
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json
  3. +41
    -0
      src/webviews/apps/welcome/index.html

+ 1
- 1
CHANGELOG.md Прегледај датотеку

@ -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]
## [9.9.3] - 2019-08-06
### Added

+ 1
- 1
package.json Прегледај датотеку

@ -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": "9.9.2",
"version": "9.9.3",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

+ 41
- 0
src/webviews/apps/welcome/index.html Прегледај датотеку

@ -130,6 +130,47 @@
<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.9.3</span>
<span class="changelog__date">AUGUST &nbsp;2019</span>
<div class="changelog__details"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--added">NEW</span>Adds an _Add
Remote_ command to the _Remotes_ node of the _Repositories_ view &mdash; closes
<a
title="Open Issue #694"
href="https://github.com/eamodio/vscode-gitlens/issues/694"
>#694</a
>
&mdash; thanks to
<a
title="Open Pull Request #802"
href="https://github.com/eamodio/vscode-gitlens/pull/802"
>PR #802</a
>
by Zach Boyle (<a title="@zaboyle" href="https://github.com/zaboyle">@zaboyle</a>)
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Reverses the
order of comparisons in the _Compare_ view for consistent comparisons results
<div class="changelog__details changelog__details--list"></div>
</li>
<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #812"
href="https://github.com/eamodio/vscode-gitlens/issues/812"
>#812</a
>
&mdash; Regression in 9.9.2: Clicking changed file in Repository Browser opens diff
view between WorkingTree &lt;-&gt; WorkingTree, not index
<div class="changelog__details changelog__details--list"></div>
</li>
<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.9.2</span>
<span class="changelog__date">AUGUST &nbsp;2019</span>
<div class="changelog__details"></div>

Loading…
Откажи
Сачувај