Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Releases: smashwilson/merge-conflicts

v1.2.3

21 Jun 17:41
Compare
Choose a tag to compare
  • Fix a regression in detecting dirty conflict hunks.
  • Highlight the cursor line within conflict hunks.
  • Resolve: Ours Then Theirs and Resolve: Theirs Then Ours work properly when rebasing.
  • Correct React editor style to accomodate markup changes.
  • Use Ctrl-M keybindings across all platforms.
  • Cosmetic change to the error view.

v1.2.2

21 Jun 17:07
Compare
Choose a tag to compare
  • Work seamlessly across React and Classic editors.
  • Show a friendlier error if git isn't found.

v1.2.1

21 Jun 17:07
Compare
Choose a tag to compare
  • Fix resolution context menu items being invoked from a child element.

v1.2.0

21 Jun 17:07
Compare
Choose a tag to compare
  • Consistent keymap entries on Linux, Mac and Windows.
  • Detect conflicts with Windows-style line endings.
  • Allow the resolver dialog to be dismissed and invoked later.
  • Close the resolver dialog on quitting the merge.
  • Handle "both added" conflicts.
  • Travis CI!

v1.1.0

21 Jun 17:06
Compare
Choose a tag to compare
  • Special handling for conflicts encountered during a rebase.

v1.0.0

21 Jun 17:05
Compare
Choose a tag to compare
  • Identification of conflict markers.
  • Superimpose conflict resolution controls.
  • Resolve conflicts as either side, directly.
  • Resolve conflicts by editing in place.
  • Navigation among conflict markers within a file.
  • Keymap entries for resolution and navigation.
  • Show resolution progress for each file.
  • Minify and restore the conflict panel.
  • Save and stage changes for each file on completion.