dandavison/delta
 Watch   
 Star   
 Fork   
2026-03-29 03:37:30
delta

0.19.2

This is a patch release providing rebuilt binaries compatible with Debian 12 (the 0.19.0 and 0.19.1 .deb packages required glibc 2.39, which is only available in Debian 13).

What's Changed

2026-03-22 23:06:42
delta

0.19.1

This patch release fixes a release automation bug: release 0.19.0 did not include all release binaries.

What's Changed

Full Changelog: https://github.com/dandavison/delta/compare/0.19.0...0.19.1

2026-03-20 09:16:22
delta
2024-09-11 20:29:53
delta

0.18.2

This patch release fixes various panics reported by users that were due to v0.1.13 of the unicode-width crate. See https://github.com/dandavison/delta/pull/1858 and https://github.com/unicode-rs/unicode-width/issues/66.

What's Changed

Full Changelog: https://github.com/dandavison/delta/compare/0.18.1...0.18.2

2024-08-24 20:39:06
delta

0.18.1

This patch release fixes an issue with delta --version that was causing problems downstream (https://github.com/dandavison/delta/issues/1818).

What's Changed

New Contributors

Full Changelog: https://github.com/dandavison/delta/compare/0.18.0...0.18.1

2024-08-16 20:39:37
delta

0.18.0

As usual, tons of excellent contributions, and one contribution by me! @th1000s has made a huge number of important and difficult improvements to delta and helped with many issues over the few years since the project started, and so I'm happy to say that he's co-maintaining the project with me nowadays. Thanks to all contributors for the improvements below!

What's Changed

New Contributors

Full Changelog: https://github.com/dandavison/delta/compare/0.17.0...0.18.0

2024-03-16 22:25:15
delta

0.17.0

Thanks to the many contributors! Particular highlights are

Thanks to @bash's work, delta now automatically detects whether your terminal has a light/dark background (unless you specify with --light or --dark):

@joshtriplett solved the long-standing problem of correctly parsing traditional grep output, e.g. git grep, grep, etc. Until now there had been annoying parse ambiguities related to separator characters in file paths. This is particularly valuable for git grep since it has interesting features such as git grep -W (see https://github.com/dandavison/delta/issues/769)

@imbrish fixed two important bugs and added the ability to set a default language (e.g. for executable shell scripts with no file name suffix)

What's Changed

New Contributors

Full Changelog: https://github.com/dandavison/delta/compare/0.16.5...0.17.0

2023-06-03 22:04:09
delta

0.16.5

This is a follow-up release providing the various binaries that were not released with 0.16.4. It also makes some adjustments to delta's (rip)grep support.

What's Changed

Full Changelog: https://github.com/dandavison/delta/compare/0.16.4...0.16.5

2023-06-03 07:21:43
delta

0.16.4

It's 6 months since the last release so this one brings quite a few changes. Thanks very much to all contributors, especially @nickelc for a huge number of contributions, and @wescande for his work on improving whitespace highlighting. With this release delta can now display grep output in (hopefully) exactly the same layout that ripgrep does, but adding syntax highlighting, hyperlinks, and navigation. Use ripgrep --json ... | delta for that, or set grep-output-type = ripgrep to get that output style from git grep etc.

This release does not contain binaries for x86_64-unknown-linux-musl, i686-unknown-linux-gnu, arm-unknown-linux-gnueabihf, or aarch64-unknown-linux-gnu because the cross-compilation GitHub Actions jobs were broken at the time of release. I'll issue a follow-up release including them when that's fixed.

What's Changed

New Contributors

Full Changelog: https://github.com/dandavison/delta/compare/0.15.1...0.16.4

2022-12-04 04:20:12
delta

0.15.1

What's Changed

Full Changelog: https://github.com/dandavison/delta/compare/0.15.0...0.15.1