0.65.0

QwenLM/Qwen3-VL0.65.0Sep 24, 2025by github-actions[bot]

AI Summary

Difftastic 0.65.0 improves support for large page sizes on aarch64 systems, updates parsers for several languages including Rust and Kotlin, and adds stricter text encoding detection.

Key Highlights

  • Increased default page size for Jemalloc to support aarch64 systems
  • Updated parsers for Clojure, Common Lisp, Rust, Zig, and improved Kotlin parsing
  • Stricter text encoding detection to fix binary file handling
  • New --override-binary option to force binary file treatment

Breaking Changes

  • Now requires Rust 1.75 to build

New Features

  • Better support for large page sizes (aarch64/Arm)
  • Updated parsers for multiple programming languages
  • Improved binary file detection
  • New CLI option for forcing binary file treatment

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.

### Build

Incrased the default page size of Jemalloc, so difftastic should work on systems with large page sizes (typically aarch64, i.e. Arm).

difftastic now requires Rust 1.75 to build.

### Parsing

Updated Clojure, Common Lisp, Rust and Zig parsers. Improved parsing of Kotlin.

Text encoding detection is now stricter, fixing more cases where binary files were treated as text.

Added the `--override-binary` option to force files to be treated as binary rather than text.

### Display

When diffing binary files, the file sizes are now shown to help see big changes.