Przeglądaj źródła

Preps v7.5.8

main
Eric Amodio 7 lat temu
rodzic
commit
8b71c77e9d
3 zmienionych plików z 5 dodań i 3 usunięć
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 3
- 1
CHANGELOG.md Wyświetl plik

@ -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 Wyświetl plik

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

+ 1
- 1
package.json Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz