Vscode Gitlens: v10.2.0 Release

Release date:
November 18, 2019
Previous version:
v10.1.2 (released November 6, 2019)
Magnitude:
3,559 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

32 Commits in this Release

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

Authored November 18, 2019
Authored November 10, 2019
Authored November 11, 2019
Authored November 12, 2019
Authored November 15, 2019
Authored November 15, 2019
Authored November 18, 2019
Authored November 12, 2019
Authored November 18, 2019
Authored October 31, 2019
Authored November 17, 2019
Authored November 18, 2019
Authored November 12, 2019
Authored November 8, 2019
Authored November 15, 2019
Authored November 17, 2019
Authored November 15, 2019
Authored November 12, 2019
Authored November 12, 2019
Authored November 12, 2019
Authored November 11, 2019
Authored November 11, 2019
Authored November 18, 2019
Authored November 10, 2019

Top Contributors in v10.2.0

eamodio
bees4ever

Directory Browser for v10.2.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 user-defined autolinks to external resources in commit messages — closes #897
    • Adds a gitlens.autolinks setting to configure the autolinks
    • For example to autolink Jira issues (e.g. JIRA-123 ⟢ https://jira.company.com/issue?query=123):
    • Use "gitlens.autolinks": [{ "prefix": "JIRA-", "url": "https://jira.company.com/issue?query=<num>" }]
  • Adds a Highlight Changes command (gitlens.views.highlightChanges) to commits in GitLens views to highlight the changes lines in the current file
  • Adds a Highlight Revision Changes command (gitlens.views.highlightRevisionChanges) to commits in GitLens views to highlight the changes lines in the revision
  • Adds branch and tag sorting options to the interactive settings editor

Changed

  • Changes commit search to auto-detect full commit shas without the need to prefix it with commit: or #:
  • Changes paging in GitLens views to no longer be naive and now only loads the additional required data for much better performance
  • Changes the Toggle File Layout command icon when in tree layout to match VS Code
  • Restores the original commit icon in the editor toolbar

Fixed

  • Fixes #893 - Problems with # symbol in branch names — thanks to PR #894 by Allan Karlson (@bees4ever)
  • Fixes #677 - Line and file history not working in symlinked repository
  • Fixes #667 - Decoration rendered before code
  • Fixes issues where line blame annotations would sometimes stop working
  • Fixes compact view when branches are shown as a tree