Releases: mhutchie/vscode-git-graph
Releases · mhutchie/vscode-git-graph
1.4.4
- #27 Add lightweight or annotated tags. Add message (optional) to annotated tags.
- #35 Merge a specific commit from the commit context menu.
- #38 Push a tag to origin from the tag context menu.
- #39 Checkout a branch by double clicking on the branch label.
- #40 Reworded context menu actions. Use ellipses to differentiate non-immediate actions. Added support for dividers in the context menus to better segment actions.
- #41 Load the last viewed repo when opening Git Graph in a multi-root workspace.
- #42 New setting
git-graph.dateType
to specify the date type to be displayed, either the author or commit date.
1.4.4-beta.3
- #35 Merge a specific commit from the commit context menu. Added support for dividers in the context menus to better segment actions.
- #38 Push a tag to origin from the tag context menu.
- #39 Checkout a branch by double clicking on the branch label.
- #40 Reworded context menu actions. Use ellipses to differentiate non-immediate actions.
- #41 Load the last viewed repo when opening Git Graph in a multi-root workspace.
1.4.4-beta.2
1.4.4-beta.1
1.4.4-beta.0
- #35 Merge a specific commit from the commit context menu. Added support for dividers in the context menus to better segment actions.
1.4.3
- #17 Automatic refresh when repo changes while Git Graph is visible.
- #32 Checkout a specific commit from the commit context menu.
- #20 Hide the "Git Graph" status bar item when the workspace has no Git repository.
- #28 Fixed the text colour used for dropdowns and dialogs, to support use with other VSCode colour themes.
- Added the Git Graph icon to the tab when Git Graph is opened. By default the icon is coloured, but it can be set to greyscale with the new configuration setting
git-graph.tabIconColourTheme
.
1.4.3-beta.1
- #20 Hide the "Git Graph" status bar item when the workspace has no Git repository.
- #28 Fixed the text colour used for dropdowns and dialogs, to support use with other VSCode colour themes.
- Added the Git Graph icon to the tab when Git Graph is opened. By default the icon is coloured, but it can be set to greyscale with the new configuration setting
git-graph.tabIconColourTheme
.
1.4.3-beta.0
- #28 Fixed the text colour used for dropdowns and dialogs, to support use with other VSCode colour themes.
- Added the Git Graph icon to the tab when Git Graph is opened. By default the icon is coloured, but it can be set to greyscale with the new configuration setting
git-graph.tabIconColourTheme
.
1.4.2
- #22 New setting to show the current branch by default when Git Graph is opened, instead of showing all branches. By default
git-graph.showCurrentBranchByDefault
is false. - #24 Display all lines of the commit body in the commit details view. Thanks @ShoshinNikita!
1.4.1
- #13 Support for multiple Git repositories in multi-root workspaces.
- #8 Improved control bar style, for improved support of different colour themes.
- #23 Changed "Reverse this Commit" to "Revert this Commit", to match the corresponding Git command. Thanks @Larry850806!
- Several minor consistency improvements.