diff options
author | extrawurst <mail@rusticorn.com> | 2022-11-22 11:26:28 +0100 |
---|---|---|
committer | extrawurst <mail@rusticorn.com> | 2022-11-22 11:26:28 +0100 |
commit | 234e7cb3fc957dfee29c9d5e71fe4f209b864cce (patch) | |
tree | 0afce2d75e66c9dc1e7739ee2489c35ad0a47c32 | |
parent | 0b0f5505722bb26f29efcef9b70ad89ca4763344 (diff) |
more changelog notesv0.22.1
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f151c5e5..828cf231 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)) |