Skip to content

v4.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@eamodio eamodio released this 10 Jun 15:04

Added

  • Adds all-new recent changes annotations of the whole-file - annotates and highlights all of lines changed in the most recent commit
  • Adds Toggle Recent File Changes Annotations command (gitlens.toggleFileRecentChanges) - toggles the recent changes annotations on and off
  • 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