Skip to content

Commit b6b1101

Browse files
committed
Preps v9.9.2
1 parent 2d06062 commit b6b1101

File tree

3 files changed

+108
-2
lines changed

3 files changed

+108
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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.2] - 2019-08-01
8+
9+
### Added
10+
11+
- Adds a _Checkout_ command to the current branch in the _Repositories_ view which opens a quick pick menu to choose a new branch to checkout to
812

913
### Fixed
1014

@@ -16,6 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1620
- Fixes [#649](https://github.com/eamodio/vscode-gitlens/issues/649) - GitLens can't see the remote but git can
1721
- Fixes [#798](https://github.com/eamodio/vscode-gitlens/issues/798) - git pull/fetch all repositories
1822
- Fixes [#805](https://github.com/eamodio/vscode-gitlens/issues/805) - Version 9.9.1 breaks working tree comparison
23+
- Fixes an issue where the GitLens _Compare_ view was shown when using the _Select for Compare_ command in the _Repositories_ view
1924

2025
## [9.9.1] - 2019-07-23
2126

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

src/webviews/apps/welcome/index.html

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

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.9.2</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 a
140+
<i>Checkout</i> command to the current branch in the <i>Repositories</i> view which
141+
opens a quick pick menu to choose a new branch to checkout to
142+
<div class="changelog__details changelog__details--list"></div>
143+
</li>
144+
<li>
145+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
146+
<a
147+
title="Open Issue #806"
148+
href="https://github.com/eamodio/vscode-gitlens/issues/806"
149+
>#806</a
150+
>
151+
&mdash; file diff in two-dot branch compare should only show the changes in one
152+
branch
153+
<div class="changelog__details changelog__details--list"></div>
154+
</li>
155+
<li>
156+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
157+
<a
158+
title="Open Issue #756"
159+
href="https://github.com/eamodio/vscode-gitlens/issues/756"
160+
>#756</a
161+
>
162+
&mdash; Merge commit shows only the changes from the last commit on those files
163+
<div class="changelog__details changelog__details--list"></div>
164+
</li>
165+
<li>
166+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
167+
<a
168+
title="Open Issue #809"
169+
href="https://github.com/eamodio/vscode-gitlens/issues/809"
170+
>#809</a
171+
>
172+
&mdash; Wrong commit diff in file history
173+
<div class="changelog__details changelog__details--list"></div>
174+
</li>
175+
<li>
176+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
177+
<a
178+
title="Open Issue #685"
179+
href="https://github.com/eamodio/vscode-gitlens/issues/685"
180+
>#685</a
181+
>
182+
&mdash; GitLens not loading for a single repository
183+
<div class="changelog__details changelog__details--list"></div>
184+
</li>
185+
<li>
186+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
187+
<a
188+
title="Open Issue #789"
189+
href="https://github.com/eamodio/vscode-gitlens/issues/789"
190+
>#789</a
191+
>
192+
&mdash; Line blame annotations not working when vscode root is home dir and .gnupg
193+
dir is inaccessible
194+
<div class="changelog__details changelog__details--list"></div>
195+
</li>
196+
<li>
197+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
198+
<a
199+
title="Open Issue #649"
200+
href="https://github.com/eamodio/vscode-gitlens/issues/649"
201+
>#649</a
202+
>
203+
&mdash; GitLens can't see the remote but git can
204+
<div class="changelog__details changelog__details--list"></div>
205+
</li>
206+
<li>
207+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
208+
<a
209+
title="Open Issue #798"
210+
href="https://github.com/eamodio/vscode-gitlens/issues/798"
211+
>#798</a
212+
>
213+
&mdash; git pull/fetch all repositories
214+
<div class="changelog__details changelog__details--list"></div>
215+
</li>
216+
<li>
217+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
218+
<a
219+
title="Open Issue #805"
220+
href="https://github.com/eamodio/vscode-gitlens/issues/805"
221+
>#805</a
222+
>
223+
&mdash; Version 9.9.1 breaks working tree comparison
224+
<div class="changelog__details changelog__details--list"></div>
225+
</li>
226+
<li>
227+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes an issue
228+
where the GitLens <i>Compare</i> view was shown when using the
229+
<i>Select for Compare</i> command in the <i>Repositories</i> view
230+
<div class="changelog__details changelog__details--list"></div>
231+
</li>
232+
233+
<li class="changelog__list-item--version">
133234
<span class="changelog__badge changelog__badge--version">9.9.1</span>
134235
<span class="changelog__date">JULY &nbsp;2019</span>
135236
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)