- #201 New Keyboard Shortcuts in the Git Graph View for scrolling to stashes:
CTRL/CMD + S
: Scrolls the Git Graph View to the first (or next) stash in the loaded commits.CTRL/CMD + SHIFT + S
: Scrolls the Git Graph View to the last (or previous) stash in the loaded commits.
- #277 Open the Visual Studio Code Diff View from the Git Graph View in a specific Editor Group. Previously
git-graph.openDiffTabLocation
only supportedActive
&Beside
, now it additionally supportsOne
,Two
,Three
, ... ,Nine
. - #279 Support Chinese / Japanese / Korean IME Keyboard Enter Events on Mac's for dialog submission. Thanks Kazuma Ebina (@kazuma1989)!
- #283 After the Keyboard Shortcut
CTRL + H
is run in the Git Graph View to scroll to the HEAD commit, the commit now momentarily flashes to draw attention to it.