Parcourir la source

Preps v7.5.8

main
Eric Amodio il y a 7 ans
Parent
révision
8b71c77e9d
3 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 3
- 1
CHANGELOG.md Voir le fichier

@ -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

+ 1
- 1
package-lock.json Voir le fichier

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "7.5.7",
"version": "7.5.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json Voir le fichier

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "7.5.7",
"version": "7.5.8",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

Chargement…
Annuler
Enregistrer