Skip to content

Releases: dlvhdr/diffnav

v0.2.8

05 Oct 11:38
Compare
Choose a tag to compare

Changelog

  • 2ca04b3 fix: only create debug.log if env var is set

v0.2.7

05 Oct 11:38
Compare
Choose a tag to compare

Changelog

  • 4bfc333 chore: remove broken test
  • e12383c fix: filetree viewport double offset
  • edefcba refactor: move sortFiles to utils
  • 3f9a3cd refactor: move to subpackages and introduce component with a setSize

v0.2.6

03 Oct 17:18
Compare
Choose a tag to compare

Changelog

  • ebbfbbb fix: diff width after exiting search mode

v0.2.5

01 Oct 21:02
f9d90a3
Compare
Choose a tag to compare

Changelog

  • f9d90a3 fix: don't enter altscreen on empty input (#27)

v0.2.4

28 Sep 09:59
ef1bbf9
Compare
Choose a tag to compare

Changelog

  • c31ef58 Merge pull request #22 from dlvhdr/update-readme
  • aa7dc7a Merge pull request #23 from dlvhdr/dlvhdr/update-pic
  • ef1bbf9 Merge pull request #24 from dlvhdr/dlvhdr/fix-height
  • d5b7641 fix: tree height

v0.2.3

27 Sep 19:58
c3c0ef1
Compare
Choose a tag to compare

Changelog

  • search support
  • c3c0ef1 Merge pull request #21 from dlvhdr/fix-homebrew
  • 68fd4f8 fix: homebrew

v0.1.1

25 Sep 08:49
b85fafb
Compare
Choose a tag to compare

Changelog

  • b85fafb fix: only create debug on env var
  • 2427061 fix: only create debug on env var

v0.1.0

24 Sep 13:27
Compare
Choose a tag to compare

Changelog

  • af2c49e Initial commit
  • 87fb056 Update README.md
  • c7a9086 Update README.md
  • a5f5032 ci: add goreleaser
  • 7f51dee ci: try and fix homebrew
  • e4d91d1 feat: add help footer
  • 2e2c071 feat: add more context lines when scrolling
  • de68cd4 feat: delta conf + scrolling
  • 8a5d6d0 feat: dir icons
  • 70f0b54 feat: do not use side-by-side for additions/removals
  • aea1bf2 feat: expand/collapse file tree
  • 5436202 feat: file + status icons
  • e5926eb feat: file header
  • a0ed62b feat: filetree and diffviewer
  • 8e6f109 feat: header
  • 0c3fa73 feat: read input from stdin
  • 5e0c900 feat: scroll the file tree for diffs with many files
  • ea5ccdb feat: sort directories first
  • 0ff2d5c feat: truncate filenames
  • f5e4c82 fix: dir name truncation
  • 56528e4 fix: don't scroll diff on j/k
  • 0bca3ca fix: root files
  • b44d1e8 fix: strip ansi in case input contains it
  • b993287 fix: trees with multiple roots
  • ef41f3e refactor: rename module to diffnav
  • b6ec8fe style: better folder icon
  • 153f08e style: slight changes