소스 검색

Preps v4.0.2-beta

main
Eric Amodio 7 년 전
부모
커밋
23c7171d7f
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 9
- 0
CHANGELOG.md 파일 보기

@ -4,6 +4,15 @@ 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/).
## [4.0.2-beta] - 2017-06-10
### Added
- Improves performance
- Optimized git output parsing to increase speed and reduce memory usage
- Defers diff chunk parsing until it is actually required
### Fixed
- Fixes excessive memory usage when parsing diffs
## [4.0.1] - 2017-06-09
### Fixed
- Fixes [#87](https://github.com/eamodio/vscode-gitlens/issues/87) - Can't open files in remote when using git@ urls (ssh)

+ 1
- 1
package.json 파일 보기

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

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