v1.4.0
What's Changed
ReposTracker
renamed toBranchTracker
to reflect the current usage- Improved
BranchTracker
to allow drag-n-drop interactions with branches so that merges can be initiated by dragging a branch onto the target base branch by @nelsonni - Fix for
selectByRepo
filtering out all remote branches instead just those with matching local branches by @nelsonni - Fix for
MergeDialog
to prevent the same branch being selected as both the base and compare branches in a merge by @nelsonni - Fix for
MergeDialog
to handle empty conflict arrays as being non-conflicting during merging by @nelsonni - Improvement for
SourcePickerDialog
to trim selection options so that the same branch is not selected multiple times by @nelsonni - Fix for
branchLog
to check for locally-tracked branches first before resorting to remote-tracked branches by @nelsonni
Full Changelog: v1.3.1...v1.4.0