Skip to content

Releases: mhutchie/vscode-git-graph

1.5.0-beta.0

14 May 22:59
e72f144
Compare
Choose a tag to compare
1.5.0-beta.0 Pre-release
Pre-release
  • #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

01 May 06:56
e2f334c
Compare
Choose a tag to compare
1.4.7-beta.0 Pre-release
Pre-release
  • #60 Added a tooltip on repo dropdown items, indicating the full path of the repository.

1.4.6

30 Apr 11:29
e56379d
Compare
Choose a tag to compare
  • #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

26 Apr 11:19
459ec33
Compare
Choose a tag to compare
1.4.6-beta.2 Pre-release
Pre-release
  • #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

25 Apr 07:56
4cfbebf
Compare
Choose a tag to compare
1.4.6-beta.1 Pre-release
Pre-release
  • #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

23 Apr 08:25
8607dc0
Compare
Choose a tag to compare
1.4.6-beta.0 Pre-release
Pre-release
  • #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.5

15 Apr 01:07
79399b9
Compare
Choose a tag to compare
  • #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

14 Apr 09:21
4e14ede
Compare
Choose a tag to compare
1.4.5-beta.2 Pre-release
Pre-release
  • #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

13 Apr 05:35
ee829d6
Compare
Choose a tag to compare
1.4.5-beta.1 Pre-release
Pre-release
  • #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.

1.4.5-beta.0

03 Apr 07:36
9e84b12
Compare
Choose a tag to compare
1.4.5-beta.0 Pre-release
Pre-release
  • #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.