v0.8.0
Breaking Changes in API
Skim::run_with
now accept a stream ofSkimItem
instead of aBufRead
.
Feature:
- #233 support mouse scroll/click event
- #254 support
{+}
in preview and execute command - #226 support exact match combination(e.g.
^abc$
) - #216 support item specific preview hook method
- #219 support case insensitive match
Bug fixes: