Skip to content

Releases: Wilfred/difftastic

0.26.3

10 Apr 22:40
Compare
Choose a tag to compare

Difftastic is a diff tool that understands syntax. See the manual to get started, and the changelog for historical changes.

Build

This release contains no logic changes from 0.26.2. 0.26.3 has a fixed release script to ensure that the release includes Windows binaries.

0.26.2

10 Apr 20:08
Compare
Choose a tag to compare

Difftastic is a diff tool that understands syntax. See the manual to get started, and the changelog for historical changes.

Build

Fixed compilation error on Windows due to GCC extension usage in the tree-sitter-nix library.

0.26.1

10 Apr 19:26
Compare
Choose a tag to compare

Difftastic is a diff tool that understands syntax. See the manual to get started, and the changelog for historical changes.

Build

This version of difftastic is also available as a GitHub release with precompiled binaries available.

Parsing

Fixed Zig parsing of @foo identifiers.

Display

Fixed a crash when inserting newlines in JSX literals.