Skip to content

Latest commit

 

History

History
81 lines (38 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

81 lines (38 loc) · 4.37 KB

Changelog

2.0.0 (2024-06-03)

⚠ BREAKING CHANGES

  • mapping: swap prev and next mapping for conflicts (#89)

Features

Bug Fixes

  • extmarks missing from final line (#87) (96458b8)
  • mapping: swap prev and next mapping for conflicts (#89) (c57bbf0)
  • off-by-one error in find_position (#86) (4ff00ae)

1.3.0 (2024-01-22)

Features

  • api: add conflict_count function (#75) (599d380)

1.2.2 (2023-09-17)

Bug Fixes

  • quickfix: invoke callback once with all items (#70) (a97a355)

1.2.1 (2023-08-31)

Bug Fixes

  • mappings: set mappings if needed when parsing buffer (#66) (b1c1274)
  • quickfix cmd: construct items from visited buffers (#68) (cee519e)

1.2.0 (2023-08-21)

Features

Bug Fixes

1.1.2 (2023-04-26)

Bug Fixes

  • highlights should be default (75e9056)

1.1.1 (2023-04-26)

Bug Fixes

  • check buffer is valid before using it (e41555b), closes #50

1.1.0 (2023-04-18)

Features

Bug Fixes

  • color: reset the color after colorscheme was changed (#39) (#40) (cbefa70)
  • ensure valid value is passed when opening QF (2957f74)