Releases: mhutchie/vscode-git-graph
Releases · mhutchie/vscode-git-graph
1.4.1-beta.0
- Fixes graph expansion issue upon resuming Git Graph, when the commit details view was opened before Git Graph was hidden and new commits were added while it was hidden.
- Code refactoring, and improved error handling.
1.4.0
- #12 Revert, cherry-pick & merge git commands are now available from the commit and branch context menus.
- #7 Added a setting to enable / disable automatic centering of the commit details view.
- #11 Context menu closes on the next mouse interaction, instead of when the mouse leaves the context menu.
- #15 Support for portable git installations.
- #18 Fixed handling of detached HEAD's.
1.4.0-beta.3
- #12 Revert, cherry-pick & merge git commands available from the context menus.
- #7 Add setting to enable / disable automatic centering of the commit details view.
- #11 Context menu closes on the next mouse interaction, instead of when the mouse leaves the context menu.
- #15 Support for portable git installations
1.4.0-beta.2
1.4.0-beta.1
1.4.0-beta.0
- #11 Context menu closes on the next mouse interaction, instead of when the mouse leaves the context menu.
1.3.3
- #3 & #9: Fixes an issue preventing the graph loading for a few git repositories.
- #10: Fixes an issue where lines extending past the rightmost node of the graph would be cropped.
- Press escape to close any open Git Graph dialog.
- #6: The command title in the Command Palette is changed to "Git Graph: View Git Graph (git log)".
- Refined styling of the commit details view.