0.60.0

Wilfred/difftastic0.60.0Aug 1, 2024by github-actions[bot]

AI Summary

Stability-focused release that fixes crashes introduced in previous versions and addresses performance issues with extremely long lines.

Key Highlights

  • Fixed a crash when the final changed hunk included the last line of the file.
  • Fixed duplicate hunks for files with no common content.
  • Fixed a performance issue with extremely long lines (100,000+ characters).

Full Release Notes

Difftastic is a structural diff tool that understands syntax. See [the manual](https://difftastic.wilfred.me.uk/) to get started, and [the changelog](https://github.com/Wilfred/difftastic/blob/master/CHANGELOG.md) for historical changes.

### Diffing

Fixed a crash (introduced in 0.59) when the final changed hunk included the last line of the file.

### Display

Fixed an issue where files with no common content would show duplicate hunks.

Fixed a performance issue when files had extremely long lines (e.g. 100,000+ characters).