Vscode Gitlens: v11.4.0 Release

Release date:
April 9, 2021
Previous version:
v11.3.0 (released March 5, 2021)
Magnitude:
2,720 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

43 Commits in this Release

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

Authored March 8, 2021
Authored April 5, 2021
Authored March 10, 2021
Authored April 7, 2021
Authored April 5, 2021
Authored March 28, 2021
Authored March 28, 2021
Authored April 6, 2021
Authored March 29, 2021
Authored April 7, 2021
Authored March 23, 2021
Authored April 6, 2021
Authored April 9, 2021
Authored March 28, 2021
Authored March 6, 2021
Authored March 29, 2021
Authored March 29, 2021
Authored March 29, 2021
Authored March 29, 2021
Authored April 6, 2021
Authored April 5, 2021
Authored March 29, 2021
Authored March 6, 2021

Top Contributors in v11.4.0

eamodio
akmalick
lee-chang-5c29
septatrix

Directory Browser for v11.4.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 a new status indicator (decoration), on the right, and a themeable colorization to branches in the views
    • ! — indicates that the branch is missing its upstream (likely deleted from the remote)
  • Adds a new ⚠ indicator to branches in quick pick menus when a branch is missing its upstream
  • Adds Open Folder History command to folders in the Explorer view to show the folder's history in the File History view
  • Adds Gitea remote provider support — closes #1379 thanks to PR #1396 by Nils K (septatrix)
  • Adds a gitlens.advanced.commitOrdering setting to specify the order by which commits will be shown. If unspecified, commits will be shown in reverse chronological order — closes #1257 thanks to PR #1344 by Andy Tang (thewindsofwinter) and Shashank Shastri (Shashank-Shastri)
  • Adds documentation for the GitLens: Set Views Layout command — thanks to PR #1404 by Asif Kamran Malick (@akmalick)
  • Adds an Enable Debug Logging command (gitlens.enableDebugLogging) to enable debug logging to the GitLens output channel
  • Adds a Disable Debug Logging command (gitlens.disableDebugLogging) to disable debug logging to the GitLens output channel

Fixed

  • Fixes #1423 - Create tag with message fails
  • Fixes #1428 - Incorrect branch name when no commits exist on new repo
  • Fixes #1444 - File history view "Open Changes with Working File" does not work for the very first commit
  • Fixes #1448 - Hashes (#) are percent encoded in custom remote urls
  • Fixes #1447 - Open File on Remote From... is missing remote branches
  • Fixes #1442 - Interactive Rebase Editor not opened but plain text file when called from terminal
  • Fixes #1439 - Copying a remote file URL for a file on Azure DevOps does not work — thanks to PR #1440 by Lee C. (MeltingMosaic)
  • Fixes #1445 - Improve documentation for hiding default added editor actions
  • Fixes #1411 - Click on branch compare node does not expand the tree
  • Fixes an issue where the Changes to pull from *'s * files changed was always 0