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+ ## [ 3.5.1] - 2017-05-25
8+ ### Changed
9+ - Changes certain code lens actions to be unavailable (unclickable) when the commit referenced is uncommitted - avoids unwanted error messages
10+ - Debounces more events when tracking the active line to further reduce lag
11+
12+ ### Fixed
13+ - Fixes [ #71 ] ( https://github.com/eamodio/vscode-gitlens/issues/71 ) - Blame information is invalid when a file has changed outside of vscode
14+ - Fixes issue with showing the incorrect blame for versioned files (i.e. files on the left of a diff, etc)
15+
716## [ 3.5.0] - 2017-05-24
817### Added
918- Improves performance
Original file line number Diff line number Diff line change 11{
22 "name" : " gitlens" ,
3- "version" : " 3.5.0 " ,
3+ "version" : " 3.5.1 " ,
44 "author" : {
55 "name" : " Eric Amodio" ,
66
You can’t perform that action at this time.
0 commit comments