Releases: CalebQ42/squashfs
Releases · CalebQ42/squashfs
Ignore permissions
- 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.
Errors
Expiremental Device support
- Added untested support for device files (both character and block) and Fifo device files. (fixes #22)
Fixed missing import
v0.7.10 Fix #21 and update deps