• Ignore permissions Pre-Release

    CalebQ42 released this 2023-04-12 07:57:57 -05:00 | 89 commits to main since this release

    • You can now optionally ignore setting file permissions when extracting using ExtractionOptions.IgnorePerm.
      • Additionally, permissions are now properly set for files, symlinks, and devices.
    • Ignores Device files when on windows.
      • Fifo files are ignored on darwin (until someone else submits a PR for support as I don't have any knowledge on the OS)
    • Properly ignore socket files instead of throwing an error
      • From my research, there doesn't seem to be a good way to implement this. Open to suggestions or PRs.
    Downloads