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.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
16
## [ 4.0.1] - 2017-06-09
8
17
### Fixed
9
18
- 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 1
1
{
2
2
"name" : " gitlens" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2-beta " ,
4
4
"author" : {
5
5
"name" : " Eric Amodio" ,
6
6
You can’t perform that action at this time.
0 commit comments