v5.1.0-beta
Pre-release
Pre-release
Added
- Adds an external link icon to the
details
hover annotations to run theOpen Commit in Remote
command (gitlens.openCommitInRemote
) - Adds full (multi-line) commit message to the
details
hover annotations
Changed
- Optimizes performance of the providing blame annotations, especially for large files (saw a ~78% improvement on some files)
- Optimizes date handling (parsing and formatting) for better performance and reduced memory consumption
Removed
- Removes
gitlens.annotations.file.recentChanges.hover.wholeLine
setting as it didn't really make sense
Fixed
- Fixes an issue where stashes with only untracked files would not show in the
Stashes
node of the GitLens custom view