v5.1.0-beta
Pre-release
Pre-release
Added
- Adds an external link icon to the
detailshover annotations to run theOpen Commit in Remotecommand (gitlens.openCommitInRemote) - Adds full (multi-line) commit message to the
detailshover 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.wholeLinesetting as it didn't really make sense
Fixed
- Fixes an issue where stashes with only untracked files would not show in the
Stashesnode of the GitLens custom view