summaryrefslogtreecommitdiffstats
tag namev2.16.0 (edd38b29076eda992ce4a5d7d14c3e95b04dd768)
tag date2022-01-09 13:42:31 +0800
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit a132acb8fa...
### New Features
- Add `--ignore-dirs` option, with useful default on linux. On linux there are a few directories which shouldn't be traversed by default as they may cause hangs and blocking. With the new argument it's possible to specify absolute directories to not enter during traversal, with a default set to avoid problematic directories on linux right away. ### Bug Fixes - build on platforms without 64-bit atomics ### Commit Statistics - 8 commits contributed to the release over the course of 60 calendar days. - 74 days passed between releases. - 2 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #116 ### Commit Details * **#116** - Add `--ignore-dirs` option, with useful default on linux (26d6514) * **Uncategorized** - update changelog (7abddbf) - build on platforms without 64-bit atomics (756ca54) - Release dua-cli v2.15.0 (4b71a56) - update changelog (a226d1e) - upgrade clap (87d8c45) - upgrade and update dependencies (269c650) - Fix link to releases (c27da8b)