Releases: esmuellert/codediff.nvim
Releases · esmuellert/codediff.nvim
Release v2.20.3
What's Changed
- feat: add fixed point comparison for history by @cenk1cenk2 in #231
New Contributors
- @cenk1cenk2 made their first contribution in #231
Full Changelog: v2.20.2...v2.20.3
Release v2.20.2
What's Changed
- fix(cmake): remove redundant OpenMP compile flags in non-Homebrew path by @milan-panta in #234
New Contributors
- @milan-panta made their first contribution in #234
Full Changelog: v2.20.1...v2.20.2
Release v2.20.1
What's Changed
- refactor: restructure tests to mirror source layout by @esmuellert in #236
Full Changelog: v2.20.0...v2.20.1
Release v2.20.0
What's Changed
- feat: ignore whitespace option (diffopt+=iwhite support) by @esmuellert in #235
Full Changelog: v2.19.0...v2.20.0
Release v2.19.0
What's Changed
- feat: accept all incoming/current/both/base for whole file by @esmuellert in #230
Full Changelog: v2.18.0...v2.19.0
Release v2.18.0
What's Changed
- feat: expose navigation API (next_hunk, prev_hunk, next_file, prev_file) by @esmuellert in #228
Full Changelog: v2.17.0...v2.18.0
Release v2.17.0
What's Changed
- feat: add cycle_next_hunk option to disable hunk navigation wrap-around by @esmuellert in #227
Full Changelog: v2.16.5...v2.17.0
Release v2.16.5
What's Changed
- fix(keymaps): properly clean up keymaps on close (fixes #211) by @esmuellert in #226
Full Changelog: v2.16.4...v2.16.5
Release v2.16.4
What's Changed
- Add --reverse flag to history command by @fredrikaverpil in #225
Full Changelog: v2.16.3...v2.16.4
Release v2.16.3
What's Changed
- fix: restore user keymaps after closing CodeDiff by @esmuellert in #215
Full Changelog: v2.16.2...v2.16.3