From 16039fe676fec87b48b55fd329bbde2dbef494fa Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 12 Oct 2022 16:50:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Add=20missing=20case=20insensiti?= =?UTF-8?q?vity=20fix=20to=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added reference to the fix for no case insensitivity when searching through rofi added in ec90201 which was so far still missing in changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe720ef..1a65db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Custom default command is only executed when no command option given +- Results are matched case insensitively when using rofi picker to match other pickers