skim v0.3.0 Release Notes

Release Date: 2017-09-21 // over 6 years ago
  • ๐Ÿš€ This release starts from adding --height featuren, ends up a big change in the code base.

    • ๐Ÿ”‹ feature: --bind accept character keys. Only Ctrl/Alt/F keys were accepted.
    • ๐Ÿ”‹ feature: support multiple --bind options. (replace getopts with clap.rs)
    • ๐Ÿ”‹ feature: --tac to reverse the order of input lines.
    • ๐Ÿ”‹ feature: --preview to show preview of current selected line.
    • ๐Ÿ”‹ feature: --height to use only part instead of full of the screen.
    • โœ… test: use tmux for integration test
    • replace ncurses-rs with termion, now skim is fully rust, no C bindings.