From 234e7cb3fc957dfee29c9d5e71fe4f209b864cce Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 22 Nov 2022 11:26:28 +0100 Subject: [PATCH] more changelog notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f151c5e5fe..828cf2315b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Bugfix followup release - check `0.22.0` notes for more infos! +### Added +* new arg `--polling` to use poll-based change detection and not filesystem watcher (use if you see problems running into file descriptor limits) + ### Fixes * improve performance by requesting branches info asynchronous ([92f63d1](https://github.com/extrawurst/gitui/commit/92f63d107c1dca1f10139668ff5b3ca752261b0f)) * fix app startup delay due to using file watcher ([#1436](https://github.com/extrawurst/gitui/issues/1436))