Skip to content

Commit 52e086b

Browse files
committed
Preps v8.5.3
1 parent 6e5a82e commit 52e086b

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
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+
## [8.5.3] - 2018-07-25
88
### Fixed
99
- Fixes [#454](https://github.com/eamodio/vscode-gitlens/issues/454) - Search for string returns merge commits (unlike raw `git log -S`)
1010
- Fixes issue showing changes with untracked stashed files

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined
3838
- Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes
3939
- Fixes [#449](https://github.com/eamodio/vscode-gitlens/issues/449) - Stop hiding explorers by default when in Zen mode
40+
- Fixes [#454](https://github.com/eamodio/vscode-gitlens/issues/454) - Search for string returns merge commits (unlike raw `git log -S`)
4041
- Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
4142
- Fixes issue where the *Compare File with Previous Revision* command wouldn't work properly when the file had been renamed in some cases
4243
- Fixes issue where the *Compare File with Next Revision* command wouldn't work properly when the file had been renamed in some cases
@@ -45,6 +46,8 @@
4546
- Fixes issue where the *Compare File with * Revision* commands in the editor toolbar would show and hide too often because of insignificant focus changes
4647
- Fixes issue where the scope box would be empty when there was no workspace open in the interactive settings editor
4748
- Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
49+
- Fixes issue showing changes with untracked stashed files
50+
- Fixes issue showing changes with working file when the file has been renamed
4851

4952
See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md "Open Release Notes") for the full set of changes
5053

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

src/ui/welcome/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ <h2 class="changelog__title">What's New in
209209
<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
210210
<div class="changelog__details"></div>
211211
</li>
212+
<li>
213+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
214+
Fixes
215+
<a title="Open Issue #454" href="https://github.com/eamodio/vscode-gitlens/issues/454">#454</a> &mdash; Search for string returns merge commits (unlike raw `git log -S`)
216+
<div class="changelog__details"></div>
217+
</li>
212218
<li>
213219
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
214220
Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
@@ -256,6 +262,16 @@ <h2 class="changelog__title">What's New in
256262
Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
257263
<div class="changelog__details"></div>
258264
</li>
265+
<li>
266+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
267+
Fixes issue showing changes with untracked stashed files
268+
<div class="changelog__details"></div>
269+
</li>
270+
<li>
271+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>
272+
Fixes issue showing changes with working file when the file has been renamed
273+
<div class="changelog__details"></div>
274+
</li>
259275

260276
<li class="changelog__list-item--version">
261277
<span class="changelog__badge changelog__badge--version">8.4</span>

0 commit comments

Comments
 (0)