Skip to content

1.17.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhutchie mhutchie released this 29 Sep 05:19
· 221 commits to master since this release
c049551
  • #128 New "Fetch into local branch..." action on the remote branch context menu. This only appears if a local branch shares the same name as the branch being fetched, and the local branch is not checked out.
  • #185 Added two new date format options, "ISO Date & Time" and "ISO Date Only", to the Extension Setting git-graph.dateFormat.
  • #186 Added a new field to the "Add Tag" dialog that enables the extension to push the tag to a remote once it is added. Default: false (can be configured with the new setting git-graph.dialog.addTag.pushToRemote)
  • #188 Added a new "No Commit" checkbox to the "Cherry Pick Commit" dialog that enables a commits changes to be staged but not committed, so that you can select and commit specific parts of the commit.
  • Various code and UI improvements.