Skip to content

Releases: juri/tui-fuzzy-finder

0.5.0

07 Jan 16:27
Compare
Choose a tag to compare

Bump swift-service-lifecycle to version 2.6.3, the first release with SIGCONT. No other changes from 0.4.1.

0.4.1

07 Jan 15:48
Compare
Choose a tag to compare

Use a better default foreground color on selected lines. Using color 231 from the 256 color palette should cause fewer problems with terminal themes than 15, I hope.

0.4.0

17 Dec 16:45
Compare
Choose a tag to compare

Support ordering matches by score which is determined by how close the letters are to each other and to the start of the string.

Also make the sfzf tool show relative paths and allow root directory to be specified as an argument.

0.3.2

11 Dec 05:17
Compare
Choose a tag to compare

Switch to upstream swift-service-lifecycle

0.3.1

07 Dec 16:40
Compare
Choose a tag to compare

Fix single selection reporting

0.3.0

07 Dec 14:09
Compare
Choose a tag to compare
  • If nothing is selected and the user presses return in multiple selection mode, treat it as single selection of the current line
  • Throw errors if FuzzySelector initialization fails instead of returning nil

I also renamed the repository from swift-tui-fuzzy-finder to tui-fuzzy-finder, because Swift Package Manager can't really handle the idea of "name" not matching the URL.

0.2.0

30 Nov 06:28
Compare
Choose a tag to compare
  • Fix default highlighted item
  • Support reversed order
  • Fix long item formatting
  • Use /dev/tty for input and output instead of stdin/stdout
  • Handle resizes

0.1.1

17 Nov 16:56
Compare
Choose a tag to compare
  • Fix some redrawing issues.
  • Move automatically to the next line in multiple selection mode after pressing tab

0.1.0

17 Nov 16:12
Compare
Choose a tag to compare

First release!