summaryrefslogtreecommitdiffstats
tag namev2.28.0 (43c8be3d222e1fe89f559451d937e8e55fa8bf1d)
tag date2024-01-23 15:50:04 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit 984fd979e1...
### New Features
- add `dua i --no-entry-check` flag. With it, in interactive mode, entries will not be checked for presence. This can avoid laggy behaviour when switching between directories as `lstat` calls will not run, which can be slow on some filesystems. ### Commit Statistics - 3 commits contributed to the release. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: #226, #227 ### Commit Details * **#226** - Make builds with rustc 1.72 work (600bee2) * **#227** - Add `dua i --no-entry-check` flag. (78b9a8e) * **Uncategorized** - Merge branch 'no-entry-check' (d837d72)