Added
- Adds emoji support, e.g. 😄 in commit messages will now be 😃 — closes #429
- Adds Compare with Selected and Select for Compare commands to file nodes in the GitLens, GitLens File History, and GitLens Results explorers — closes #446
- Adds
gitlens.historyExplorer.avatars
setting to specify whether to show avatar images instead of status icons in theGitLens File History
explorer — allows for an independent value from the other explorers
Fixed
- Fixes #444 - GitLens custom viewlet icon slightly larger than standard
- Fixes #437 - Remove
--first-parent
from git commands to show file history from merged in repositories - Fixes #252 - Cannot read property 'push' of undefined
- Fixes issue where GitLens saves a couple settings with default values into user settings (rather than just removing the setting)