Skip to content

Releases: hansu/vscode-git-graph

v1.31.2

14 Feb 10:16
Compare
Choose a tag to compare
  • Add checkbox 'Allow unrelated histories' when merge action. Thanks @LaksVister.
  • New setting git-graph.toolbarButtonVisibility to configure the visibility of some items of the toolbar. For example: {"Remotes": true, "Simplify": true}
  • #33 Add simplifyByDecoration checkbox. Thanks @XUJINKAI.
  • #38 Fix right clicks triggers native context menu on macOS. Thanks @ipcjs.

v1.31.1

25 May 09:40
Compare
Choose a tag to compare
  • #33 Add HEAD in branch filter. Thanks @ipcjs.
    This will set the branch filter to the current branch if HEAD is selected.

v1.31.0

16 May 15:17
Compare
Choose a tag to compare
  • #14 Added button to jump to HEAD. Thanks @QrackEE.
  • #6 Add collapse/expand buttons to commit diff view.
  • #4 Adjust column width also when the table header is not displayed.
  • #1 Added author filter.
  • mhutchie#394 Added sticky header option

Inofficial beta 1.31.0-beta.3.1

10 Jun 16:54
f21f4fa
Compare
Choose a tag to compare
Pre-release
  • mhutchie#394 Added sticky header option
  • #1 Added author filter
  • #4 Resize column width without header
  • #6 Add collapse/expand buttons to commit diff view