From d452f2a62b9905e8281b61cc40e71ecf026c7fa5 Mon Sep 17 00:00:00 2001 From: sammyette Date: Mon, 10 Jul 2023 00:05:08 -0400 Subject: [PATCH] chore: add fuzzy opt to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cebe18e..858c15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `read()` method for retrieving input (so now the `in` sink of commanders is useful) - `flush()` and `autoFlush()` related to flushing outputs - `pipe` property to check if a sink with input is a pipe (like stdin) +- Add fuzzy search to history search (enable via `hilbish.opts.fuzzy = true`) ### Fixed - Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils