Kaynağa Gözat

Preps v8.3.2

main
Eric Amodio 6 yıl önce
ebeveyn
işleme
445326074f
4 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. +2
    -2
      CHANGELOG.md
  2. +1
    -0
      README.md
  3. +1
    -1
      package-lock.json
  4. +1
    -1
      package.json

+ 2
- 2
CHANGELOG.md Dosyayı Görüntüle

@ -4,10 +4,10 @@ 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.3.2] - 2018-05-21
### Fixed
- Fixes many issues where commands wouldn't work if the active file wasn't part of an open repository — now GitLens will try to find the best repository otherwise it will open a repository quick pick menu if there is more than one
- Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails (more cases)
- Fixes many issues where commands wouldn't work if the active file wasn't part of an open repository — now GitLens will try to find the best repository otherwise it will open a repository quick pick menu if there is more than one
## [8.3.1] - 2018-05-18
### Added

+ 1
- 0
README.md Dosyayı Görüntüle

@ -67,6 +67,7 @@
- Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents
- Fixes issue with the current line blame toggle not working when current line blame starts disabled
- Fixes various issues when not on a branch
- Fixes many issues where commands wouldn't work if the active file wasn't part of an open repository — now GitLens will try to find the best repository otherwise it will open a repository quick pick menu if there is more than one
See the [release notes](https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md "Open Release Notes") for the full set of changes

+ 1
- 1
package-lock.json Dosyayı Görüntüle

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

+ 1
- 1
package.json Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet