github mhutchie/vscode-git-graph v1.21.0
1.21.0

4 years ago
  • #225 Configure the local and global Git User Name & Email from the new "User Details" section of the Repository Settings Widget.
  • #239 Added "Force With Lease" option to the "Push Branch" dialog.
  • #240 Show the commit's signature status to the right of the Committer in the Commit Details View by enabling the new Extension Setting git-graph.showSignatureStatus. Hovering over the signature icon displays a tooltip with the signature details.
  • #241 When the view has been scrolled to the bottom, it will automatically load more commits if they exist (instead of having to press the "Load More Commits" button). The new Extension Setting git-graph.loadMoreCommitsAutomatically can be used to disable this.
  • #243 The parents of a commit in the Commit Details View can be clicked to open the Commit Details View for the parent (only if the parent is within the commits loaded in the Git Graph View).
  • Significant code and UI improvements, including:
    • Overhaul of the Git Graph View data loading & refreshing mechanism (in preparation for upcoming features).
    • Improved the rendering performance and event handling of the Git Graph View.

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

NewReleases is sending notifications on new releases.