Skip to content

Commit 1d2c2ce

Browse files
committed
Preps v9.8.2
1 parent cdd6693 commit 1d2c2ce

File tree

3 files changed

+98
-1
lines changed

3 files changed

+98
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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+
## [9.8.2] - 2019-06-10
8+
9+
## Added
10+
11+
- Adds a changes indicator (+x -x) to the _File History_ view to quickly show the number of added and/or deleted lines
12+
13+
## Changed
14+
15+
- Preserve _Show More_ expansions during file system or repository changes — avoids losing view expansion and selection
16+
- Changes to match authors exactly in the Contributors view
17+
18+
## Fixed
19+
20+
- Fixes [#734](https://github.com/eamodio/vscode-gitlens/issues/734) - Not working with VS Code Remote - SSH extension (fixes the broken hover image)
21+
- Fixes [#751](https://github.com/eamodio/vscode-gitlens/issues/751) - Git Command failed
22+
- Fixes [#756](https://github.com/eamodio/vscode-gitlens/issues/756) - Merge commit shows only the changes from the last commit on those files
23+
- Fixes issue with the _Open Changes with Previous Revision_ command when run from the diff editor and the file has unstaged changes
24+
- Fixes an issue where view expansion and selection was getting lost with search and compare nodes
25+
- Fixes the _Show More_ command in the _File History_ and _Line History_ views
26+
- Fixes a caching issue with file histories
27+
728
## [9.8.1] - 2019-05-23
829

930
## Fixed

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

src/webviews/apps/welcome/index.html

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

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.8.2</span>
134+
<span class="changelog__date">JUNE &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 changes
140+
indicator (+x -x) to the <i>File History</i> view to quickly show the number of
141+
added and/or deleted lines
142+
<div class="changelog__details changelog__details--list"></div>
143+
</li>
144+
<li>
145+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Preserve
146+
<i>Show More</i> expansions during file system or repository changes &mdash; avoids
147+
losing view expansion and selection
148+
<div class="changelog__details changelog__details--list"></div>
149+
</li>
150+
<li>
151+
<span class="changelog__badge changelog__badge--changed">IMPROVED</span>Changes to
152+
match authors exactly in the Contributors view
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 #734"
159+
href="https://github.com/eamodio/vscode-gitlens/issues/734"
160+
>#734</a
161+
>
162+
&mdash; Not working with VS Code Remote - SSH extension (fixes the broken hover
163+
image)
164+
<div class="changelog__details changelog__details--list"></div>
165+
</li>
166+
<li>
167+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
168+
<a
169+
title="Open Issue #751"
170+
href="https://github.com/eamodio/vscode-gitlens/issues/751"
171+
>#751</a
172+
>
173+
&mdash; Git Command failed
174+
<div class="changelog__details changelog__details--list"></div>
175+
</li>
176+
<li>
177+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
178+
<a
179+
title="Open Issue #756"
180+
href="https://github.com/eamodio/vscode-gitlens/issues/756"
181+
>#756</a
182+
>
183+
&mdash; Merge commit shows only the changes from the last commit on those files
184+
<div class="changelog__details changelog__details--list"></div>
185+
</li>
186+
<li>
187+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes issue with
188+
the <i>Open Changes with Previous Revision</i> command when run from the diff editor
189+
and the file has unstaged changes
190+
<div class="changelog__details changelog__details--list"></div>
191+
</li>
192+
<li>
193+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes an issue
194+
where view expansion and selection was getting lost with search and compare nodes
195+
<div class="changelog__details changelog__details--list"></div>
196+
</li>
197+
198+
<li class="changelog__list-item--version">
133199
<span class="changelog__badge changelog__badge--version">9.8.1</span>
134200
<span class="changelog__date">MAY &nbsp;2019</span>
135201
<div class="changelog__details"></div>
136202
</li>
203+
<li>
204+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes the
205+
<i>Show More</i> command in the <i>File History</i> and <i>Line History</i> views
206+
<div class="changelog__details changelog__details--list"></div>
207+
</li>
208+
<li>
209+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a caching
210+
issue with file histories
211+
<div class="changelog__details changelog__details--list"></div>
212+
</li>
137213

138214
<li>
139215
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a

0 commit comments

Comments
 (0)