diff --git a/CHANGELOG.md b/CHANGELOG.md index aeffca3c..d674df25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- show used char count in input texts ([#466](https://github.com/extrawurst/gitui/issues/466)) + +![push](assets/char_count.gif) + ### Fixed - compilation broken on freebsd ([#461](https://github.com/extrawurst/gitui/issues/461)) diff --git a/assets/char_count.gif b/assets/char_count.gif new file mode 100644 index 00000000..d42051b1 Binary files /dev/null and b/assets/char_count.gif differ