From 8b71c77e9d1f02e650cebb055e29a14ace460ce5 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 29 Jan 2018 22:17:11 -0500 Subject: [PATCH] Preps v7.5.8 --- CHANGELOG.md | 4 +++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a080e..9ba24a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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] +## [7.5.8] - 2018-01-29 ### Fixed - Fixes regression working with submodules - Fixes [#262](https://github.com/eamodio/vscode-gitlens/issues/262) - GitLens only available in SCM diff windows - Fixes [#261](https://github.com/eamodio/vscode-gitlens/issues/261) - Unable to open compare. The file is probably not under source control +- Fixes missing avatars in file blame annotations in non-compact mode +- Fixes file blame annotation highlight not being restored properly on tab switch ## [7.5.7] - 2018-01-25 ### Added diff --git a/package-lock.json b/package-lock.json index d66e9f6..8385d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "7.5.7", + "version": "7.5.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41ef536..72aafdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "7.5.7", + "version": "7.5.8", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"