Skip to content

1.23.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhutchie mhutchie released this 22 Mar 09:28
· 131 commits to master since this release
5a444b0
  • #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 supported Active & Beside, now it additionally supports One, 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.