Skip to content

Releases: mhutchie/vscode-git-graph

1.4.4

01 Apr 10:23
12832c8
Compare
Choose a tag to compare
  • #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

31 Mar 10:43
6bef656
Compare
Choose a tag to compare
1.4.4-beta.3 Pre-release
Pre-release
  • #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

20 Mar 03:36
4128b9b
Compare
Choose a tag to compare
1.4.4-beta.2 Pre-release
Pre-release
  • #38 Push a tag to origin from the tag context menu.
  • #35 Merge a specific commit from the commit context menu. Added support for dividers in the context menus to better segment actions.
  • #39 Checkout a branch by double clicking on the branch label.

1.4.4-beta.1

19 Mar 07:23
b3e74ce
Compare
Choose a tag to compare
1.4.4-beta.1 Pre-release
Pre-release
  • #38 Push a tag to origin from the tag context menu.
  • #35 Merge a specific commit from the commit context menu. Added support for dividers in the context menus to better segment actions.

1.4.4-beta.0

18 Mar 09:58
27907c2
Compare
Choose a tag to compare
1.4.4-beta.0 Pre-release
Pre-release
  • #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

18 Mar 02:17
3d5e456
Compare
Choose a tag to compare
  • #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

12 Mar 10:01
b981431
Compare
Choose a tag to compare
1.4.3-beta.1 Pre-release
Pre-release
  • #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

12 Mar 09:26
d3931ad
Compare
Choose a tag to compare
1.4.3-beta.0 Pre-release
Pre-release
  • #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

10 Mar 00:22
7cdcf40
Compare
Choose a tag to compare
  • #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

09 Mar 09:18
b36f1e3
Compare
Choose a tag to compare
  • #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.