From 745e21d5bf1d4c478e77e811104d807909264ee6 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:50:46 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c621d1..f64fce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ random errors introduced with the new Lua runtime (see [#197]) - `exec`, `clear` and `cat` builtin commands - `hilbish.cancel` hook - 1st item on history is now inserted when history search menu is opened ([#148]) +- Case insensitive tab completion! It can be enabled with the `insensitive` opt. [#148]: https://github.com/Rosettea/Hilbish/issues/148 [#197]: https://github.com/Rosettea/Hilbish/issues/197