Skip to content

Commit dae8cfb

Browse files
committed
Preps v8.5.2
1 parent 858953d commit dae8cfb

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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+
## [8.5.2] - 2018-07-20
88
### Fixed
9-
- Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes.
9+
- Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes
1010
- Fixes [#449](https://github.com/eamodio/vscode-gitlens/issues/449) - Stop hiding explorers by default when in Zen mode
1111

1212
## [8.5.1] - 2018-07-18

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
- Fixes [#444](https://github.com/eamodio/vscode-gitlens/issues/444) - GitLens custom viewlet icon slightly larger than standard
3636
- Fixes [#437](https://github.com/eamodio/vscode-gitlens/issues/437) - Remove `--first-parent` from git commands to show file history from merged in repositories
3737
- Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined
38+
- Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes
39+
- Fixes [#449](https://github.com/eamodio/vscode-gitlens/issues/449) - Stop hiding explorers by default when in Zen mode
3840
- Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
3941
- Fixes issue where the *Compare File with Previous Revision* command wouldn't work properly when the file had been renamed in some cases
4042
- Fixes issue where the *Compare File with Next Revision* command wouldn't work properly when the file had been renamed in some cases

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

src/ui/welcome/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,24 @@ <h2 class="changelog__title">What's New in
191191
<code>--first-parent</code> from git commands to show file history from merged in
192192
<div class="changelog__details"></div>
193193
</li>
194+
<li>
195+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
196+
Fixes
197+
<a title="Open Issue #252" href="https://github.com/eamodio/vscode-gitlens/issues/252">#252</a> &mdash; Cannot read property 'push' of undefined
198+
<div class="changelog__details"></div>
199+
</li>
200+
<li>
201+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
202+
Fixes
203+
<a title="Open Issue #451" href="https://github.com/eamodio/vscode-gitlens/issues/451">#451</a> &mdash; "apply Changes" has discarded all my changes
204+
<div class="changelog__details"></div>
205+
</li>
206+
<li>
207+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
208+
Fixes
209+
<a title="Open Issue #449" href="https://github.com/eamodio/vscode-gitlens/issues/449">#449</a> &mdash; Stop hiding explorers by default when in Zen mode
210+
<div class="changelog__details"></div>
211+
</li>
194212
<li>
195213
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
196214
Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs

0 commit comments

Comments
 (0)