# Delta 0.18.2 - Product: Delta (https://whatsnew.fyi/product/git-delta) - Vendor: Dan Davison - 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 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'. --- - **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