Add an option to control highlighting of moved lines

This commit is contained in:
Kovid Goyal
2026-03-12 12:59:46 +05:30
parent f45345c7a7
commit d8af7e2c88
4 changed files with 12 additions and 6 deletions

View File

@@ -168,6 +168,8 @@ Detailed list of changes
0.46.1 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- diff kitten: Highlight moved lines using a different background color (:opt:`kitten-diff.mark_moved_lines`) (:iss:`3241`)
- Fix a regression that broke ``kitten update-self`` (:iss:`9642`)
- macOS: Clear bell alert badge on dock icon on mouse/keyboard activity (:iss:`9640`)