Skip to content

v2.28.0

Compare
Choose a tag to compare
@Byron Byron released this 23 Jan 14:50
· 57 commits to main since this release
984fd97

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.
  • 2 unique issues were worked on: #226, #227

Commit Details

view 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)