github mhutchie/vscode-git-graph v1.8.0-beta.2
1.8.0-beta.2

pre-release4 years ago
  • #90 New command "Git Graph: Add Git Repository" in the Command Palette allows additional Git repositories to be added to Git Graph.
  • #91 New setting to enable Git Graph to open to the repository containing the active Text Editor document git-graph.openToTheRepoOfTheActiveTextEditorDocument. Default: false (disabled)
  • #92 Various improvements for a better user experience:
    • Display the name of the running Git Action while it is occuring.
    • Maintain the users scroll position when running a Git Action from context menus.
    • The refresh button now indicates if a refresh is occuring.
    • Enabled the recently added setting git-graph.retainContextWhenHidden by default to provide near-instant tab restoration when switch back to Git Graph.
  • #93 Updates to the push tag action so that it:
    • Only appears if remotes exist
    • Defaults to the remote if only one exists
    • Allows the user to select the remote to push to if multiple exist.
  • #94 Support for pushing branches via the local branch context menu. It respects the same remote conditions as #93.

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

NewReleases is sending notifications on new releases.