Vscode Gitlens: v9.7.4 Release

Release date:
May 15, 2019
Previous version:
v9.7.3 (released May 11, 2019)
Magnitude:
820 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v9.7.4

eamodio

Directory Browser for v9.7.4

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 experimental Incoming Activity node to each repository in the Repositories view (enabled via "gitlens.insiders": true) — closes #735
    • Incoming Activity — lists the recent incoming activity (merges and pulls) to your local repository
    • Provides the activity command, branch (if available), and date
      • A context menu provides access to the Refresh command
      • Each activity expands to list the commits added by the command
      • An inline toolbar provides quick access to the Compare with HEAD (alt-click for Compare with Working Tree), Copy Commit ID to Clipboard (alt-click for Copy Commit Message to Clipboard), and Open Commit on Remote (if available) commands
      • A context menu provides access to more common revision (commit) commands
      • Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
        • An inline toolbar provides quick access to the Open File, Copy Commit ID to Clipboard (alt-click for Copy Commit Message to Clipboard), and Open File on Remote (if available) commands
        • A context menu provides access to more common file revision commands

Fixed

  • Fixes issues with the Show More Actions button on the Details hover not working with renamed files
  • Fixes issues with the Open File, Open Files, Open All Changes with Working Tree, and Apply Changes commands in the views not working with renamed files
  • Fixes issues with the Open File, Open Files, and Apply Changes commands in the quick pick menus not working with renamed files
  • Fixes issues with the Show Stashed Changes (gitlens.showQuickStashList) command and multiple repositories