0.69.0

OtterMind/Chat2DB0.69.0Apr 30, 2026by github-actions[bot]

AI Summary

This release introduces significant enhancements to the Difftastic structural diff tool, including support for Assembly parsing, improved trailing punctuation handling, and file detection via `.gitattributes`, alongside a requirement for Rust 1.85 or later.

Key Highlights

  • Added support for Assembly parsing
  • Improved parsing for Clojure, CSS, Python, Rust, and TypeScript
  • Removed support for Hack due to upstream maintenance
  • Support for `.gitattributes` in binary/text file detection
  • Requires Rust 1.85 or later to build

Breaking Changes

  • Removed support for Hack files

New Features

  • Assembly parsing support
  • Trailing punctuation handling for Go, Java, JavaScript, Python, Rust, Swift, and TypeScript
  • .gitattributes file detection
  • Rust 1.85+ build requirement

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

Difftastic now understands when trailing punctuation isn't significant, so `foo(1,)` and `foo(1)` are treated as "no syntactic changes". This is supported for Go, Java, JavaScript, Python, Rust, Swift and TypeScript.

### Parsing

Added support for Assembly.

Substantially improved parsing for Perl.

Improved parsing for Clojure, Common Lisp, CSS, Dart, Erlang, F#, OCaml, Python, Rust, Scala, TypeScript and VHDL.

Removed support for Hack, as the upstream parser is no longer maintained. `.php` files starting with `<?hh` are now treated as text.

### File Detection

Difftastic now considers `.gitattributes` when deciding if a file is binary, recognising both the `-text` and `binary` attributes.

### Build

Difftastic now requires Rust 1.85 or later to build.