What's Changed
- Ignore case while finding visual studio solution files.
- Add context menu for issue link in commit details panel.
- Add a toggle button to show entire file content in diff view toolbar.
- Avoid that diff view refreshes more than one times after staging/unstaging.
- Handle standard error output of custom action.
- New hotkeys
Ctrl+Down/⌘+Down
to start fetch with default parameters directlyCtrl+Shift+Down/⌘+⇧+Down
to start pull with default parameters directlyCtrl+Shift+Up/⌘+⇧+Up
to start push with default parameters directlyCtrl+B/⌘+B
to create new branch with selected commit
- Add a new
Editor Font Size
configuration for all text editors - Add
Merge {TAG_NAME} to {CURRENT_BRANCH}
context menu item for tags in histories view. - Better
GitLab
commit website links supports. - Add
Open With...
context menu item for selected revision file in commit details panel. - Several other UI/UX changes.
New Contributors
Full Changelog: v8.37...v8.38