Version 1.3

  • Twin Focus When enabled, hover over a word in a side-by-side diff to highlight the corresponding word on the other side(s) of the diff.
  • Improved diffing algorithm Better recognition when two bodies of text mainly differ by their line breaks. For example, if [A] has a long paragraph all on one line and [B] has the same content split over multiple lines to maintain a maximum column width, then both passages will be grouped as “modified ≠” and their newline differences highlighted.
  • Improved diff UI Extra connecting lines now appear in diff dividers when there are a few scattered word differences that might be hard to spot within a large modified segment. In these cases, they’ll help to point out where they are and which lines they match up on.
  • Added the ability for JuxtaCode to serve as a merge tool for Jujutsu.
  • Performance improvements when generating large diffs.
  • Fixes an occasional stack overflow crash when generating diffs.
  • You can edit a text clipping’s title by selecting it in the sidebar and pressing enter.
  • Fixed a bug that caused scrolling to break when both sides of a diff were identical.
  • Fixed a bug that caused the file drop-down menu to not fully populate at first when using ‘git difftool’.
  • Navigation toolbar buttons (up and down arrows) now become disabled when there are no segments to navigate in a diff.