Skip to content

v4.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@eamodio eamodio released this 12 Jun 16:17

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
  • Adds gitlens.defaultDateFormat setting to specify how all absolute dates will be formatted by default

Fixed

  • Fixes excessive memory usage when parsing diffs
  • Fixes extra newline in multiline commit messages
  • Fixes (again) #33 - Commit messages can causes markdown formatting in hovers