github mhutchie/vscode-git-graph v1.11.0
1.11.0

4 years ago
  • #95 New repository settings menu (opened by clicking on the new settings icon on the top right control bar). Thanks Raphaël Balet (@rbalet) for helping with this! From the repository settings menu, you can:
    • View the remotes of the repository
    • Add a new remote to the repository
    • Edit an existing remote of the repository
    • Delete an existing remote of the repository
  • #117 New setting git-graph.commitOrdering allows you to choose the order of commits (date, date-author or topo). See git log for more information on each order option. Default: date
  • #119 New option to immediately check out a branch after it has been created with the "Create Branch..." action.
  • #123 Persist the "Show Remote Branches" checkbox state across Git Graph view sessions per repository.
  • #125 Extend avatar fetching to support SSH GitHub & GitLab remotes (prior support for GitHub & GitLab was for HTTPS remotes only).
  • #126 When "Show All" is selected for the visible branches, include the HEAD commit on the graph when it is not on a branch (e.g. during rebasing).
  • Various code improvements.

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

NewReleases is sending notifications on new releases.