-
Fragments work properly Pre-Release
released this
2022-08-26 12:11:27 -05:00 | 112 commits to main since this releaseFixed a couple issues with fragments. Particularly:
- If you had more then 512 fragments then it would start using ID table numbers (oops) (thanks @tri-adam)
- Some fragments would not be read from deep enough into the fragment
Additional Fixes:
- FS.ReadDir, FS.Glob, and FS.Stat would throw type assertion errors. (Again, thanks @tri-adam)
What's Changed
- v0.6.0 fixes by @tri-adam in https://github.com/CalebQ42/squashfs/pull/16
Full Changelog: https://github.com/CalebQ42/squashfs/compare/v0.6.0...v0.6.1
Downloads