- Delta was previously handling
--word-diff
and--color-words
output in a nonsensical way. With this release, delta does not attempt to handle these output types, allowing git's raw output through unchanged. Appropriate handling may be added later. See #152 - When a line is unchanged but paired with a line that has additions/deletions, delta now assigns the unchanged line
{plus,minus}-non-emph-style
; previously it assigned{plus,minus}-style
. This change does not alter visual output by default because by default those two style styles are set to the same value. See #785 - Fixes a bug affecting line numbers in
side-by-side
mode, see #819
PRs
- Refactor: further isolate side-by-side implementation by @dandavison in #801
- Refactor: rewrite superimpose_styles function by @dandavison in #804
- New assignment of emph and non-emph styles by @dandavison in #785
- 808 honor raw blame styles by @dandavison in #809
- Process cleanup by @th1000s in #805
- Do not handle --word-diff or --color-words output by @dandavison in #807
- Initial version of ARCHITECTURE.md by @dandavison in #806
- Fix navigate option in git config example by @maximd in #815
- Fix colorMoved in git config example by @maximd in #814
- [themes.gitconfig] add woolly-mammoth blame config by @Kr1ss-XD in #706
- Fix side-by-side line number miscount by @th1000s in #819
New Contributors
Full Changelog: 0.10.2...0.10.3