github gitkraken/vscode-gitlens v9.5.0

latest releases: v15.0.3, v15.0.2, v15.0.1...
5 years ago

Added

  • Adds a mailto: link to the author on the commit details hover — closes #642
  • Adds support for customizing the layout of the commit details hover
  • Adds a gitlens.hovers.detailsMarkdownFormat setting to specify the format (in markdown) of the commit details hover
  • Adds the author's e-mail to the tooltip of commits in the views — closes #642
  • Adds a new author e-mail format token (${email}) — closes #642
    • Supported in the following settings: gitlens.blame.format, gitlens.currentLine.format, gitlens.hovers.detailsMarkdownFormat, gitlens.views.commitFormat, gitlens.views.commitDescriptionFormat, gitlens.views.stashFormat, gitlens.views.stashDescriptionFormat, and gitlens.statusBar.format

Changed

  • Changes the sorting of remotes in the Repositories view to sort the default remote first
  • Changes relative date formatting of the last fetched date of repositories in the Repositories view to instead use an absolute format and will additionally add the time of day if less than a day has passed
    • This avoids having to periodically refresh the repository (which causes all of its children to re-render) in order to update the relative time

Fixed

  • Fixes #591 - GitLens Error: Unable to open
  • Fixes #620 - Wrong URL to open commit on Azure DevOps if cloned via SSH — thanks to PR #621 by Yan Zhang (@Eskibear)
  • Fixes #626 - Branch names with only digits always appear first — thanks to PR #627 by Marc Lasson (@mlasson)
  • Fixes #631 - Remotes fail to show in gui
  • Fixes #633 - Compare File with Previous Revision doesn't work if path contains '#'
  • Fixes #635 - Show more commit not working properly
  • Fixes an issue where the Open File, Open File on Remote, and Copy Remote Url to Clipboard commands didn't always work on changed files in the Repositories view
  • Fixes an issue where the default remote wasn't used first to provide automatic issue linking

Don't miss a new vscode-gitlens release

NewReleases is sending notifications on new releases.