Skip to content

Release v0.26

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:59

[0.26] 2021-06-15

Added

  • [neovim] Add zindex option to fix the tricky floating_win overlapping, and add border for the preview window, use let g:clap_popup_border = 'nil' to disable the order. #693
  • Impl preview for quickfix provider. #691
  • Impl preview/file for easier external async preview integration. #706

Changed

  • Now g:clap_provider_grep_enable_icon is initialized using g:clap_enable_icon. #701

Fixed

  • Handle the non-utf8 line of rg's output properly. #673
  • [neovim] Fix the action dialog creation using floating_win. #688
  • Fix the indicator winwidth is not flexible. #687
  • Fix the icon offset when restoring the full display line for grep provider. #701
  • Fix the Pyo3 compilation on M1. #707
  • Add icon for *.tex. #709

Perf

  • Use faster simdutf8. #681