Skip to content

v1.3.0

Choose a tag to compare

@y3owk1n y3owk1n released this 27 Apr 08:23
afe06b6

1.3.0 (2025-04-27)

Features

  • diff: support user defined args for external diff tools and configurable from config opts (#47) (2def5dc)

Bug Fixes

  • diff.preview: use configured close mapping to quit diff panel (#49) (b89cd28)
  • ui.set_header: only show undofile path when it is readable (#46) (f869ee4)
  • ui.set_highlights: single buf_lines call and iterate with id (#38) (ce5ae16)
  • ui: send event tags_created and refresh via autocmd instead of manual (#52) (d8a608b)
  • ui: send event undo and redo instead of manual refresh the UI (#51) (13bed56)

Performance Improvements

  • diff.preview_diff_external: validate executables before IO (#42) (4985430)
  • diff.read_buffer_at_seq: avoid manual window switching (#43) (8312dba)
  • diff.write_temp: replace vim.fn.writefile with faster vim.uv.fs functions (#44) (ba9e42c)
  • ui: cache looksup to reduce round trips (#40) (a86fa5e)