github mhutchie/vscode-git-graph v1.23.0-beta.2
1.23.0-beta.2

pre-release4 years ago
  • #89 Added a new "Include commits only mentioned by reflogs" option to the Git Graph View's Repository Settings Widget. The default value can be defined globally for all repositories using the new Extension Setting git-graph.includeCommitsMentionedByReflogs. Default: false (disabled)
  • #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.
  • #285 Added a new Extension Setting git-graph.showUntrackedFiles, that controls whether untracked files are included in the uncommitted changes on the Git Graph View. Default: true (enabled)

Don't miss a new vscode-git-graph release

NewReleases is sending notifications on new releases.