- #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.
- #189 Fixed the handling of filenames containing double quotes in the Commit Details View.
- Various code and UI improvements.