Added
- Adds more detailed branch tracking status (if available) to the Branches list in the Repositories view
- * Commits Behind — quickly see and explore the specific commits behind the upstream (i.e. commits that haven't been pulled)
- Only provided if the current branch is tracking a remote branch and is behind it
- * Commits Ahead — quickly see and explore the specific commits ahead of the upstream (i.e. commits that haven't been pushed)
- Only provided if the current branch is tracking a remote branch and is ahead of it
- * Commits Behind — quickly see and explore the specific commits behind the upstream (i.e. commits that haven't been pulled)
- Adds the date and a changes indicator (+x ~x -x) to stashed changes in GitLens views (uses the new
${changes}
token in thegitlens.views.stashFormat
setting) - Adds the changed file status (added, modified, renamed, deleted, etc) to the tooltip of each revision in the File History and Line History views
- Adds Git extended regex support to commit searches
- Adds control over the menu commands contributed to the Source Control side bar to the GitLens interactive settings editor (via the
gitlens.menus
setting)
Changed
- Changes the Show Revision Details command (
gitlens.showQuickRevisionDetails
) to show file commit details - Changes the
alt
-command of the Toggle File Blame Annotations command (gitlens.toggleFileBlame
) to be the Toggle File Heatmap Annotations command (gitlens.toggleFileHeatmap
) - Changes searching for commits by message to be case-insensitive
- Renames the Explore the Repository from Here command (
gitlens.views.exploreRepoRevision
) to Explore Repository from Here - Reworks the layout of some contributed menu commands
Fixed
- Fixes an issue where gravatar icons would sometimes not show up — thanks to PR #579 by sgtwilko (@sgtwilko)
- Fixes #33 — Commit messages can causes markdown formatting in hovers
- Fixes #501 — Azure DevOps ssh remotes aren't handled properly
- Fixes #523 — File History doesn't show all commits on file
- Fixes #552 — "Open Line Changes with..." doesn't work for renamed files
- Fixes #566 — History error with UNC
- Fixes #572 — Explorer can't expand some branch folders
- Fixes #584 — Unexpected results when opening diff from file history
- Fixes #588 — Output channel doesn't exist with
gitlens.outputLevel
default - Fixes an issue where comparing a file with its staged revision doesn't show any content
- Fixes an issue where the workspace folder added by the Explore Repository from Here command (
gitlens.views.exploreRepoRevision
) would fail to load in certain cases - Fixes an issue where applying changes of an added file or an untracked file (in a stash) would fail