Skip to content

Releases: mhutchie/vscode-git-graph

1.4.1-beta.0

04 Mar 06:04
863b53d
Compare
Choose a tag to compare
1.4.1-beta.0 Pre-release
Pre-release
  • 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

01 Mar 11:33
82bb557
Compare
Choose a tag to compare
  • #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

26 Feb 23:04
Compare
Choose a tag to compare
1.4.0-beta.3 Pre-release
Pre-release
  • #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

25 Feb 05:54
Compare
Choose a tag to compare
1.4.0-beta.2 Pre-release
Pre-release
  • #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.

1.4.0-beta.1

23 Feb 03:35
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release
  • #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.

1.4.0-beta.0

23 Feb 00:05
Compare
Choose a tag to compare
1.4.0-beta.0 Pre-release
Pre-release
  • #11 Context menu closes on the next mouse interaction, instead of when the mouse leaves the context menu.

1.3.3

22 Feb 09:47
Compare
Choose a tag to compare
  • #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.

1.3.2

18 Feb 23:14
Compare
Choose a tag to compare
  • Fixes an issue when viewing some large graphs of more than 500 commits.
  • Significantly reduced package size.

1.3.1

17 Feb 06:19
Compare
Choose a tag to compare
  • View the Visual Studio Code Diff of a file change in a commit, by clicking on the file in the commit details view.
  • All git commands are run asynchronously to improve responsiveness.

1.3.0

16 Feb 09:34
Compare
Choose a tag to compare
  • Commit details view (click on a commit to open it). This shows the full commit details, and a tree view of all file changes in the commit.
  • Support for git reset hard, mixed & soft.
  • Add the branch colour to ref labels to make them easier to read.