Release v0.4
Since this release the binary will be provided via the GitHub Action service.
- Download the binary accrodingly.
- Rename to
maple.exe
for windows,maple
for the other platforms. - Move
maple.exe
ormaple
tobin/
.
There will be a script to automate this process, now you have to do this job on your own.
[0.4] 2020-01-06
Added
- Add icon for files provider.(#195)
- Add
syntax
property for provider to make enable the syntax highlight easier.(#217) - Add an option
g:clap_disable_bottom_top
(0
by default) for disabling wrapping top-to-bottom when pressing ctrl-j/ctrl-k at the bottom/top of the results. - Add open action support for
:Clap buffers
. - Add open action support for
:Clap git_files
. - Add
<C-U>
mapping for clearning the input.
Improved
- Make the helper function for building the extra Rust tools more friendly and smarter. (#202)
- Optimize for
Clap blines
provider in case of the buffer has 1 million lines.(#210)
Fixed
- 🎉 Fix the flicker of running asynchronously using
job
.(#185)