Skip to content

0.8.0

Compare
Choose a tag to compare
@dandavison dandavison released this 28 May 18:35
  • 馃殌 New option relative-paths causes all file paths to be printed relative to the current directory so that they can be easily opened in a text editor or used in a shell command. Using hunk-header-style = file line-number syntax will emit the line number with the file path and thus should allow your editor to open at the correct line. For example, in the VS Code integrated terminal this means that with no further configuration every file path in git output can be opened with ctrl-click/cmd-click, and opening at a specific line works. Use diff-stat-align-width to control horizontal alignment of diff stat sections, although this may be replaced by a better solution in the future. #552
  • 馃殌 New option commit-regex allows delta to work nicely with custom git log formats (#174)
  • 馃殌 Support git -c delta.foo=bar ... in latest git version #573
  • 馃殌 Support custom hyperlink hash formats #613
  • 馃殌 Allow custom themes to be defined as light themes #598
  • 馃殌 Transform file paths to be relative to current directory #552
  • 馃殌 delta file_A file_B now invokes git diff, instead of diff -u
  • [Fixed] 馃悰 the --24-bit-color option is unusable from .gitconfig: 24-bit-color is deprecated; use true-color instead. #567
  • [Fixed] 馃悰 Fix less version parsing (#606, thanks @tpoliaw)
  • [Fixed] 馃悰 No output for chmod file mode change #583