File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 4.0.2-beta] - 2017-06-10
8+ ### Added
9+ - Improves performance
10+ - Optimized git output parsing to increase speed and reduce memory usage
11+ - Defers diff chunk parsing until it is actually required
12+
13+ ### Fixed
14+ - Fixes excessive memory usage when parsing diffs
15+
716## [ 4.0.1] - 2017-06-09
817### Fixed
918- Fixes [ #87 ] ( https://github.com/eamodio/vscode-gitlens/issues/87 ) - Can't open files in remote when using git@ urls (ssh)
Original file line number Diff line number Diff line change 11{
22 "name" : " gitlens" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2-beta " ,
44 "author" : {
55 "name" : " Eric Amodio" ,
66
You can’t perform that action at this time.
0 commit comments