From 7b49d20ef273865ec377d0ed0593c7445067d164 Mon Sep 17 00:00:00 2001 From: Rodrigo Batista de Moraes Date: Sun, 9 Jul 2023 15:38:07 -0300 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17b40c18d..3bac67b4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * support 'n'/'p' key to move to the next/prev hunk in diff component [[@hamflx](https://github.com/hamflx)] ([#1523](https://github.com/extrawurst/gitui/issues/1523)) * simplify theme overrides [[@cruessler](https://github.com/cruessler)] ([#1367](https://github.com/extrawurst/gitui/issues/1367)) +* allow searching for commits in the revlog tab by sha, author, message or tag [[@WizardOhio24](https://github.com/WizardOhio24), [@willir](https://github.com/willir), [@Rodrigodd](https://github.com/Rodrigodd)] [#1753](https://github.com/extrawurst/gitui/issues/1753) ### Fixes * fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726))