Skip to content

Releases: hansu/vscode-git-graph

1.31.6 - 2025-09-19

19 Sep 09:11

Choose a tag to compare

  • #62 Add panel view and bulk commit operations. Thanks @LeuciRemi.
    • Add support for viewing Git Graph in a panel and/or editor.
      Enable with setting "git-graph.viewLocation": "panel".
    • Add multi-selection (Ctrl+click/Shift+click) for commits, add 'Squash Selected Commits' and 'Drop Selected Commits' action for selection
    • Add 'Reset Last Commit' functionality.
    • Add 'Edit Message' action to commit context menu.
    • Add 'Pull Branch' action to branch context menu with 'Force Update' option.
    • Add 'Create Branch' action to branch context menu.

1.31.5 - 2025-05-17

17 May 17:58

Choose a tag to compare

  • #48 Fix file view. Bullets were added when toggling file tree/file list view. Thanks @LariWa.

  • #30 Add setting for selection of single branch and/or author (thanks @rgeorgiev583) and
    #52 Implement multi selection using Ctrl (thanks @LariWa).
    This can be activated with the following settings:

    • git-graph.repository.singleBranchSelect
    • git-graph.repository.singleAuthorSelect
  • #56 Display "Select in Branches Dropdown" in the context menu also when "Show All" in the branches filter is selected. Thanks @LariWa.

1.31.4 - 2025-03-26

26 Mar 07:16

Choose a tag to compare

  • #47 Fix "Commit summary always hides when switching focus (#46)". Thanks @LariWa.
    The setting git-graph.commitDetailsView.initiallyHideSummary is removed as Git Graph remembers the last state (per folder).

v1.31.3 - 2025-03-13

13 Mar 11:04

Choose a tag to compare

  • #3 Add button to collapse commit summary. Thanks @LariWa.
  • The setting git-graph.commitDetailsView.initiallyHideSummary controls whether the commit summary is collapsed (hidden) or expanded when starting Git Graph.

v1.31.2

14 Feb 10:16

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

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

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

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