Releases: skim-rs/skim
Releases · skim-rs/skim
v0.11.10
✨ New Features
7df8b77
- use clap & derive for options, manpage & completions (PR #586 by @LoricAndre)
🐛 Bug Fixes
966d8f5
- 398 shift-up/down was bind to wrong action (PR #399 by @lotabout)aa03781
- fix github publish action
🔧 Chores
8a57983
- fix clippy838ba21
- remove atty (PR #587 by @LoricAndre)c932a1f
- remove bitflags (PR #579 by @LoricAndre)
v0.10.4
v0.10.3: Merge pull request #517 from lotabout/yazgoo-patch-1
Update README.md
v0.10.2
v0.10.1
v0.10.0
v0.9.4
v0.9.3
v0.9.2
Feature:
- new action
refresh-cmd
: call the interactive command and refresh the items accordingly. - new action
refresh-preview
: call the preview command and refresh the preview display. Will only refresh if the preview window is shown.
Fix:
v0.9.1
Feature:
- Support preview scroll offset relative to window height
git grep --line-number '' | sk --delimiter : \ --preview 'bat --style=numbers --color=always --highlight-line {2} {1}' \ --preview-window +{2}-/2
Fix:
- #356 panic on ANSI enabled.
tiebreak
would now includescore
in the front of criterion if not specified.- Reduce preview window flicking when moving cursor fast.
- Multiple preview window options weren't merged.
pre-select-items
should not contain empty string by default.- click/wheel events's row weren't correct if
--height
is specified.