# Delta changelog > A syntax-highlighting pager for git, diff and grep output. - Vendor: Dan Davison - Category: Developer Tools - Official site: https://dandavison.github.io/delta/ - Tracked by: What's New (https://whatsnew.fyi/product/git-delta) - Harvested from: GitHub (dandavison/delta) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 0.19.2 - Date: 2026-03-28 - Version: 0.19.2 - Original notes: https://github.com/dandavison/delta/releases/tag/0.19.2 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.19.2 - **fixed** — Rebuilt binaries are now compatible with Debian 12 by pinning GNU Linux builds to ubuntu-22.04 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 https://github.com/dandavison/delta/pull/2135 ### 0.19.1 - Date: 2026-03-22 - Version: 0.19.1 - Original notes: https://github.com/dandavison/delta/releases/tag/0.19.1 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.19.1 - **fixed** — Replace defunct ubuntu-20.04 runners in CD to fix release automation This patch release fixes a release automation [bug](https://github.com/dandavison/delta/issues/2127): release [0.19.0](https://github.com/dandavison/delta/releases/tag/0.19.0) did not include all release binaries. ##### What's Changed * Fix CD: replace defunct ubuntu-20.04 runners by @dandavison in https://github.com/dandavison/delta/pull/2129 **Full Changelog**: https://github.com/dandavison/delta/compare/0.19.0...0.19.1 ### 0.19.0 - Date: 2026-03-20 - Version: 0.19.0 - Original notes: https://github.com/dandavison/delta/releases/tag/0.19.0 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.19.0 - **fixed** — Do not double panic in FakeParentArgs::drop - **changed** — Improve blame file type detection - **added** — Add themes weeping-willow and mirthful-willow - **added** — Add optional capture-output writer to run_app() - **added** — Add console commands for git configuration - **added** — Support {host} in hyperlinks - **added** — Allow multiple hyperlinks per line - **added** — Support external subcommands: rg, diff, git-show - **changed** — Hyperlink commit hashes of length 7 as well - **fixed** — Fix index out of bounds crash for '@@ @@' hunk header - **changed** — Tune themes weeping-willow and mirthful-willow - **fixed** — Fix diff output when a diff ends with a mode change - **fixed** — Normalize merge.conflictStyle casing - **fixed** — Styled zero lines fix - **fixed** — Cache the Git remote URL to speed up rendering hyperlinks - **fixed** — Fix rg json handling line comment highlighting - **fixed** — Default line number to 1 for hyperlinks - **fixed** — Fix line numbers showing filename when hyperlinks enabled - **changed** — Honor pager path when checking less version - **changed** — Update bat dependency from 0.24 to 0.26 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](https://github.com/dandavison/delta/issues/2127). 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 https://github.com/dandavison/delta/pull/1856 * Improve blame file type detection (#1803) by @dvermd in https://github.com/dandavison/delta/pull/1829 * Use same example config in manual as README by @dandavison in https://github.com/dandavison/delta/pull/1879 * Clarify grep highlighter-related code by @dandavison in https://github.com/dandavison/delta/pull/1877 * Don't set colorMoved in introductory instructions by @dandavison in https://github.com/dandavison/delta/pull/1884 * Recommend zdiff3 merge.conflictStyle by @adamchainz in https://github.com/dandavison/delta/pull/1260 * Add themes `weeping-willow`, `mirthful-willow` by @lvdh in https://github.com/dandavison/delta/pull/1864 * CI: switch to macos-13, as 12 will be unsupported soon by @th1000s in https://github.com/dandavison/delta/pull/1890 * Add optional capture-output writer to run_app() by @th1000s in https://github.com/dandavison/delta/pull/1889 * Center-align README content by @dandavison in https://github.com/dandavison/delta/pull/1893 * Redundant Option Checks, Unwrap Safety by @sharma-shray in https://github.com/dandavison/delta/pull/1892 * Add console commands for git configuration by @harmtemolder in https://github.com/dandavison/delta/pull/1896 * Honor pager path when checking less version by @dandavison in https://github.com/dandavison/delta/pull/1903 * Rename some variables by @dandavison in https://github.com/dandavison/delta/pull/1904 * Delete now-unused pricate homebrew formula step from Makefile (III) by @dvermd in https://github.com/dandavison/delta/pull/1830 * Support {host} in hyperlinks by @dandavison in https://github.com/dandavison/delta/pull/1901 * Allow multiple hyperlinks per line by @th1000s in https://github.com/dandavison/delta/pull/1909 * Clippy 1.83 by @th1000s in https://github.com/dandavison/delta/pull/1918 * Support external subcommands: rg, diff, git-show (etc.) by @th1000s in https://github.com/dandavison/delta/pull/1769 * Don't keep subcommand stdout around by @th1000s in https://github.com/dandavison/delta/pull/1920 * hyperlink commit hashes of length 7 as well by @th1000s in https://github.com/dandavison/delta/pull/1924 * clippy 1.84 fix by @th1000s in https://github.com/dandavison/delta/pull/1938 * chore(deps): update git2 to use libgit2 1.9 by @chenrui333 in https://github.com/dandavison/delta/pull/1930 * Suggest minimum bat version in manual by @ernstki in https://github.com/dandavison/delta/pull/1941 * Upgrade unicode-width to v0.1.14 (but still < 0.2.0) by @th1000s in https://github.com/dandavison/delta/pull/1937 * Update terminal-colorsaurus version to 0.4.8 by @rashil2000 in https://github.com/dandavison/delta/pull/1936 * Fix index out of bounds crash for '@@ @@' hunk header by @adamchainz in https://github.com/dandavison/delta/pull/1995 * Tune themes weeping-willow, mirthful-willow by @lvdh in https://github.com/dandavison/delta/pull/2011 * clippy 1.88 fixes by @injust in https://github.com/dandavison/delta/pull/2016 * Fix diff output when a diff ends with a mode change by @th1000s in https://github.com/dandavison/delta/pull/2023 * fix: `cargo install git-delta --locked` fails on systems with GCC 15 by @tquin in https://github.com/dandavison/delta/pull/2007 * Normalize `merge.conflictStyle` casing by @injust in https://github.com/dandavison/delta/pull/2015 * Styled zero lines fix by @th1000s in https://github.com/dandavison/delta/pull/1916 * config: add setup instructions for Jujutsu (jj) vcs by @arjunmahishi in https://github.com/dandavison/delta/pull/2048 * all: fix clippy complaints by @charlievieth in https://githu _[Truncated at 4000 characters — full notes: https://github.com/dandavison/delta/releases/tag/0.19.0]_ ### 0.18.2 - Date: 2024-09-11 - Version: 0.18.2 - Original notes: https://github.com/dandavison/delta/releases/tag/0.18.2 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.18.2 - **fixed** — Fix panics caused by unicode-width v0.1.13 by upgrading and pinning to v0.1.12 - **fixed** — Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list - **fixed** — Handle quoted file paths in hunk headers - **changed** — Allow --dark to override dark/light detected from syntax theme - **changed** — Move AmbiguousDiffMinusCounter to hunk_header 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 * Move AmbiguousDiffMinusCounter to hunk_header by @dandavison in https://github.com/dandavison/delta/pull/1825 * Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list by @injust in https://github.com/dandavison/delta/pull/1823 * Handle quoted file paths in hunk headers by @th1000s in https://github.com/dandavison/delta/pull/1840 * Fix clippy warnings by @bash in https://github.com/dandavison/delta/pull/1851 * Allow `--dark` to override dark/light detected from syntax theme by @bash in https://github.com/dandavison/delta/pull/1843 * Upgrade and pin unicode-width to v0.1.12 by @th1000s in https://github.com/dandavison/delta/pull/1858 **Full Changelog**: https://github.com/dandavison/delta/compare/0.18.1...0.18.2 ### 0.18.1 - Date: 2024-08-24 - Version: 0.18.1 - Original notes: https://github.com/dandavison/delta/releases/tag/0.18.1 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.18.1 - **fixed** — Fix issue with delta --version that was causing problems downstream - **added** — Add hyperlinks section to manual - **added** — Add platypus theme - **changed** — Don't use pager for --version This patch release fixes an issue with `delta --version` that was causing problems downstream (https://github.com/dandavison/delta/issues/1818). ##### What's Changed * Add hyperlinks section to manual by @dandavison in https://github.com/dandavison/delta/pull/1816 * Added `platypus` theme by @sarpuser in https://github.com/dandavison/delta/pull/1819 * Don't use pager for --version by @dandavison in https://github.com/dandavison/delta/pull/1824 ##### New Contributors * @sarpuser made their first contribution in https://github.com/dandavison/delta/pull/1819 **Full Changelog**: https://github.com/dandavison/delta/compare/0.18.0...0.18.1 ### 0.18.0 - Date: 2024-08-16 - Version: 0.18.0 - Original notes: https://github.com/dandavison/delta/releases/tag/0.18.0 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.18.0 - **changed** — Stop highlighting unchanged whitespace - **fixed** — Repair --default-language, and highlight using full filename - **fixed** — Fix macOS build - **changed** — Only use nosort in bash <4.4 - **changed** — Do not read git files when --no-gitconfig is given - **fixed** — Fix panic when blame-palette is empty - **changed** — Make relative-paths work with binary files - **changed** — Make less version >= 633 behave like previous versions with respect to Nerd Fonts - **changed** — Update catppuccin-latte casing in LIGHT_SYNTAX_THEMES list - **changed** — Update syntect to 5.2.0 - **added** — Add --max-syntax-highlighting-length, set to 400 - **fixed** — Fix delta-toggle shell script - **changed** — Do not wrap short help (-h) output - **added** — Implement --diff-args - **fixed** — Handle ambiguous diff header, '--- ' can also be present in a minus hunk 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 Manual by @bash in https://github.com/dandavison/delta/pull/1657 * Stop highlighting unchanged whitespace by @phillipwood in https://github.com/dandavison/delta/pull/1659 * Add .gitattributes rules for rust files by @phillipwood in https://github.com/dandavison/delta/pull/1245 * Repair --default-language, and highlight using full filename by @th1000s in https://github.com/dandavison/delta/pull/1549 * tests: prevent parallel env var access by @th1000s in https://github.com/dandavison/delta/pull/1681 * CI: fix macOS build by @th1000s in https://github.com/dandavison/delta/pull/1696 * Only use `nosort` in bash <4.4 by @martinml in https://github.com/dandavison/delta/pull/1683 * Don't read git files when --no-gitconfig is given + unused variables by @th1000s in https://github.com/dandavison/delta/pull/1728 * tests: add insta for snapshot testing by @th1000s in https://github.com/dandavison/delta/pull/1739 * tests: set terminal width to 43 by @th1000s in https://github.com/dandavison/delta/pull/1741 * Fix panic when blame-palette is empty by @thorio in https://github.com/dandavison/delta/pull/1737 * Make relative-paths work with binary files by @th1000s in https://github.com/dandavison/delta/pull/1740 * Fix github links from master to main by @madeddie in https://github.com/dandavison/delta/pull/1709 * Update `terminal-colorsaurus` by @bash in https://github.com/dandavison/delta/pull/1699 * Make less version >= 633 behave like previous versions wrt. Nerd Fonts by @th1000s in https://github.com/dandavison/delta/pull/1762 * Update `catppuccin-latte` casing in `LIGHT_SYNTAX_THEMES` list by @injust in https://github.com/dandavison/delta/pull/1745 * deps: bump libc from 0.2.153 to 0.2.155 by @wxpppp in https://github.com/dandavison/delta/pull/1715 * Add missing `--file-*-label` option to `--navigate` docs by @injust in https://github.com/dandavison/delta/pull/1744 * Fix copy-paste typo by @injust in https://github.com/dandavison/delta/pull/1767 * Update syntect to 5.2.0 by @timhillgit in https://github.com/dandavison/delta/pull/1672 * Disable light mode detection in tests by @bash in https://github.com/dandavison/delta/pull/1765 * Add --max-syntax-highlighting-length, set to 400 by @th1000s in https://github.com/dandavison/delta/pull/1746 * chore: cleanup brew formula file in favor of core tap by @chenrui333 in https://github.com/dandavison/delta/pull/1773 * wrap --help output, fix rust 1.80 build by @th1000s in https://github.com/dandavison/delta/pull/1440 * Fix delta-toggle shell script by @dandavison in https://github.com/dandavison/delta/pull/1794 * Do not wrap short help (-h) output by @th1000s in https://github.com/dandavison/delta/pull/1800 * Implement --diff-args by @dandavison in https://github.com/dandavison/delta/pull/1697 * Handle ambiguous diff header, '--- ' can also be present in a minus hunk by @th1000s in https://github.com/dandavison/delta/pull/1787 * cd: build binaries targeting GNU libc on ubuntu-20.04, not latest by @th1000s in https://github.com/dandavison/delta/pull/1805 ##### New Contributors * @martinml made their first contribution in https://github.com/dandavison/delta/pull/1683 * @thorio made their first contribution in https://github.com/dandavison/delta/pull/1737 * @madeddie made their first contribution in https://github.com/dandavison/delta/pull/1709 * @injust made their first contribution in https://github.com/dandavison/delta/pull/1745 * @wxpppp made their first contribution in https://github.com/dandavison/delta/pull/1715 * @timhillgit made their first contributi _[Truncated at 4000 characters — full notes: https://github.com/dandavison/delta/releases/tag/0.18.0]_ ### 0.17.0 - Date: 2024-03-16 - Version: 0.17.0 - Original notes: https://github.com/dandavison/delta/releases/tag/0.17.0 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.17.0 - **added** — Automatically detect whether your terminal has a light/dark background unless you specify with `--light` or `--dark` - **added** — Parse filename unambiguously using color escape sequences to correctly parse traditional grep output - **added** — Honor default-language option to set a default language for files without file name suffix - **added** — Generate completion subcommand - **added** — Add mellow-barbet theme - **added** — Add arctic-fox custom theme - **added** — Add corvus theme - **added** — Add Catppuccin latte to light syntax themes - **changed** — Make hunk header code fragment display optional - **changed** — Replace usage of the `atty` crate with `std::io::IsTerminal` trait - **changed** — Switch from vte to anstyle-parse for ANSI escape sequence parsing - **changed** — Upgrade bytelines to latest, without default features - **changed** — Update git2 dependency - **changed** — Improve binary file added output - **fixed** — Fix alignment in blame mode when author name contains unicode accent modifiers - **fixed** — Fix issue where pager would be set to `more` or `most` - **fixed** — Fix handling of tabs in grep output - **fixed** — Fix headers of modified binary files - **fixed** — Preserve "Binary files" line in color_only mode - **fixed** — Reset syntax highlighter across grep sections 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 https://github.com/dandavison/delta/pull/1615 @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) * Parse filename unambiguously using color escape sequences by @joshtriplett in https://github.com/dandavison/delta/pull/1634 @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) * Honor default-language option by @imbrish in https://github.com/dandavison/delta/pull/1655 * Preserve "Binary files" line in color_only mode by @imbrish in https://github.com/dandavison/delta/pull/1649 * Fix headers of modified binary files by @imbrish in https://github.com/dandavison/delta/pull/1629 ##### What's Changed * Add mellow-barbet theme by @kvrohit in https://github.com/dandavison/delta/pull/1452 * Fix alignment in blame mode when author name contains unicode accent modifiers by @hpwxf in https://github.com/dandavison/delta/pull/1456 * Replace usage of the `atty` crate with `std::io::IsTerminal` trait by @nickelc in https://github.com/dandavison/delta/pull/1465 * Refactor subcommand handling by @dandavison in https://github.com/dandavison/delta/pull/1467 * Bump clap to v4.3.14 and regenerate Cargo.lock by @th1000s in https://github.com/dandavison/delta/pull/1472 * Fix issue where pager would be set to `more` or `most` by @ippsav in https://github.com/dandavison/delta/pull/1494 * Improve binary file added output by @Sondeyy in https://github.com/dandavison/delta/pull/1502 * Remove the navigation setting from themes. by @Qwerty-133 in https://github.com/dandavison/delta/pull/1503 * Add assertion failure message by @dandavison in https://github.com/dandavison/delta/pull/1508 * Fix handling of tabs in grep output by @dandavison in https://github.com/dandavison/delta/pull/1507 * Support users other than git in github SSH URLs by @dandavison in https://github.com/dandavison/delta/pull/1509 * Update installation instructions for openSUSE by @sorairolake in https://github.com/dandavison/delta/pull/1550 * feat: generate completion subcommand by @plustik in https://github.com/dandavison/delta/pull/1561 * Make hunk header code fragment display optional by @zmc in https://github.com/dandavison/delta/pull/1568 * Adding new theme in themes.gitconfig by @pablospe in https://github.com/dandavison/delta/pull/1544 * feat(theme): add arctic-fox custom theme by @anthony-halim in https://github.com/dandavison/delta/pull/1539 * --show-themes exit with error when no themes by @dandavison in https://github.com/dandavison/delta/pull/1611 * Bug fix: reset syntax highlighter across grep sections by @dandavison in https://github.com/dandavison/delta/pull/1613 * Switch from vte to anstyle-parse (already used in dependencies) by @joshtriplett in https://github.com/dandavison/delta/pull/1638 * Parse filename unambiguously using color escape sequences by @joshtriplett in https://github.com/dandavison/delta/pull/1634 * Fix headers of modified binary files by @imbrish in https://github.com/dandavison/delta/pull/1629 * Upgrade bytelines to latest, without default features by @whitfin in https://github.com/dandavison/delta/pull/1597 * Add Catppuccin latte to light syntax themes by @dvic in https://github.com/dandavison/delta/pull/1573 * Update Arch Linux package URL in installation.md by @felixonmars in https://github.com/dandavison/delta/pull/1569 * Change Winget _[Truncated at 4000 characters — full notes: https://github.com/dandavison/delta/releases/tag/0.17.0]_ ### 0.16.5 - Date: 2023-06-03 - Version: 0.16.5 - Original notes: https://github.com/dandavison/delta/releases/tag/0.16.5 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.16.5 - **changed** — Increase number of characters shown in submodule hashes - **fixed** — Restore cross-compilation in publishing build job - **removed** — Drop grep-header-style option - **changed** — Honor grep-header-decoration-style for ripgrep output 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 https://github.com/dandavison/delta/pull/1421 * Fix typo in publishing build job & restore cross-compilation by @nickelc in https://github.com/dandavison/delta/pull/1430 * 3819e94 Drop grep-header-style option by @dandavison * a28231a Honor grep-header-decoration-style for ripgrep output by @dandavison **Full Changelog**: https://github.com/dandavison/delta/compare/0.16.4...0.16.5 ### 0.16.4 - Date: 2023-06-02 - Version: 0.16.4 - Original notes: https://github.com/dandavison/delta/releases/tag/0.16.4 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.16.4 - **added** — Add `grep-output-type` option to display grep output in ripgrep layout with syntax highlighting, hyperlinks, and navigation - **added** — Add gruvmax-fang theme - **added** — Add discord-dark theme - **changed** — Update clap to 4.1 - **changed** — Update git2 to 0.16.1 - **changed** — Update bitflags to 2.2 - **changed** — Switch back to the dirs crate for dependency management - **changed** — Downgrade and pin the bytelines crate - **changed** — Replace deprecated error_chain crate with anyhow - **changed** — Reduce allocations during --show-colors - **changed** — Remove manual line-wrapping - **fixed** — Fix the --show-themes command - **fixed** — Fix warning from bat for an unknown syntax theme - **fixed** — Fix submodule diff parsing - **fixed** — Fix warning highlight for trailing whitespace 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 * Address deprecated clap features by @tjquillan in https://github.com/dandavison/delta/pull/1251 * Fix clippy warnings by @nickelc in https://github.com/dandavison/delta/pull/1298 * Replace unmaintained/outdated GitHub Actions by @nickelc in https://github.com/dandavison/delta/pull/1317 * Reduce allocations during `--show-colors` by @nickelc in https://github.com/dandavison/delta/pull/1315 * Fix the`--show-themes` command by @nickelc in https://github.com/dandavison/delta/pull/1320 * Fixed broken link to README by @zonuexe in https://github.com/dandavison/delta/pull/1185 * Update `git2` to 0.16.1 by @nickelc in https://github.com/dandavison/delta/pull/1323 * Fix warning from bat for an unknown syntax theme by @nickelc in https://github.com/dandavison/delta/pull/1319 * Add `gruvmax-fang` theme by @MaxFangX in https://github.com/dandavison/delta/pull/1291 * Spelling by @jsoref in https://github.com/dandavison/delta/pull/1257 * Update `clap` to 4.1 by @nickelc in https://github.com/dandavison/delta/pull/1322 * Encapsulate `git2` types by @nickelc in https://github.com/dandavison/delta/pull/1326 * Update dependencies & switch back to the `dirs` crate by @nickelc in https://github.com/dandavison/delta/pull/1325 * Return the `GitRemoteRepo` type directly by @nickelc in https://github.com/dandavison/delta/pull/1328 * Added config option. by @ShogunPanda in https://github.com/dandavison/delta/pull/1324 * Add Winget Releaser workflow by @sitiom in https://github.com/dandavison/delta/pull/1331 * Get git's minus/plus style from config instead of copying it around by @nickelc in https://github.com/dandavison/delta/pull/1329 * Add methods for getting `GitConfig` as reference by @nickelc in https://github.com/dandavison/delta/pull/1336 * Rename `git_config_entry` module to `remote` by @nickelc in https://github.com/dandavison/delta/pull/1337 * Tips and tricks manual section by @dandavison in https://github.com/dandavison/delta/pull/1339 * Set language specifiers for code blocks and fix links in manual by @nickelc in https://github.com/dandavison/delta/pull/1340 * Derive the default for enums with `#[derive(Default)]`/`#[default]` by @nickelc in https://github.com/dandavison/delta/pull/1341 * Add discord-dark theme by @ILikePlayingGames in https://github.com/dandavison/delta/pull/1334 * Merge the different `GitConfig` constructors for a config file by @nickelc in https://github.com/dandavison/delta/pull/1342 * Remove manual line-wrapping by @dandavison in https://github.com/dandavison/delta/pull/1350 * Add link to similar project walles/riff by @walles in https://github.com/dandavison/delta/pull/1362 * add: installation instructions for conda/mamba by @YYYasin19 in https://github.com/dandavison/delta/pull/1371 * Clarify how to use delta with `tmux` by @isak102 in https://github.com/dandavison/delta/pull/1402 * Update `bitflags` to 2.2 by @nickelc in https://github.com/dandavison/delta/pull/1361 * Fix some typos by @goggle in https://github.com/dandavison/delta/pull/1379 * Remove unneeded `extern crate` statements by @nickelc in https://github.com/dandavison/ _[Truncated at 4000 characters — full notes: https://github.com/dandavison/delta/releases/tag/0.16.4]_ ### 0.15.1 - Date: 2022-12-03 - Version: 0.15.1 - Original notes: https://github.com/dandavison/delta/releases/tag/0.15.1 - Permalink: https://whatsnew.fyi/product/git-delta/releases/0.15.1 - **changed** — Explicitly request xz compression ##### What's Changed * Explicitly request xz compression by @dandavison in https://github.com/dandavison/delta/pull/1249 **Full Changelog**: https://github.com/dandavison/delta/compare/0.15.0...0.15.1