Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
delta-0.18.2-x86_64-pc-windows-msvc.zip | 2024-09-11 | 3.3 MB | |
delta-0.18.2-aarch64-unknown-linux-gnu.tar.gz | 2024-09-11 | 3.0 MB | |
delta-0.18.2-arm-unknown-linux-gnueabihf.tar.gz | 2024-09-11 | 3.1 MB | |
git-delta_0.18.2_arm64.deb | 2024-09-11 | 2.3 MB | |
git-delta_0.18.2_armhf.deb | 2024-09-11 | 2.3 MB | |
delta-0.18.2-i686-unknown-linux-gnu.tar.gz | 2024-09-11 | 3.4 MB | |
git-delta_0.18.2_i386.deb | 2024-09-11 | 2.7 MB | |
delta-0.18.2-x86_64-unknown-linux-musl.tar.gz | 2024-09-11 | 3.3 MB | |
git-delta-musl_0.18.2_amd64.deb | 2024-09-11 | 2.6 MB | |
delta-0.18.2-x86_64-unknown-linux-gnu.tar.gz | 2024-09-11 | 3.2 MB | |
git-delta_0.18.2_amd64.deb | 2024-09-11 | 2.5 MB | |
delta-0.18.2-x86_64-apple-darwin.tar.gz | 2024-09-11 | 3.0 MB | |
delta-0.18.2-aarch64-apple-darwin.tar.gz | 2024-09-11 | 2.9 MB | |
0.18.2 source code.tar.gz | 2024-09-11 | 531.3 kB | |
0.18.2 source code.zip | 2024-09-11 | 600.6 kB | |
README.md | 2024-09-11 | 978 Bytes | |
Totals: 16 Items | 38.8 MB | 3 |
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 inLIGHT_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