Skip to content

Commit

Permalink
Preps v9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Aug 6, 2019
1 parent 5d3a218 commit 6e2884e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
41 changes: 41 additions & 0 deletions src/webviews/apps/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,47 @@ <h2 class="changelog__title">

<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>
Expand Down

0 comments on commit 6e2884e

Please sign in to comment.