From 52e086be192499702675e88be26c40baf6601c35 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 25 Jul 2018 03:22:53 -0400 Subject: [PATCH] Preps v8.5.3 --- CHANGELOG.md | 2 +- README.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- src/ui/welcome/index.html | 16 ++++++++++++++++ 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be37d1c..fce3f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [8.5.3] - 2018-07-25 ### Fixed - Fixes [#454](https://github.com/eamodio/vscode-gitlens/issues/454) - Search for string returns merge commits (unlike raw `git log -S`) - Fixes issue showing changes with untracked stashed files diff --git a/README.md b/README.md index 7dc319f..2499e15 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ - Fixes [#252](https://github.com/eamodio/vscode-gitlens/issues/252) - Cannot read property 'push' of undefined - Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes - Fixes [#449](https://github.com/eamodio/vscode-gitlens/issues/449) - Stop hiding explorers by default when in Zen mode +- Fixes [#454](https://github.com/eamodio/vscode-gitlens/issues/454) - Search for string returns merge commits (unlike raw `git log -S`) - Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs - Fixes issue where the *Compare File with Previous Revision* command wouldn't work properly when the file had been renamed in some cases - 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 @@ - Fixes issue where the *Compare File with * Revision* commands in the editor toolbar would show and hide too often because of insignificant focus changes - Fixes issue where the scope box would be empty when there was no workspace open in the interactive settings editor - Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting) +- Fixes issue showing changes with untracked stashed files +- Fixes issue showing changes with working file when the file has been renamed See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md "Open Release Notes") for the full set of changes diff --git a/package-lock.json b/package-lock.json index dec04ee..eb1f4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "8.5.2", + "version": "8.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c153c50..1badd27 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "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", - "version": "8.5.2", + "version": "8.5.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" diff --git a/src/ui/welcome/index.html b/src/ui/welcome/index.html index 18a8a31..e6a5e66 100644 --- a/src/ui/welcome/index.html +++ b/src/ui/welcome/index.html @@ -211,6 +211,12 @@
  • FIXED + Fixes + #454 — Search for string returns merge commits (unlike raw `git log -S`) +
    +
  • +
  • + FIXED Fixes issue where commands in the editor toolbar would flash unnecessarily when navigating history or switching tabs
  • @@ -256,6 +262,16 @@ Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)
    +
  • + FIXED + Fixes issue showing changes with untracked stashed files +
    +
  • +
  • + FIXED + Fixes issue showing changes with working file when the file has been renamed +
    +
  • 8.4