Releases: mhutchie/vscode-git-graph
Releases · mhutchie/vscode-git-graph
1.5.0-beta.0
- #60 Added a tooltip on repo dropdown items, indicating the full path of the repository.
- #62 Support for non-ASCII file names in the Commit Details View.
- #63 Commits can be squashed when merging if the "Squash commits" checkbox is checked on the commit and branch merge dialogs.
- #64 Delete remote branches from the right click context menu of the remote branch.
- #73 New keyboard shortcuts:
- Up / Down Arrows: When the Commit Details View is open, pressing the up and down arrow keys opens the previous or next commits' Commit Details View.
- CTRL/CMD + r: Refresh the Git Graph.
- Enter: If a dialog is open, pressing enter submits the dialog, taking the primary (left) action.
1.4.7-beta.0
- #60 Added a tooltip on repo dropdown items, indicating the full path of the repository.
1.4.6
- #33 Support for git repositories in subfolders. New setting
git-graph.maxDepthOfRepoSearch
specifies the maximum depth of subfolders to search (default: 0). - #50 Branch and repo dropdowns now have a filter to make it faster to find the desired item.
- #52 Copy branch and tag names to the clipboard.
- #53 Flattened the control bar and column header elements, to better suit the majority of Visual Studio Code Themes.
- #54 Graph rendering algorithm changes: performance improvements, and better layout of intermediate branch merges.
- #55 Robustness improvements of the avatar caching mechanism.
- #58 Removed the checkout and delete actions from the context menu of the checked out branch.
- #59 Various performance improvements for: opening Git Graph, loading commits, and opening the commit details view.
1.4.6-beta.2
- #33 Support for git repositories in subfolders. New setting
git-graph.maxDepthOfRepoSearch
specifies the maximum depth of subfolders to search (default: 0). - #52 Copy branch and tag names to the clipboard.
- #54 Graph rendering algorithm changes: performance improvements, and better layout of intermediate branch merges.
- #55 Robustness improvements for the avatar caching mechanism.
- #58 Removed the checkout and delete actions from the context menu of the checked out branch.
- #59 Various performance improvements for: loading commits, opening the commit details view, and opening Git Graph in workspaces with many repositories.
1.4.6-beta.1
- #33 Support for git repositories in subfolders. New setting
git-graph.maxDepthOfRepoSearch
specifies the maximum depth of subfolders to search (default: 0). - #52 Copy branch and tag names to the clipboard.
- #54 Graph rendering algorithm changes: performance improvements, and better layout of intermediate branch merges.
- #55 Robustness improvements for the avatar caching mechanism.
1.4.6-beta.0
1.4.5
- #26 Fetch and show commit author / committer avatars from GitHub, GitLab & Gravatar. If you'd like to use this feature, you must enable the setting
git-graph.fetchAvatars
. Thanks @meierw for helping with the development of this! - #37 Columns can be resized by dragging the dividers in the table header.
- #43 Add more emphasis to the head commit.
- #44 Improved the documentation and descriptions of extension settings.
- #45 Include commits from heads that are only referenced by tags.
- #46 Fixed graph node misalignment when Visual Studio Code is zoomed.
- #51 Observe Visual Studio Code theme changes while Git Graph is open, now required due to a change in Visual Studio Code 1.33.0.
1.4.5-beta.2
- #26 Fetch and show commit author / committer avatars from GitHub, GitLab & Gravatar. If you'd like to use this feature, you must enable the setting
git-graph.fetchAvatars
. Thanks @meierw for helping with development of this! - #37 Columns can be resized by dragging the dividers in the table header.
- #43 Add more emphasis to the head commit.
- #44 Improved the documentation and descriptions of extension settings.
- #45 Include commits from heads that are only referenced by tags.
- #46 Fixed graph node misalignment when Visual Studio Code is zoomed.
- #51 Observe VSCode theme changes while Git Graph is open, now required due to a change in VSCode 1.33.0.
1.4.5-beta.1
- #26 Fetch and show commit author / committer avatars from GitHub, GitLab & Gravatar. If you'd like to use this feature, you must enable the setting
git-graph.fetchAvatars
. Thanks @meierw for helping with development of this! - #44 Improved the documentation and descriptions of extension settings.
- #45 Include commits from heads that are only referenced by tags.
- #46 Fixed graph node misalignment when Visual Studio Code is zoomed.
- #51 Observe VSCode theme changes while Git Graph is open, now required due to a change in VSCode 1.33.0.