- Fix handling of
--word-diff
and--color-words
(#829). Note thatline-numbers
andside-by-side
will be ignored if delta detects that the input was generated bygit --word-diff / --color-words
. DELTA_FEATURES
can now be used to add to features specified in ~/.gitconfig. Use a+
prefix to do this: an example isDELTA_FEATURES=+side-by-side
which will activateside-by-side
, in addition to your usual features.- Store
less
history file in a better location on Windows. Thanks @rashil2000 for this work! - Fix performance issue affecting some linux users (#839)
What's Changed
- Bump sysinfo from 0.19.2 to 0.20.5 by @dependabot in #811
- #833 refactoring by @dandavison in #834
- Store history file in data_local_dir for Windows by @rashil2000 in #847
- Query fewer processes when searching for the parent by @th1000s in #841
- Do not query CPU data when querying process data by @dandavison in #845
- Fix --word-diff / --color-words handling by @dandavison in #833
- Add features from DELTA_FEATURES env var instead of replacing with them by @dandavison in #849
- Fix raw line styles by @dandavison in #850
- Fix side-by-side syntax ANSI test failure by @dandavison in #852
- DeltaTest inspect() additions by @dandavison in #853
- Line state refactor by @dandavison in #851
New Contributors
- @rashil2000 made their first contribution in #847
Full Changelog: 0.11.2...0.11.3