Skip to content

v0.2.0 (2022-12-02)

Latest

Choose a tag to compare

@mtkennerly mtkennerly released this 02 Dec 13:51
d655200
  • Added MatchOptions::follow_links to control symlink behavior during directory traversal. The default is true, in line with the existing behavior. (ticket) (contributed by arilou)
  • Avoided an extra metadata lookup when:
    • a match is found on Linux and case_sensitive is true
    • a match is found on Windows/Mac and case_sensitive is false