Skip to content

Releases: skim-rs/skim

v0.6.7

31 May 02:17
Compare
Choose a tag to compare

Feature:

  • Refer to query and command query with {q} and {cq} in preview command.
  • Support fzf's theme strings, e.g. bg+ for current line's background.
  • Support customizing styles of query strings.

Bug fixes:

  • skim would crash if multiple CJK items are matched in an OR query.
  • SKIM_DEFAULT_COMMAND not correctly recognized in sk-tmux
  • UI responses are slow on large input

v0.6.6

03 Apr 02:06
Compare
Choose a tag to compare

fix #158: preview window not update correctly.

v0.6.5

01 Apr 00:32
Compare
Choose a tag to compare

Bug Fixes:

  • #155: screen is not fully cleared upon resize
  • #156: preview dies on large chunk of input
  • #157: cursor overflow on empty input
  • #154: reduce CPU usage on idle
  • wrong matches on empty input lines

v0.6.4

25 Mar 16:12
Compare
Choose a tag to compare

Fix build with rust 2018 (1.31.0)

v0.6.3

25 Mar 00:23
Compare
Choose a tag to compare

Feature:

  • support action: execute
  • support action chaining
  • preview window actions: toggle-preview-wrap, preview-[up|down|left|right], preview-page-[up|down]
  • support --filter mode, it will print out the screen and matched item
  • support more (alt) keys

Bug Fixes:

  • wrong cursor position after item changed
  • #142: NULL character was dropped with --ansi
  • regression: --margin not working
  • #148: screen won't clear in interactive mode
  • number of matched item not showing correctly (during matching)
  • lag in changing query on large collection of inputs

v0.6.2

19 Mar 13:33
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Feature:

  • Support --header-lines
  • Support --layout
  • Update the latest fzf.vim

v0.6.1

17 Mar 13:34
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Bug fixes:

  • compile fail with rust 2018 (1.31.0)
  • reduce the time on exit. It took time to free memories on large collections.

v0.6.0

17 Mar 07:16
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

This is a large rewrite to improve performance.

  • Use SpinLock instead of channel for sharing data.
  • use tuikit for buferred rendering.

v0.5.5

23 Feb 02:26
Compare
Choose a tag to compare

Bug fixes:

  • fix: regression on --with-nth feature
  • fix: 100% CPU on not enough printing area

v0.5.4

20 Feb 06:18
Compare
Choose a tag to compare

Emergency Release, some tests were not added to CI and fails.