v5.2.0-beta
Pre-release
Pre-release
Added
- Adds working tree status (enabled via
"gitlens.insiders": true
) to theRepository Status
node in theGitLens
custom view - Adds new
Changed Files
node to theRepository Status
node of theGitLens
custom view'sRepository View
-- closes #139- Provides a at-a-glance view of all "working" changes
- Expands to a file-based view of all changed files in the working tree (enabled via
"gitlens.insiders": true
) and/or all files in all commits ahead of the upstream
- Adds
gitlens.gitExplorer.enabled
setting to specify whether or not to show theGitLens
custom view - closes #144 - Adds
gitlens.gitExplorer.statusFileFormat
setting to the format of the status of a working or committed file in theGitLens
custom view
Changed
- Changes the sorting (now alphabetical) of files shown in the
GitLens
custom view - Changes the default of the
gitlens.gitExplorer.commitFormat
setting to add parentheses around the commit id - Removes many menu items from
editor/title
&editor/title/context
by default -- can be re-enabled via thegitlens.advanced.menus
setting
Fixed
- Fixes #146 - Blame gutter annotation issue when commit contains emoji
- Fixes an issue when running
Open File in Remote
with a multi-line selection wasn't properly opening the selection in GitLab -- thanks to PR #145 by Amanda Cameron (@AmandaCameron)! - Fixes an issue where the
gitlens.advanced.menus
setting wasn't controlling all the menu items properly