Skip to content

Releases: mhutchie/vscode-git-graph

1.2.0

12 Feb 03:05
Compare
Choose a tag to compare
  • Graph generation improvements, making complex graphs easier to read
  • Graph rendering performance improvements
  • Improved graph styling

1.1.0

11 Feb 04:40
Compare
Choose a tag to compare
  • Perform Git actions directly from Git Graph by right clicking on a commit / branch / tag:
    • Create, Checkout, Rename & Delete Branches
    • Add & Delete Tags
    • Copy Commit Hash to Clipboard
  • Graph generation improvements

1.0.1

09 Feb 23:03
Compare
Choose a tag to compare
  • Detect & display lightweight tags

1.0.0

09 Feb 22:37
Compare
Choose a tag to compare
  • Git Graph Visualisation
    • Select from Local & Remote Branches
    • Display Heads, Tags & Remotes
    • Configuration Settings:
      • git-graph.graphColours - Specifies the colours used on the graph.
      • git-graph.graphStyle - Specifies the style of the graph.
      • git-graph.dateFormat - Specifies the number of commits to initially load.
      • git-graph.initialLoadCommits - Specifies the number of commits to initially load.
      • git-graph.loadMoreCommits - Specifies the number of commits to load when the "Load More Commits" button is pressed (only shown when more commits are available).
      • git-graph.showStatusBarItem - Show a Status Bar item which opens Git Graph when clicked.
      • git-graph.showUncommittedChanges - Show uncommitted changes (set to false to decrease load time on large repositories).
  • Shortcut Button in the Status Bar