Releases: hansu/vscode-git-graph
Releases · hansu/vscode-git-graph
1.31.6 - 2025-09-19
- #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.
- Add support for viewing Git Graph in a panel and/or editor.
1.31.5 - 2025-05-17
-
#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.singleBranchSelectgit-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
v1.31.3 - 2025-03-13
v1.31.2
- Add checkbox 'Allow unrelated histories' when merge action. Thanks @LaksVister.
- New setting
git-graph.toolbarButtonVisibilityto 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
v1.31.0
Inofficial beta 1.31.0-beta.3.1
- 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