Skip to content

1.11.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhutchie mhutchie released this 07 Jul 07:44
· 291 commits to master since this release
b7c9c1d
  • #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).
  • Code improvement, and minor state management & restoration improvements.