D

delta

D
delta Dev Tools v0.19.2

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 CD: pin GNU Linux builds to ubuntu-22.04 for Debian 12 compat by @dandavison in #2135

D
delta Dev Tools v0.19.0

0.19.0

Tons of improvements; thanks very much to all delta contributors. This release is missing several binaries due to a bug in the GitHub Actions release workflow. Please use https://github.com/dandavison/delta/releases/tag/0.19.1 instead. What's Changed Do not double panic in FakeParentArgs::drop by @dvermd in #1856 Improve blame file type detection (#1803) by @dvermd in #1829 Use same example config…

D
delta Dev Tools v0.19.1

0.19.1

This patch release fixes a release automation bug: release 0.19.0 did not include all release binaries. What's Changed Fix CD: replace defunct ubuntu-20.04 runners by @dandavison in #2129 Full Changelog: 0.19.0...0.19.1

D
delta Dev Tools v0.18.2

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 #1858 and unicode-rs/unicode-width#66. What's Changed Move AmbiguousDiffMinusCounter to hunk_header by @dandavison in #1825 Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list by @injust in #1823 Handle quoted file paths in hunk headers by @th1000s in #1840 Fix clippy warnings by @b…

D
delta Dev Tools v0.18.1

0.18.1

This patch release fixes an issue with delta --version that was causing problems downstream (#1818). What's Changed Add hyperlinks section to manual by @dandavison in #1816 Added platypus theme by @sarpuser in #1819 Don't use pager for --version by @dandavison in #1824 New Contributors @sarpuser made their first contribution in #1819 Full Changelog: 0.18.0...0.18.1

D
delta Dev Tools v0.18.0

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 Link to Repository from M…

D
delta Dev Tools v0.17.0

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): Detect Dark/Light Mode from Terminal by @bash in #1615 @joshtriplett solved the long-standing problem of correctly parsing traditional grep output, e.g. git grep, grep, etc. Until now there…

D
delta Dev Tools v0.16.5

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 Increase number of characters shown in submodule hashes by @dandavison in #1421 Fix typo in publishing build job & restore cross-compilation by @nickelc in #1430 3819e94 Drop grep-header-style option by @dandavison a28231a Honor…

D
delta Dev Tools v0.16.4

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 naviga…