- (fix) When you have multiple branches with same prefix, e.g. ABC and ABCDE. When merging to ABC method choses ABCDE instead, and as a result there are multiple branches with the same name in target branch selector
- (fix) If the comment doesn't contain any target branch information the comment will be the same for each target branch. Consolidate duplicate comments when displaying in the Pending Changes view (thanks psaut)
- (enhancement) Order workspaces by name in "Target branches" list (thanks MrLuje)
- (fix) Fix typo at "Resolve" word
- (enhancement) Added the ability to specify the number of changesets shown for merging. Name - changeset_count_show
- (enhancement) Add "{SourceWorkItemTitles}" keyword for comment_format (#22)
- (fix) Null reference when config does not exists
- (fix) Crash when comment template has newline (#18)
- (fix) The extension requires a version of .NET Framework that is not installed. (#15)
- (fix) SQL Server error 2627
- (fix) Showing all changes regardless of the project
- (enhancement) Change behavior "Merge & Check In". Now it check in if no conflicts, otherwise show resolve conflicts window.
- (enhancement) If found to be restored unexpected file, merging occurs by file.
- (enhancement) After check in show changeset id.
- (fix) Fix refreshing changeset when project changed.
- (enhancement) Allow templating discard merge comment (#11)
- (enhancement) Allow templating merge comment (#6)
- (enhancement) Allow set default mode for "Merge" button
- (enhancement) Double click on branch open it in source control explorer (#7)
- (fix) Multi load branches info, because not unsubscribe events
- (fix) Button "Merge" not disabled while merging (#3)
- (enhancement) Rename button "Merge" -> "Merge & Check In"
- (enhancement) Save last merge operation and next time it will be default (#4)
- (fix) In some cases occurs "Cannot add instance of type 'ScrollDeligateBehavior' to a collection of type 'BehaviorCollection'" (#2)
- (enhancement) Add support multi workspace (#1)
- Initial Release