Changed
- Changes the current line blame hover to show at the cursor, rather than the start of the line, when showing the hover over the whole line (e.g. line & annotation)
- Changes Gutter Changes file annotations to be theme-aware
- Changes to honor the new(ish)
git.repositoryScanMaxDepth
setting if thegitlens.advanced.repositorySearchDepth
setting isn't specified
Fixed
- Fixes #1909 - Should still "detect" repos directly in the workspace folder(s) even if
git.autoRepositoryDetection
isfalse
- Fixes #1829 - Reduce re-rendering by disabling animation in blame info in the status bar
- Fixes #1864 - Worktrees fail to load in working path with spaces
- Fixes #1881 - Worktrees icon is very small
- Fixes #1898 - Hovers display old Gravatar — thanks to PR #1899 by Leo Dan Peña (@amouxaden)
- Fixes an issue where the Gutter Changes file annotations could be rendered on the wrong lines in certain cases