Skip to content

Releases: mhutchie/vscode-git-graph

1.31.0-beta.3

19 Sep 08:32
d7f43f4
Compare
Choose a tag to compare
1.31.0-beta.3 Pre-release
Pre-release
  • #494 Logging Enhancements: transform empty args, and logging command invocations.
  • #498 Verify and display the signature status of signed tags on the "View Details" Dialog.
  • #499 If a branch's name contains an issue number, the issue can be viewed via the branch's context menu. (Requires Issue Linking to be configured)
  • #507 Display a warning before pushing a tag when it's on a commit that isn't on any known branch on the remote(s) the tag is being pushed to.
  • #516 New "Reset File to this Revision..." action on the File Context Menu in the Commit Details View.
  • #517 The visibility of actions in the Commit Details View's File Context Menu can now be controlled via the extension setting git-graph.contextMenuActionsVisibility (alongside the visibility of all other context menu actions).
  • #547 Improved Git backwards compatibility when force deleting branches.
  • #557 Improved context menu click event handling.
  • Significant code improvements.

1.31.0-beta.2

30 May 10:33
e1365c9
Compare
Choose a tag to compare
1.31.0-beta.2 Pre-release
Pre-release
  • #494 Logging Enhancements: transform empty args, and logging command invocations.
  • #498 Verify and display the signature status of signed tags on the "View Details" Dialog.
  • #499 If a branch's name contains an issue number, the issue can be viewed via the branch's context menu. (Requires Issue Linking to be configured)
  • #507 Display a warning before pushing a tag when it's on a commit that isn't on any known branch on the remote(s) the tag is being pushed to.
  • #516 New "Reset File to this Revision..." action on the File Context Menu in the Commit Details View.
  • #517 The visibility of actions in the Commit Details View's File Context Menu can now be controlled via the extension setting git-graph.contextMenuActionsVisibility (alongside the visibility of all other context menu actions).
  • Significant code improvements.

1.31.0-beta.1

18 Apr 05:26
a28d573
Compare
Choose a tag to compare
1.31.0-beta.1 Pre-release
Pre-release
  • #494 Logging Enhancements: transform empty args, and logging command invocations.
  • #498 Verify and display the signature status of signed tags on the "View Details" Dialog.
  • #499 If a branch's name contains an issue number, the issue can be viewed via the branch's context menu. (Requires Issue Linking to be configured)
  • Various code improvements.

1.31.0-beta.0

12 Apr 10:24
b9112e6
Compare
Choose a tag to compare
1.31.0-beta.0 Pre-release
Pre-release
  • #494 Logging Enhancements: transform empty args, and logging command invocations.
  • #498 Verify and display the signature status of signed tags on the "View Details" Dialog.
  • Various code improvements.

1.30.0

05 Apr 03:42
881a9e6
Compare
Choose a tag to compare
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #457 New "View Diff with Working File" action on the File Context Menu in the Commit Details View.
  • #466 New "Copy Relative File Path to Clipboard" action on the File Context Menu in the Commit Details View.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.
  • #476 "Open File" action is now available in the Visual Studio Code Diff View Title Menu, when the Diff View is opened from the Git Graph View. (Requires Visual Studio Code >= 1.42.0)
  • #479 New Repository Dropdown Order option "Workspace Full Path", that sorts repositories according to the Visual Studio Code Workspace Folder order, then alphabetically by the full path of the repository. This is the new default order for the git-graph.repositoryDropdownOrder extension setting.
  • #480 When loading the Working File for a file from a historical commit, and the file has since been renamed, Git is now used to detect renames and enable the Working File to be opened. For example: from the "Open File" & "View Diff with Working File" actions on the File Context Menu in the Commit Details View.
  • #482 New "Mark as Reviewed" & "Mark as Not Reviewed" actions on the File Context Menu in the Commit Details View, when a Code Review is in progress. Thanks Dan Arad (@dan1994) for implementing this!
  • #486 All Git Graph View Keyboard Shortcut extension settings can now alternatively be set to "UNASSIGNED", if you don't want to have a keybinding for a specific Keyboard Shortcut.
  • #491 Standardise the cross-platform rendering of Markdown inline code blocks, to ensure they don't affect the height of each commit.
  • Various code improvements.

1.30.0-beta.4

30 Mar 10:29
4db26be
Compare
Choose a tag to compare
1.30.0-beta.4 Pre-release
Pre-release
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #457 New "View Diff with Working File" action on the file context menu in the Commit Details View.
  • #466 New "Copy Relative File Path to Clipboard" action on the file context menu in the Commit Details View.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.
  • #476 "Open File" action is now available in the Visual Studio Code Diff View Title Menu, when the Diff View is opened from the Git Graph View. (Requires Visual Studio Code >= 1.42.0)
  • #479 New Repository Dropdown Order option "Workspace Full Path", that sorts repositories according to the Visual Studio Code Workspace Folder order, then alphabetically by the full path of the repository. This is the new default order for the git-graph.repositoryDropdownOrder extension setting.
  • #480 When loading the Working File for a file from a historical commit, and the file has since been renamed, Git is now used to detect renames and enable the Working File to be opened. For example: from the "Open File" & "View Diff with Working File" actions on the file context menu in the Commit Details View.
  • #482 New "Mark as Reviewed" & "Mark as Not Reviewed" actions on the file context menu in the Commit Details View, when a Code Review is in progress. Thanks Dan Arad (@dan1994) for implementing this!
  • #486 All Git Graph View Keyboard Shortcut extension settings can now alternatively be set to "UNASSIGNED", if you don't want to have a keybinding for a specific Keyboard Shortcut.
  • #491 Standardise the cross-platform rendering of Markdown inline code blocks, to ensure they don't affect the height of each commit.
  • Various code improvements.

1.30.0-beta.3

17 Mar 10:14
31806ca
Compare
Choose a tag to compare
1.30.0-beta.3 Pre-release
Pre-release
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #457 New "View Diff with Working File" action on the file context menu in the Commit Details View.
  • #466 New context menu action to copy the relative path of a file in the Commit Details View to the clipboard.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.
  • #476 "Open File" action is now available in the Visual Studio Code Diff View Title Menu, when the Diff View is opened from Git Graph. (Requires Visual Studio Code >= 1.42.0)
  • #479 New Repository Dropdown Order option "Workspace Full Path", that sorts repositories according to the workspace folder order, then alphabetically by the full path of the repository. This is the new default order.
  • #480 When loading the Working File for a file from a historical commit, and the file has since been renamed, Git is now used to detect renames and enable the Working File to be opened. (e.g. the "Open File" & "View Diff with Working File" actions on the file context menu in the Commit Details View)
  • #482 New "Mark as Reviewed" & "Mark as Not Reviewed" actions on the file context menu in the Commit Details View when a Code Review is in progress. Thanks Dan Arad (@dan1994) for implementing this!
  • #486 All Git Graph View Keyboard Shortcut extension settings can now alternatively be set to "UNASSIGNED", if you don't want to have a keybinding for a specific Keyboard Shortcut.
  • Various code improvements.

1.30.0-beta.2

14 Mar 08:14
2458636
Compare
Choose a tag to compare
1.30.0-beta.2 Pre-release
Pre-release
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #457 New "View Diff with Working File" action on the file context menu in the Commit Details View.
  • #466 New context menu action to copy the relative path of a file in the Commit Details View to the clipboard.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.
  • #476 "Open File" action is now available in the Visual Studio Code Diff View Title Menu, when the Diff View is opened from Git Graph. (Requires Visual Studio Code >= 1.42.0)
  • #479 New Repository Dropdown Order option "Workspace Full Path", that sorts repositories according to the workspace folder order, then alphabetically by the full path of the repository. This is the new default order.
  • #480 When loading the Working File for a file from a historical commit, and the file has since been renamed, Git is now used to detect renames and enable the Working File to be opened. (e.g. the "Open File" & "View Diff with Working File" actions on the file context menu in the Commit Details View)
  • #482 New "Mark as Reviewed" & "Mark as Not Reviewed" actions on the file context menu in the Commit Details View when a Code Review is in progress. Thanks Dan Arad (@dan1994) for implementing this!

1.30.0-beta.1

10 Mar 09:41
8238ea3
Compare
Choose a tag to compare
1.30.0-beta.1 Pre-release
Pre-release
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #457 New "View Diff with Working File" action on the file context menu in the Commit Details View.
  • #466 New context menu action to copy the relative path of a file in the Commit Details View to the clipboard.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.
  • #476 "Open File" action is now available in the Visual Studio Code Diff View Title Menu, when the Diff View is opened from Git Graph. (Requires Visual Studio Code >= 1.42.0)

1.30.0-beta.0

03 Mar 10:23
ac69033
Compare
Choose a tag to compare
1.30.0-beta.0 Pre-release
Pre-release
  • #395 Added a "Force Fetch" option onto the "Fetch into Local Branch" Dialog, allowing any local branch (that's not checked out) to be reset to the remote branch. This dialog is accessed via the Remote Branch Context Menu.
  • #466 New context menu action to copy the relative path of a file in the Commit Details View to the clipboard.
  • #471 Spaces can be automatically substituted with hyphens or underscores in reference inputs on dialogs (e.g. Create Branch, Add Tag, etc.), by configuring the new extension setting git-graph.dialog.general.referenceInputSpaceSubstitution.