Skip to content

v0.12.0

Latest

Choose a tag to compare

@dlvhdr dlvhdr released this 24 Jul 10:21
v0.12.0
1de38e6

Robust Diff Searching

I've integrated https://github.com/robinovitch61/viewport to enable searching in the diffview.
It supports regular, insensitive, regex and fuzzy search modes.

Changelog

New Features

  • 1f92077 feat(diff): scroll line up/down when focused on tree (#140)
  • 1de38e6 feat(diffviewer): use viewport by robinovitch61 (#144)
  • 214ed73 feat: add ui.startFoldersOpenDepth config option (#123)
  • 4e7ddc6 feat: scroll to bottom and top (#125)
  • 7934a39 feat: show file tree when showFileTree is false (#130)

Fixes

  • 5f77725 Resolve Git repo root from CWD when possible. (#118)
  • cbd0e97 fix(diffviewer): wrap long lines through delta in side-by-side, mark clipped lines in unified (closes #99) (#133)
  • 19b947d fix(filetree): use forward-slash path separator for git diff paths (#121) (#128)
  • 8c2de69 fix: keys not handled in some cases (#136)
  • a2722c2 fix: pass non-unified-diff input through to stdout (closes #115) (#132)
  • d592537 fix: sponsors (#134)

Chores