Skip to content

Commit 6e2884e

Browse files
committed
Preps v9.9.3
1 parent 5d3a218 commit 6e2884e

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
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+
## [9.9.3] - 2019-08-06
88

99
### Added
1010

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": "9.9.2",
5+
"version": "9.9.3",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

src/webviews/apps/welcome/index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,47 @@ <h2 class="changelog__title">
130130

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.9.3</span>
134+
<span class="changelog__date">AUGUST &nbsp;2019</span>
135+
<div class="changelog__details"></div>
136+
</li>
137+
138+
<li>
139+
<span class="changelog__badge changelog__badge--added">NEW</span>Adds an _Add
140+
Remote_ command to the _Remotes_ node of the _Repositories_ view &mdash; closes
141+
<a
142+
title="Open Issue #694"
143+
href="https://github.com/eamodio/vscode-gitlens/issues/694"
144+
>#694</a
145+
>
146+
&mdash; thanks to
147+
<a
148+
title="Open Pull Request #802"
149+
href="https://github.com/eamodio/vscode-gitlens/pull/802"
150+
>PR #802</a
151+
>
152+
by Zach Boyle (<a title="@zaboyle" href="https://github.com/zaboyle">@zaboyle</a>)
153+
154+
<div class="changelog__details changelog__details--list"></div>
155+
</li>
156+
<li>
157+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Reverses the
158+
order of comparisons in the _Compare_ view for consistent comparisons results
159+
<div class="changelog__details changelog__details--list"></div>
160+
</li>
161+
<li>
162+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
163+
<a
164+
title="Open Issue #812"
165+
href="https://github.com/eamodio/vscode-gitlens/issues/812"
166+
>#812</a
167+
>
168+
&mdash; Regression in 9.9.2: Clicking changed file in Repository Browser opens diff
169+
view between WorkingTree &lt;-&gt; WorkingTree, not index
170+
<div class="changelog__details changelog__details--list"></div>
171+
</li>
172+
173+
<li class="changelog__list-item--version">
133174
<span class="changelog__badge changelog__badge--version">9.9.2</span>
134175
<span class="changelog__date">AUGUST &nbsp;2019</span>
135176
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)