Skip to content

10.0

Latest
Compare
Choose a tag to compare
@facelessuser facelessuser released this 26 Sep 18:39
· 1 commit to main since this release

10.0

  • NEW: Added GLOBSTARLONG which adds support for the Zsh style *** which acts like ** with GLOBSTAR but
    but traverses symlinks.
  • NEW: pathlib.match will respect symlink rules (when the REALPATH flag is given). Hidden file rules will
    be respected at all times. Enable DOTALL to match hidden files.
  • NEW: Symlinks should not be traversed when GLOBSTAR is enabled unless FOLLOW is also enabled, but they
    should still be matched. Prior to this change, symlinks were not traversed and they were ignored from matching
    which contradicts how Bash works and could be confusing to users.
  • FIX: Fix some inconsistencies with globmatch and symlink handling when REALPATH is enabled.