Skip to content

v2.16.0

Compare
Choose a tag to compare
@Byron Byron released this 09 Jan 05:42
· 325 commits to main since this release
a132acb

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.
  • 1 unique issue was worked on: #116

Commit Details

view details
  • #116
    • Add --ignore-dirs option, with useful default on linux (26d6514)
  • Uncategorized