Vscode Gitlens: v9.1.0 Release

Release date:
December 12, 2018
Previous version:
v9.0.3 (released December 6, 2018)
Magnitude:
1,456 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

33 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored December 7, 2018
Authored December 10, 2018
Authored December 11, 2018
Authored December 8, 2018
Authored December 6, 2018
Authored December 6, 2018
Authored December 12, 2018
Authored December 12, 2018
Authored December 12, 2018
Authored December 10, 2018
Authored December 10, 2018
Authored December 11, 2018
Authored December 6, 2018
Authored December 7, 2018
Authored December 7, 2018
Authored December 6, 2018
Authored December 12, 2018
Authored December 12, 2018

Top Contributors in v9.1.0

eamodio
ian-wilkinson-3c8f

Directory Browser for v9.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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
  • Adds the date and a changes indicator (+x ~x -x) to stashed changes in GitLens views (uses the new ${changes} token in the gitlens.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