Skip to content

Releases: jhawthorn/fzy

1.0

23 Sep 22:11
Compare
Choose a tag to compare

Version 1.0! There were some big changes in this release. Bumping to 1.0 because fzy is now feature complete. Thanks everyone for the help!

Features:

  • Support UTF-8
  • Support readline-like editing
  • Quit on Esc
  • Redraw on terminal resize
  • Bracketed paste escapes are ignored

Performance:

  • Initialize tty interface before reading stdin

Some packaging changes in this release. I'm no longer building a deb or rpm package, and will leave that to individual distributions to package as many now do 😀 !

I'm also including an uploaded tarball and signature, to ensure checksums won't change.

0.9

17 Apr 07:58
0.9
204eaec
Compare
Choose a tag to compare
0.9

Features:

  • Support Ctrl-k and Ctrl-j for movement

Performance:

  • Use threads to parallelize sorting
  • Improve parallelism of searching and scoring

Internal:

  • Fix test suite on i386
  • Replace test suite with greatest
  • Add property tests
  • Add acceptance tests

0.8

01 Jan 13:02
0.8
19dae1c
Compare
Choose a tag to compare
0.8

Bugfixes:

  • Fix cursor position shifing upwards when input has less than 2 items.

0.7

04 Aug 06:57
0.7
d88d197
Compare
Choose a tag to compare
0.7

Bugfixes:

  • Fixed a segfault when encountering non-ascii characters
  • Fixed building against musl libc

0.6

27 Jul 02:02
0.6
62415d3
Compare
Choose a tag to compare
0.6

Performance:

  • Use threads to parallelize searching and scoring
  • Read all pending input from tty before searching
  • Use a lookup table for computing bonuses

Bugfixes:

  • Fixed command line parsing on ARM
  • Fix error when autocompleting and there are no matches

0.5

12 Jun 03:38
0.5
26452f2
Compare
Choose a tag to compare
0.5

Bugfixes:

  • Made sorting stable on all platforms

0.4

19 May 16:07
0.4
e62a3c6
Compare
Choose a tag to compare
0.4

Features:

  • Add -q/--query for specifying initial query

Bugfixes:

  • Fixed last line of results not being cleared on exit
  • Check errors when opening the TTY device

0.3

26 Apr 03:39
Compare
Choose a tag to compare
0.3

Bugfixes:

  • Runs properly in a terminal with -icrnl

0.2

20 Oct 00:11
Compare
Choose a tag to compare
0.2

Features:

  • Reduced memory usage on large sets
  • Allow specifying custom prompt

Bugfixes:

  • Terminal is properly reset on exit
  • Fixed make install on OS X

0.1

20 Oct 00:12
Compare
Choose a tag to compare
0.1

Initial release