v5.2.0-beta
Pre-release
Pre-release
Added
- Adds working tree status (enabled via
"gitlens.insiders": true) to theRepository Statusnode in theGitLenscustom view - Adds new
Changed Filesnode to theRepository Statusnode of theGitLenscustom 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.enabledsetting to specify whether or not to show theGitLenscustom view - closes #144 - Adds
gitlens.gitExplorer.statusFileFormatsetting to the format of the status of a working or committed file in theGitLenscustom view
Changed
- Changes the sorting (now alphabetical) of files shown in the
GitLenscustom view - Changes the default of the
gitlens.gitExplorer.commitFormatsetting to add parentheses around the commit id - Removes many menu items from
editor/title&editor/title/contextby default -- can be re-enabled via thegitlens.advanced.menussetting
Fixed
- Fixes #146 - Blame gutter annotation issue when commit contains emoji
- Fixes an issue when running
Open File in Remotewith 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.menussetting wasn't controlling all the menu items properly