소스 검색

Preps v8.3.2

main
Eric Amodio 6 년 전
부모
커밋
445326074f
4개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

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

+ 1
- 1
package.json 파일 보기

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

불러오는 중...
취소
저장