Skip to content

0.4.0

Compare
Choose a tag to compare
@dandavison dandavison released this 04 Aug 01:16

The main new feature in this release is support for git diff --color-moved: see #72. This makes Git's native moved-line detection algorithms and styling options available when using Delta. Delta supports this automatically, without any configuration change, but see the new option inspect-raw-lines in case you need to turn it off.

The other new feature is that Delta can now cause files and commit hashes to be rendered as hyperlinks in your terminal emulator: However, this will not be available to you without, at the minimum, installing a patched version of less, because support for the hyperlink spec has only partially spread through the terminal application ecosystem. See #257 and the delta --help text for details.

Finally, thanks to @Ryuta69 for the fix for #264.

  • [closed] 🚀 Support --color-moved #72
  • [closed] 🚀Support --color-moved-ws #144
  • [closed] 🚀 Support displaying files and commits as OSC 8 hyperlinks #257
  • [closed] 🐛 width option is not honored in git config sections #264
  • [closed] 🐛 diff -U0 rendered with lines out of order #263
  • [closed] 🐛 paging should be supported in gitconfig #253
  • [closed] 🐛 syntax-theme should be honored in a custom feature in gitconfig #252
  • [closed] 🐛 Line numbers style not taking effect with --side-by-side #251
  • [closed] 🐛 Duplicate "renamed" header when file is renamed with changes #245